Difference between revisions of "Arduino"
From Fab Lab Bcn WIKI
Line 3: | Line 3: | ||
*[[LED]] / Drive LED's with Arduino | *[[LED]] / Drive LED's with Arduino | ||
*[[CNC Control]] / Drive motors and build CNC machines 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== | ==Basic Electronics== | ||
Line 11: | Line 25: | ||
*Relay http://www.kpsec.freeuk.com/components/relay.htm | *Relay http://www.kpsec.freeuk.com/components/relay.htm | ||
− | == | + | ==Arduino related platforms == |
− | + | *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. | |
− | + | ||
− | * | + | |
− | * | + | |
==Buy== | ==Buy== | ||
− | |||
*https://www.tuxbrain.net | *https://www.tuxbrain.net | ||
*http://www.cooking-hacks.com | *http://www.cooking-hacks.com | ||
[[Category:Technologies]] | [[Category:Technologies]] |
Revision as of 18:47, 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.