background preloader

Arduino

Facebook Twitter

Arduino. Arduino. Make stuff. Arduino. Cabinet de curiosité par Nod-A à Lift France 10. 4-channel Temperature Monitor. Comment faire de la musique avec un lecteur de disquette et un Arduino. Les montages utilisant des lecteurs de disquettes pour faire de la musique m’ont toujours interpellé.

Comment faire de la musique avec un lecteur de disquette et un Arduino

Je me suis donc attaqué à en réaliser un piloté par un Arduino UNO, histoire de voir comme cela pouvait bien fonctionner. Le matériel nécessaire. Afin de réaliser cette expérience, et souhaitant qu’elle soit facilement reproductible chez chacun, je me suis contenté d’utiliser le strict nécessaire : Bubblino: The Twitter-watching, bubble-blowing Arduino-bot. Wireless + Arduino + oF [Tutorial] by Joshua Noble aka @factoryfactory. In the last tutorial we used an openFrameworks application to control a process running on an Arduino board.

Wireless + Arduino + oF [Tutorial] by Joshua Noble aka @factoryfactory

In this tutorial we’re going to reverse that and use an Arduino board to control an openFrameworks application that’s playing back music and we’ll do it wirelessly and (relatively) inexpensively. The electronics in this tutorial are a little more involved than the previous one because we need an oF application to control and two Arduino controllers: one to send transmit data and one to receive data and communicate with the oF application. There are a whole bunch different ways to do wireless communication that we’ll outline in the section below on wireless but for this tutorial, to mitigate the cost of requiring two Arduinos, I’m going to use inexpensive Radio Frequency (RF) components to send and receive the data. RF components tend to be around $10US for a transmitter and receiver pair and have a range of about 150 meters outdoors. XBee Wireless Internet Cellphone BlueTooth Radio. Découvrez les API de nos startups françaises. Arduino Shield List.

Capteur physio

Arduino - formation Mains d'oeuvres. Pin Mode. Référence : Langage Arduino : [ Mini | Standard | Etendue | Maxi ] Librairies : [ Vue d'ensemble | Synthèse ] Infos : [ Comparaison | Changements ] Description Configure la broche spécifiée pour qu'elle se comporte soit en entrée, soit en sortie.

Pin Mode

Music Technology at CalArts. Interactive Cloth. Starter Pack for Arduino [1.0] - $65.00 : Adafruit Industries, U. Arduino Tutorials. Arduino Tutorial - Lesson 2 - Modifying the first sketch. OK you've gotten your Arduino set up and also figured out how to use the software to send sketches to the board.

Arduino Tutorial - Lesson 2 - Modifying the first sketch

Next step is to start writing your own sketches. We'll start off easy by just modifying something that already works. To start we will venture deep into the Blink sketch, looking at each line and trying to understand what its doing. Then we will start hacking the sketch! Start up the Arduino software and open the Blink example sketch, as you did in Lesson 1. The sketch itself is in the text input area of the Arduino software. Sketches themselves are written in C, which is a programming language that is very popular and powerful. Int ledPin = 13; void setup() { pinMode(ledPin, OUTPUT); } void loop() { digitalWrite(ledPin, HIGH); delay(1000); digitalWrite(ledPin, LOW); delay(1000); } Lets examine this sketch in detail starting with the first section: This is a comment, it is text that is not used by the Arduino, its only there to help humans like us understand whats going on.

Welcome. Les bases d'arduino en français. [PoBot] Débuter avec une carte Arduino. La famille Arduino est apparue en 2006 sous forme d’une carte programmable avec un port série.

[PoBot] Débuter avec une carte Arduino

Puis de nouvelles versions sont apparues, toujours aussi simples, avec différents formats : petites, grandes, plus puissantes, plus économiques, avec USB, avec Ethernet, compatible Androïd, etc... On peut les utiliser pour récupérer les informations de capteurs, pour contrôler des moteurs, pour communiquer avec un ordinateur, avec un téléphone portable, pour envoyer et lire des messages sur Internet, pour éteindre des appareils électriques, pour piloter un robot mobile, pour servir de cerveau à un humanoïde, ou tout simplement pour apprendre l’électronique, et encore bien d’autres usages.

Retrouvez grâce au lexique tous nos articles traitant de la carte Arduino. Arduino, c’est une grande famille et une solution reconnue avec des publications dédiées. Différents modèles, une même passion Présentation. Mozilla Firefox. Resources. OTOduino-project. Getting Started. Arduino Workshops in March - HSB. iPad Controlled Video Blimp. Ateliers d'Arts Numériques d'iMAL - Eté 2009. Garduino Upgrade, Now with more Twitter! A couple months ago I came across two great instructables.

Garduino Upgrade, Now with more Twitter!

The first was the Garduino, an arduino controlled garden to help you grow plants at home. The second was the Tweet-a-Watt, a project that teaches you how to monitor your home power usage using Xbees and Twitter. I read about both these projects here at Instructables and in Make Magazine, Vol 18. I thought it would be great to combine both these projects and build myself an indoor garden that I could monitor from work via Twitter. Thus began an adventure in gardening and electronics that taught me a lot and took me much longer than perhaps it should have. If you're ready then head to the next step and begin the process!