Table des matières
Arduino
Voir aussi hacklab, raspberrypi
Doc
Débutant
- Le FlossManual Arduino en français
Advanced
Librairie
- Protocole de communication série (serial protocol) : called Firmata. Implementé pour l'Arduino, PIC, Linux C++, Processing, Python, …
Schéma
Les zautres
* Baptiste Gaultier (Telecom Bretagne - Rennes)
- SmarTB project : design and develop an electric measurement system monitor and control the energy consumption.
- BreizhMakers - une horloge et un camion de pompier.
Pour une plate-forme de gestion de données récoltées avec votre Arduino, voir /internet_of_things
Matos
- Solar Charge Shield v2.1 by www.seedstudio.com ($13.5)
- Seeedstudio Product page, Wiki page
- 1W Solar Panel 80×100 by www.seedstudio.com ($3.5)
- Seeedstudio Product page, Wiki page
- Platine de réception DCF 77
- Conrad Product page
Techniques
DCF77
DCF77 est un système de transmission de l'heure légale par ondes radio ⇒ /glossaire/DCF77.
Arduino Library for Decoding DCF77 Time Signals:
- Funkuhr ou son fork par iDreamMicro
Articles:
- Réception de l'heure DCF77 sur Arduino par Julien Le Sech.
- I'm using the pin as a digital input, not an analogue one.
- Any pull-up resistor ?
Oscilloscope
Analyseur de spectre
- Spectrum analyzer by elger.org
- use LM386, Atmega328P, DE-DP14211
- FFT library from makefurt
IPv6
- Sur le labfab de Rennes http://labfab.fr/portfolio/arduino-ipv6/
HID devices
Joystick, Keyboard & Mouse peuvent être reconnues par l'ordinateur grâce aux définitions HID.
Pour que l'Arduino puisse simuler ces “input devices” il faut des firmware USB particuliers
- Les 3 devices sont couverts ici: http://hunt.net.nz/users/darran/
USB Host
Circuits@Home
Audio
- Arduino Realtime Audio Spectrum Analyzer with Video out! avec FFT & Video ! Trop fort
Serial
L'Arduino UNO a seulement un port série, celui qui est relié au port USB, so pour avoir un second port il faut en créer un par soft:
- NewSoftSerial a Software Serial Library - Note: don’t download this if you have Arduino 1.0 or later, as of 1.0, NewSoftSerial is included in the Arduino core (named SoftwareSerial).
Cellphone
Voir nokia (FBUS, MBUS…), Sony_Ericsson
- Avec un Sagem MyX4 (commandes AT serial port) http://funwitharduino.blogspot.fr/2013/02/domotique-echanger-des-sms-avec-son.html
- Avec un Motorola c168i (serial + AT Commands) http://jeffmurchison.com/blog/send-sms-from-your-arduino/ You may also be able to use Motorola’s C257, C261, V175, V176, V177, C168, W220, and W375, as they share the same serial connector
- Avec un Motorola c168i http://code.google.com/p/sserial2mobile/w/list
- Avec Sony-Ericson K700 http://www.power7.net/GSM_tutorial.html
- Avec un sony ericson T68i (PDU coding) http://www.timzaman.nl/?p=47&lang=en
Minitel
Voir electronique/minitel