I'm more of a software guy but want to change this. I'm planning on buying an arduino board to play around, but some questions arise.
First of all, suppose I want to add servo's and DC motors, why would I need a motor control shield/board? Can't I connect the servo's to the arduino board directly?
If for example we write code for the motor control, will it be stored on the motor shield or the arduino board?
I know those questions might seem like 'omg, is he really asking this?' but everyone has to start somewhere
First of all, suppose I want to add servo's and DC motors, why would I need a motor control shield/board? Can't I connect the servo's to the arduino board directly?
If for example we write code for the motor control, will it be stored on the motor shield or the arduino board?
Well what is required for servos and direct motor control are two different things. Servos have motor controllers inside them already so the Arduino only has to supply the control signal and +5vdc power to the servo. By the way powering a servo's +5vdc power conductor directly from a Arduino board is not optimum configuration. An Arduino board has limited regulated +5vdc current capacity and can power only about one servo at best. Depending on the size of the servos, and how many you wish to control one, should plan on using an external regulated +5vdc power supply or batteries. I usually plan on one amp of current capacity per servo.
Simple DC motors can not be driven directly from an Arduino output pin as there is a pin current limit recommendation of 30ma or less. An external DC motor controller allows the external drive capacity of the motor. One has to size the motor controller to the motor's voltage and current ratings.
Good luck with your Arduino projects, it's a great way to learn electronics design and constrution.
I just noticed the board isn't assembled yet. I don't have any knowledge about soldering so I'll try to follow the guide on your blog post or try to find an assembled shield.
And yet another step closer to beginning with robotics!
I'm strumbeling upon another problem: The dc motors have 1,5V, the beagleboard 2.7 using ogt usbt (automatically) or 5V using the power connector and the arduino board uses 7V.
On my setup I have 2 power sources. My Arduino could use a 9 volt battery and outputs 5 volts. But the motors I power using 5 AA batteries, which gives them 7.5 volts, but more amps than a single 9 volt battery.
I wouldn't use the same power source for the Arduino and the motors as motors draw a lot of current.