Difference between revisions of "Arduino"
From Fab Lab Bcn WIKI
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | ==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== | ||
+ | |||
+ | ===On-line tutorials=== | ||
+ | *Arduino foundations http://arduino.cc/en/Tutorial/Foundations | ||
+ | *Arduino starting tutorials http://ladyada.net/learn/arduino/ | ||
+ | *Arduino tutorials http://www.arduino.cc/en/Tutorial/HomePage | ||
+ | *Arduino tutorials (wiki) http://www.arduino.cc/playground/Learning/Tutorials | ||
+ | *Arduino Projects from Hangar, Barcelona http://www.hangar.org/wikis/lab/doku.php?id=start:hardwarelab | ||
+ | *Arduino knwoledge database http://www.freeduino.org/ | ||
+ | *Arduino tutorials from ITP at NYU http://itp.nyu.edu/physcomp/Tutorials/Tutorials | ||
+ | |||
+ | ===Guides=== | ||
+ | *[[Media: Arduino - An introduction.pdf]] | ||
+ | *[[Media: Arduino - Getting Started.pdf]] | ||
+ | *[[Media: Arduino - Programming Notebook.pdf]] | ||
+ | *[[Media: Arduino - Electronic Bricks.pdf]] | ||
+ | |||
+ | ===Books=== | ||
+ | *Making Things Talk, Tom Igoe http://oreilly.com/catalog// | ||
+ | *Getting Started with Arduino, Massimo Banzi http://oreilly.com/catalog/9780596155520/ | ||
+ | *Make: Electronics, Charles Platt http://oreilly.com/catalog/9780596153755 | ||
+ | |||
+ | ===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 | ||
+ | |||
+ | ===Web resources=== | ||
+ | *Interfacing wih sensors and more... http://bildr.org/ | ||
+ | |||
+ | ==Arduino related platforms == | ||
+ | *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. | ||
+ | *Nano Node - Arduino-like board with built-in web connectivity http://www.nanode.eu/ | ||
+ | |||
+ | ==Interfacing== | ||
+ | Programming environments that can talk to the Arduino (open list) | ||
+ | *Processing http://processing.org/ | ||
+ | **Workflow: Firmata + Arduino Procesing Library http://www.arduino.cc/playground/Interfacing/Processing | ||
+ | *PureData http://puredata.info/ | ||
+ | **Tutorial http://www.arduino.cc/playground/Interfacing/PD | ||
+ | *Max/MSP/Jitter http://cycling74.com/products/maxmspjitter/ | ||
+ | *vvvv http://vvvv.org/ | ||
+ | *openFrameworks http://openframeworks.cc/ | ||
+ | *Scratch http://scratch.mit.edu/ | ||
+ | **with ModKit http://www.modk.it/ | ||
+ | *Grasshopper http://www.grasshopper3d.com/ | ||
+ | ** with Firefly http://www.fireflyexperiments.com/ | ||
+ | *iOS (iPhone, iPod touch and iPad...) | ||
+ | **http://ciaoapp.com/ | ||
+ | |||
+ | ==Buy== | ||
+ | ===Local=== | ||
+ | *TuxBrain https://www.tuxbrain.net (Zaragoza) | ||
+ | *Cooking Hacks http://www.cooking-hacks.com (Barberà del Vallés) | ||
+ | *BricoGeek http://www.bricogeek.com/shop/ | ||
+ | ===International=== | ||
+ | *SparkFun http://www.sparkfun.com/ | ||
+ | *Adafruit http://adafruit.com/ | ||
+ | *Liquid Ware http://www.liquidware.com/shop | ||
+ | *Itead Studio http://iteadstudio.com/store/ | ||
+ | *Seeed Studio http://seeedstudio.com/ | ||
+ | *Modern Device http://shop.moderndevice.com/ | ||
+ | |||
+ | [[Category:Arduino]] |
Revision as of 13:46, 14 March 2012
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
On-line tutorials
- Arduino foundations http://arduino.cc/en/Tutorial/Foundations
- Arduino starting tutorials http://ladyada.net/learn/arduino/
- Arduino tutorials http://www.arduino.cc/en/Tutorial/HomePage
- Arduino tutorials (wiki) http://www.arduino.cc/playground/Learning/Tutorials
- Arduino Projects from Hangar, Barcelona http://www.hangar.org/wikis/lab/doku.php?id=start:hardwarelab
- Arduino knwoledge database http://www.freeduino.org/
- Arduino tutorials from ITP at NYU http://itp.nyu.edu/physcomp/Tutorials/Tutorials
Guides
- Media: Arduino - An introduction.pdf
- Media: Arduino - Getting Started.pdf
- Media: Arduino - Programming Notebook.pdf
- Media: Arduino - Electronic Bricks.pdf
Books
- Making Things Talk, Tom Igoe http://oreilly.com/catalog//
- Getting Started with Arduino, Massimo Banzi http://oreilly.com/catalog/9780596155520/
- Make: Electronics, Charles Platt http://oreilly.com/catalog/9780596153755
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
Web resources
- Interfacing wih sensors and more... http://bildr.org/
- 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.
- Nano Node - Arduino-like board with built-in web connectivity http://www.nanode.eu/
Interfacing
Programming environments that can talk to the Arduino (open list)
- Processing http://processing.org/
- Workflow: Firmata + Arduino Procesing Library http://www.arduino.cc/playground/Interfacing/Processing
- PureData http://puredata.info/
- Max/MSP/Jitter http://cycling74.com/products/maxmspjitter/
- vvvv http://vvvv.org/
- openFrameworks http://openframeworks.cc/
- Scratch http://scratch.mit.edu/
- with ModKit http://www.modk.it/
- Grasshopper http://www.grasshopper3d.com/
- with Firefly http://www.fireflyexperiments.com/
- iOS (iPhone, iPod touch and iPad...)
Buy
Local
- TuxBrain https://www.tuxbrain.net (Zaragoza)
- Cooking Hacks http://www.cooking-hacks.com (Barberà del Vallés)
- BricoGeek http://www.bricogeek.com/shop/
International
- SparkFun http://www.sparkfun.com/
- Adafruit http://adafruit.com/
- Liquid Ware http://www.liquidware.com/shop
- Itead Studio http://iteadstudio.com/store/
- Seeed Studio http://seeedstudio.com/
- Modern Device http://shop.moderndevice.com/