Difference between revisions of "Arduino Motion"

From Fab Lab Bcn WIKI
Jump to: navigation, search
(Motor Controller Boards)
 
(11 intermediate revisions by 2 users not shown)
Line 6: Line 6:
  
 
== Guides ==
 
== Guides ==
 +
* Making Things Move DIY Mechanisms for Inventors, Hobbyists, and Artists (first chapter demo) http://cdn.makezine.com/make/pdf/MTM_chap01.pdf
 
* Actuators tutorial (by Hangar!) http://hangar.org/webnou/wp-content/uploads/2012/01/capsulab101.pdf
 
* Actuators tutorial (by Hangar!) http://hangar.org/webnou/wp-content/uploads/2012/01/capsulab101.pdf
 
* General introduction to electrical motors http://en.wikibooks.org/wiki/General_Engineering_Introduction/Arduino_and_Motors/Motor_Introduction
 
* General introduction to electrical motors http://en.wikibooks.org/wiki/General_Engineering_Introduction/Arduino_and_Motors/Motor_Introduction
Line 20: Line 21:
  
 
== Motor Controller Boards ==
 
== Motor Controller Boards ==
* ST L298N dual full-bridge driver
+
{{note | Most of the boards can be found at CookingHacks! }}
 +
* ST L298N dual full-bridge driver - http://www.cooking-hacks.com/index.php/full-bridge-motor-driver-dual-l298n.html
 
* Dual H-Bridge Shield (2 DC Motors or 1 Bipolar Stepper) http://arduino.cc/en/Main/ArduinoMotorShieldR3
 
* Dual H-Bridge Shield (2 DC Motors or 1 Bipolar Stepper) http://arduino.cc/en/Main/ArduinoMotorShieldR3
 
* Dual H-Bridge Shield (2 DC Motors or 1 Bipolar Stepper) http://www.dfrobot.com/index.php?route=product/product&product_id=69
 
* Dual H-Bridge Shield (2 DC Motors or 1 Bipolar Stepper) http://www.dfrobot.com/index.php?route=product/product&product_id=69
Line 26: Line 28:
 
* Multipurpose motor Shield (4 H-Bridges: 4 DC Motors or 2 Bipolar Steppers + Servos) http://www.ladyada.net/make/mshield/
 
* Multipurpose motor Shield (4 H-Bridges: 4 DC Motors or 2 Bipolar Steppers + Servos) http://www.ladyada.net/make/mshield/
 
* 6 MOSFET Shield (3 x 5V PWM + 3 x 12v PWM) http://www.sparkfun.com/products/10618
 
* 6 MOSFET Shield (3 x 5V PWM + 3 x 12v PWM) http://www.sparkfun.com/products/10618
* Stepper Controller (Based on the Allegro Chip) http://www.pololu.com/catalog/product/118
+
* Stepper Controller (Based on the Allegro Chip) http://www.pololu.com/catalog/product/118  
* Stepper Controller (Based on the Allegro Chip) http://www.sparkfun.com/products/10267
+
* Stepper Controller (Based on the Allegro Chip) http://www.sparkfun.com/products/10267 (Local: http://www.cooking-hacks.com/index.php/easydriver-stepper-motor-driver.html)
 
* All-in one (Arduino + H-Bridge + ...) http://www.dfrobot.com/index.php?route=product/product&product_id=56 (They sell it in Ro-Botica)
 
* All-in one (Arduino + H-Bridge + ...) http://www.dfrobot.com/index.php?route=product/product&product_id=56 (They sell it in Ro-Botica)
 
{{note | Check also the [[CNC Control]] page!}}  
 
{{note | Check also the [[CNC Control]] page!}}  
Line 43: Line 45:
 
* Servo Motors http://servocity.com
 
* Servo Motors http://servocity.com
 
* Stepper Motors http://www.linengineering.com/line/contents/stepmotors/
 
* Stepper Motors http://www.linengineering.com/line/contents/stepmotors/
 +
* RC motors supplier http://www.hobbyking.com/hobbyking/store/index.rc
 +
* Gears, pulleys, etc http://www.mcmaster.com/
 +
=== Local suppliers ===
 +
* ELMEQ - All kind of motors, professional service (Barcelona) http://www.elmeq.es/
 +
* FA-SOL - Servos and DC's, RC hobby (Gran Via, 677 Barcelona - 93 246 11 98)
 +
* at cooking-hacks they have motors, too http://www.cooking-hacks.com/
  
 
== Projects ref ==
 
== Projects ref ==
Line 51: Line 59:
  
 
== [BETA] Being checked ==
 
== [BETA] Being checked ==
* http://arduino.cc/playground/Code/ACPhaseControl
+
* http://arduino.cc/playground/Code/ACPhaseControl (triac + zero cross detection)
 +
* http://www.youtube.com/watch?v=7yEABsNyRfo
 
* http://txapuzas.blogspot.com/2009/12/paperdimmerldr-control-de-potencia-de.html
 
* http://txapuzas.blogspot.com/2009/12/paperdimmerldr-control-de-potencia-de.html
 
* http://txapuzas.blogspot.com/2010/06/regulador-de-potencia-por-triac-para.html (AC monophase motors..)
 
* http://txapuzas.blogspot.com/2010/06/regulador-de-potencia-por-triac-para.html (AC monophase motors..)
Line 57: Line 66:
  
  
[[Category:Technologies]][[Category:Arduino]]
+
[[Category:Tools]][[Category:Arduino]]

Latest revision as of 22:22, 2 November 2017

This page is about building machines and motion control with the Arduino.

Related Content

Guides

Tutorials

Motor Controller Boards

Note: Most of the boards can be found at CookingHacks!

Note: Check also the CNC Control page!

Product categories

Encoders

Motors and gears

Local suppliers

Projects ref

[BETA] Being checked