Difference between revisions of "Arduino"
From Fab Lab Bcn WIKI
(→Tutorials and guides) |
|||
Line 13: | Line 13: | ||
==Tutorials and guides== | ==Tutorials and guides== | ||
− | *[[Media:Arduino - An introduction.pdf]] | + | *[[Media: Arduino - An introduction.pdf]] |
− | *[[Media:Arduino - Getting Started.pdf]] | + | *[[Media: Arduino - Getting Started.pdf]] |
− | *[[Media:Arduino - Programming Notebook.pdf]] | + | *[[Media: Arduino - Programming Notebook.pdf]] |
− | *[[Media:Arduino - Electronic Bricks.pdf]] | + | *[[Media: Arduino - Electronic Bricks.pdf]] |
==Basic Electronics== | ==Basic Electronics== |
Revision as of 18:48, 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
- Arduino http://shieldlist.org
- Design circuits http://fritzing.org
- Visualize and interact with your arduino data 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
- Arduino + Grasshopper http://www.fireflyexperiments.com
- Display real-time feeds http://www.pachube.com/
- Arduino Network Socket https://github.com/kalanda/serial2socket-proxy#readme A bridge from the Arduino Serial to the Internet.