Hello Guys.
Do i need a shield to run a DC motor with my board?
- Ka---ka
Hello Guys.
Do i need a shield to run a DC motor with my board?
Well you don't have to use a shield to run just one DC motor.
You can use the L293 motor driver IC(http://akashxav.com/2009/04/18/arduino-l293d-dc-motor/)
But if you are planing to use more then one then it would be easier to use this shield : Motor Shield - Arduino motor/stepper/servo control
Depending on how much current the motor draws, you might be able to control it with just a transistor like the TIP120, and a diode and a couple of resistors.
There are basically four popular ways to go when wishing to build external components using an Arduino.
Design and build your own custom made PCB.
Buy a commercial shield that performs the function you want.
Example: Breadboard - Classic - PRT-00112 - SparkFun Electronics
Buy a protoshield and add your component design to it.
Example: http://www.sparkfun.com/commerce/product_info.php?products_id=7914
Use a commercial solderless breadboard and build your external components on it. Example: Breadboard - Classic - PRT-00112 - SparkFun Electronics
I tend to use 3 and 4. #4 to test out a circuit and then move it to #3 if I want a permanent module from the design.
Lefty