Arduino

TwitterFacebook
Get flash to fully experience Pearltrees
http://portic0312.qc.ca/robotique/spip.php?article117

ÉLECTRONIQUE AVEC ROBOTIQUE ARDUINO - Robotique 03-12

Documents pour l’enseignant Documents de l’élève Télécharger et installer Scratch pour Arduino sur l’ordinateur Fichier d’installation de scratch pour Arduino http://seaside.citilab.eu/S4A.exe (PC - OS et Linux disponible sur le site) Programme pour Arduino Scratch Copier-Coller ce texte dans le logiciel Arduino et le téléverser dans l’Arduino

Floss Manuals francophone - Lire

http://fr.flossmanuals.net/arduino/index Arduino est une plate-forme de prototypage d'objets interactifs à usage créatif constituée d'une carte électronique et d'un environnement de programmation. Sans tout connaître ni tout comprendre de l'électronique, cet environnement matériel et logiciel permet à l'utilisateur de formuler ses projets par l'expérimentation directe avec l'aide de nombreuses ressources disponibles en ligne. Pont tendu entre le monde réel et le monde numérique, Arduino permet d'étendre les capacités de relations humain/machine ou environnement/machine. Arduino est un projet en source ouverte : la communauté importante d'utilisateurs et de concepteurs permet à chacun de trouver les réponses à ses questions. Matériel
http://skyduino.wordpress.com/2011/08/12/commande-a-distance-ethernet-firmata-php-et-jquery/ - l’objet “client” (clt) et “server” (svr) sont accessible depuis le code utilisateur donc possibilité d’envoyer des réponses maison comme avec un sketch arduino/ethernet classique. Ecran principal du GUI Remarque: j’ai utilisé jquery pour rendre le GUI dynamique mais pour les débutants ou ceux qui ne voudrait pas faire de truc trop compliqué, un simple formulaire html en post suffit.

[Commande à distance] Ethernet Firmata, PHP et Jquery « Skyduino – Le DIY à la française

Amarino - "Android meets Arduino" - Home

Cell phones are great for communication in a virtual manner, but lack expressiveness in personal surroundings. Many people try to give their phones a personal touch by customizing them. Amarino is a toolkit to connect Android-driven mobile devices with Arduino microcontrollers via Bluetooth. http://www.amarino-toolkit.net/
From Firmata Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. Right now there is a matching object in a number of languages. It is easy to add objects for other software to use this protocol. Basically, this firmware establishes a protocol for talking to the Arduino from the host software. http://firmata.org/wiki/Main_Page

Main Page - Firmata

Physical Computing at ITP | Tutorials / Tutorials

http://itp.nyu.edu/physcomp/Tutorials/Tutorials Reading A Serial Protocol in Processing. This example shows how to read an ASCII-based, comma-delimited serial protocol in Processing. It uses the GPS NMEA0183 protocol as an example, but the concepts can be generalized to other protocols.

Welcome - Fritzing

About Fritzing Fritzing is an open-source initiative to support designers, artists, researchers and hobbyists to work creatively with interactive electronics. We are creating a software and website in the spirit of Processing and Arduino , developing a tool that allows users to document their prototypes, share them with others, teach electronics in a classroom, and to create a pcb layout for professional manufacturing . Just got into interactive electronics and still need the basic tools? We created an "all-you-need-to-get-going" Fritzing Starter Kit . http://fritzing.org/welcome/
http://web.simuino.com/home-1 Simuino is an Arduino UNO/MEGA Pin Simulator. It comes in two version, terminal and web. Download the terminal version if you prefer to run Simuino from a terminal window on your Linux computer, or run Simuino on the web. Register a free account now! Run your sketches and evaluate in/out status of the digital and analog pins.

SIMUINO

IR Kit For Arduino Model: DFR0107

http://www.dfrobot.com/forum/index.php?PHPSESSID=m5p5a9orril52p8dq0ridlg282&topic=29.0 Thanks for the nice big library, but it is not tailored for the DFR0107. I tailored this code for the DFR0107. The code was originally based on a very well written remote controller code I found for a sony controller. I did my best to keep that nice simple format. The main change was to divide up the 32 bits and instead of using memory consuming long integers, I divided down the bitlength of 32 bits to two 15 bit codes.
Digital IR Receiver Module (SKU:DFR0094) IR is widely used in remoter control. With this IR receiver, the Arduino project is able to receive command from any IR remoter controller if you have the right decoder. Well, it will be also easy to make your own IR controller using IR transmitter. Go Shopping IR Receiver Module

Digital IR Receiver Module (SKU:DFR0094) - Robot Wiki

http://www.dfrobot.com/wiki/index.php?title=Digital_IR_Receiver_Module_(SKU:DFR0094)
Now, I've used the LM335A library from arduino playground site (url library: http://greenrobotics.net/files/lm335a.zip ) to read values from sensor. And here the output:

Forum - Help with LM335Z