Difference between revisions of "Arduino"

From Fab Lab Bcn WIKI
Jump to: navigation, search
(Arduino related platforms)
 
(64 intermediate revisions by 9 users not shown)
Line 1: Line 1:
 +
[[Category:Software]]
 +
==An introduction==
 +
 +
* '''Introductory slideshow''' https://speakerdeck.com/pral2a/arduino-an-introduction-updated
 +
 
==Local Resources==
 
==Local Resources==
 
Resources for your Arduino Projects
 
Resources for your Arduino Projects
 
*[[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
 +
*[[Arduino Motion]]  / Control things with the Arduino
 +
*[[Arduino Smart Plug Shield]]
 +
 +
==Code resources from our Arduino Workshops==
 +
* *Workshops Repository https://github.com/fablabbcn/Workshops
  
 
==Basic Links==
 
==Basic Links==
  
 
*Project Home Page http://arduino.cc
 
*Project Home Page http://arduino.cc
*Arduino http://shieldlist.org
+
*Fritzing - Design and draw circuits for the arduino (Good to learn electronics) http://fritzing.org
*Design circuits http://fritzing.org
+
*Processing – Sketch interactive apps and intereact with your Arduino (Good to learn programming) http://processing.org
*Visualize and interact with your arduino data http://processing.org
+
 
*Shields (arduino add-ons) database http://shieldlist.org
 
*Shields (arduino add-ons) database http://shieldlist.org
  
 
==Tutorials and guides==
 
==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 knowledge database http://www.freeduino.org/
 +
*Arduino tutorials from ITP at NYU http://itp.nyu.edu/physcomp/Tutorials/Tutorials
 +
*Projects from Hangar.org (our electronic colleagues) http://hangar.org/wikis/lab/doku.php?id=start:hardwarelab
 +
*Interfacing wih sensors and more... http://bildr.org/
 +
*Various (old but great) tutorials http://todbot.com/blog/spookyarduino/
 +
*[http://www.kameraku.co/harga-kamera-olympus Olympus OM-D]
 +
*Maker Pro https://maker.pro/arduino
 +
 +
===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]]
 +
* The Arduino Cheat Sheet http://htmlimg4.scribdassets.com/77w3qsq64gkoob3/images/1-2226f79747.jpg
 +
* Arduino Basic Connections http://www.pighixxx.com/abc-arduino-basic-connections/
  
==Basic Electronics==
+
===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===
 +
*Resistors http://www.resistorguide.com/what-is-a-resistor/
 +
*NTC thermistors http://www.resistorguide.com/NTC-thermistor/
 
*LED http://www.kpsec.freeuk.com/components/led.htm
 
*LED http://www.kpsec.freeuk.com/components/led.htm
 
*Resistors http://www.kpsec.freeuk.com/components/resist.htm
 
*Resistors http://www.kpsec.freeuk.com/components/resist.htm
 
*Variable Resistors http://www.kpsec.freeuk.com/components/vres.htm
 
*Variable Resistors http://www.kpsec.freeuk.com/components/vres.htm
 +
*Resistance https://www.allaboutcircuits.com/textbook/direct-current/chpt-1/resistance/
 
*Transistor http://www.kpsec.freeuk.com/components/tran.htm
 
*Transistor http://www.kpsec.freeuk.com/components/tran.htm
 
*Relay http://www.kpsec.freeuk.com/components/relay.htm
 
*Relay http://www.kpsec.freeuk.com/components/relay.htm
 +
*[http://www.buletinsamsung.com/cara-membedakan-dan-mengecek-hp-samsung-galaxy-asli-dan-palsu Samsung Galaxy ASLI dan Palsu ]
 +
 +
===Advanced Topics===
 +
*How to optimize Arduino code (RAM and FLASH) http://itp.nyu.edu/~gpv206/2008/04/making_the_most_of_arduino_mem.html
 +
  
 
==Arduino related platforms ==
 
==Arduino related platforms ==
Line 30: Line 70:
 
*Pachube - Display real-time feeds http://www.pachube.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.
 
*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/
 +
*[http://www.buletinac.com/harga-ac-daikin/ Kelebihan AC Daikin]
 +
 +
==Workshop Sketches==
 +
*Workshops Repository https://github.com/fablabbcn/Workshops
 +
*Tweet Machine - http://pastie.org/6201750
 +
*Ballon - http://pastie.org/6201739 - http://pastie.org/6201737
 +
*Arduino Library for Processing https://www.dropbox.com/s/9bf8wymsj8qismx/arduino-processinf.zip
  
 
==Buy==
 
==Buy==
*https://www.tuxbrain.net
+
===Kits===
*http://www.cooking-hacks.com
+
====Arduino Kits====
 +
*Arduino starter kit http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/arduino-starter-kit.html
 +
*Arduino lab kit http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/arduino-lab-kit.html
 +
*Arduino Mega kit http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/arduino-mega-lab-kit.html
 +
If you already have an arduino you can get this: http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/arduino-sidekick-basic-kit.html
 +
 
 +
====Add-ons Kits====
 +
*Grove - starter bundle http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/grove-starter-bundle.html
 +
*Grove widgets http://www.seeedstudio.com/depot/index.php?main_page=advanced_search_result&search_in_description=1&keyword=grovefamily
 +
*Grove widgets http://www.cooking-hacks.com/index.php/catalogsearch/result/?q=grove
 +
 
 +
====Shields====
 +
*Shields Database http://shieldlist.org/
 +
 
 +
===Local===
 +
==== Shops in Barcelona ====
 +
*Onda Radio http://www.ondaradio.es/productos/buscar.aspx?v=A000066 (Off-line Shop Here > https://plus.google.com/100101416647173159883/about?hl=en)
 +
*Diotronic http://www.diotronic.com/raspberry-pi-arduino/arduino/placas_p_1080.aspx  (Off-line Shop Here > https://plus.google.com/117114665537047889067/about?hl=en)
 +
*Ro-Botica http://ro-botica.com/ (Off-line Shop Here > https://plus.google.com/110636064159550584786/about?hl=en)
 +
==== On-Line Shops near Barcelona (2-4 day shipping) ====
 +
*Cooking Hacks http://www.cooking-hacks.com (Zaragoza) (''Starter KIT http://www.cooking-hacks.com/index.php/arduino-starter-kit.html'')
 +
*SnootLab http://snootlab.com/ (Toulouse)
 +
*BricoGeek http://www.bricogeek.com/shop/ (Carballo, Galicia)
 +
*Reflexiona http://www.reflexiona.biz/ (Bilbao)
 +
*Electan http://www.electan.com/ (Alicante)
 +
 
 +
===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/
 +
*Maker Pro https://maker.pro/
 +
*All About Circuits https://www.allaboutcircuits.com/
 +
*EE Power https://eepower.com/
 +
*Electronics Point https://electronicspoint.com/
  
[[Category:Technologies]]
+
[[Category:Tools]][[Category:Arduino]]

Latest revision as of 18:14, 3 November 2020

An introduction

Local Resources

Resources for your Arduino Projects

Code resources from our Arduino Workshops

Basic Links

Tutorials and guides

On-line tutorials

Guides

Books

Basic Electronics

Advanced Topics


Arduino related platforms

Interfacing

Programming environments that can talk to the Arduino (open list)

Workshop Sketches

Buy

Kits

Arduino Kits

If you already have an arduino you can get this: http://www.cooking-hacks.com/index.php/shop/arduino/starter-kits/arduino-sidekick-basic-kit.html

Add-ons Kits

Shields

Local

Shops in Barcelona

On-Line Shops near Barcelona (2-4 day shipping)

International