Difference between revisions of "Arduino"
From Fab Lab Bcn WIKI
(→Arduino related platforms) |
(→Basic Links) |
||
Line 7: | Line 7: | ||
*Project Home Page http://arduino.cc | *Project Home Page http://arduino.cc | ||
− | * | + | *Fritzing - Design and draw circuits for the arduino (Good to learn electronics) http://fritzing.org |
− | + | *Processing – Sketch interactive apps and intereact with your Arduino (Good to learn programming) http://processing.org | |
− | * | + | |
*Shields (arduino add-ons) database http://shieldlist.org | *Shields (arduino add-ons) database http://shieldlist.org | ||
Revision as of 19:01, 8 May 2011
Contents
Local Resources
Resources for your Arduino Projects
- LED / Drive LED's with Arduino
- CNC Control / Drive motors and build CNC machines with Arduino
Basic Links
- Project Home Page http://arduino.cc
- Fritzing - Design and draw circuits for the arduino (Good to learn electronics) http://fritzing.org
- Processing – Sketch interactive apps and intereact with your Arduino (Good to learn programming) http://processing.org
- Shields (arduino add-ons) database http://shieldlist.org
Tutorials and guides
- Media: Arduino - An introduction.pdf
- Media: Arduino - Getting Started.pdf
- Media: Arduino - Programming Notebook.pdf
- Media: Arduino - Electronic Bricks.pdf
Basic Electronics
- LED http://www.kpsec.freeuk.com/components/led.htm
- Resistors http://www.kpsec.freeuk.com/components/resist.htm
- Variable Resistors http://www.kpsec.freeuk.com/components/vres.htm
- Transistor http://www.kpsec.freeuk.com/components/tran.htm
- Relay http://www.kpsec.freeuk.com/components/relay.htm
- Toolduino - Manipulate Arduino inputs and outputs from Processing http://nootropicdesign.com/toolduino/
- Firefly - Arduino + Grasshopper (Rhino 3D graphical algorithm editor) http://www.fireflyexperiments.com
- Pachube - Display real-time feeds http://www.pachube.com/
- SerialSocketProxy - Arduino Network Socket https://github.com/kalanda/serial2socket-proxy#readme A bridge from the Arduino Serial to the Internet.