Difference between revisions of "Arduino"
From Fab Lab Bcn WIKI
(→Tutorials and guides) |
(→Arduino related platforms) |
||
Line 26: | Line 26: | ||
==Arduino related platforms == | ==Arduino related platforms == | ||
− | *Arduino + Grasshopper http://www.fireflyexperiments.com | + | *Manipulate Arduino inputs and outputs from Processing http://nootropicdesign.com/toolduino/ |
+ | *Arduino + Grasshopper (Rhino 3D graphical algorithm editor) http://www.fireflyexperiments.com | ||
*Display real-time feeds http://www.pachube.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. | *Arduino Network Socket https://github.com/kalanda/serial2socket-proxy#readme A bridge from the Arduino Serial to the Internet. |
Revision as of 18:50, 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
- Manipulate Arduino inputs and outputs from Processing http://nootropicdesign.com/toolduino/
- Arduino + Grasshopper (Rhino 3D graphical algorithm editor) 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.