Using servos with ardumoto

I am using ardumoto to power two dc motors by the outputs that it has, but I need to control various servos. I need to add another power supply to power the servos or can I use the 7.4V that I am conecting to VIN Max 18V?
Thanks

Hi,
Its better to use a dedicated power source for your Arduino (as you are) and another dedicated power source for any power hungery devices such as motors and servos.

In some recent test I ran, the Arduino drew 10mA current whereas a single servo could draw upto 1.5 Amps at stall.

See here -

and

Notice the effect that the servos have on the quality of power, its best not to have that running through your Arduino.

Duane B

rcarduino.blogspot.com

So I need to use 3 power supplies to power:
7.4V 610mha for ardumoto
7.4V 1600mha for servos
9V to power arduino

Or instead of using the 9V to power arduino use the 7.4V 1600mha to power both arduino and servos this by the power jack.

Hi,
Not really. I assume the 7.4V batteries are NIMH or LIPO, if so its a really good starting point, what is the mah rating its usually a number in the 1000's written all over the battery ?

In an ideal situation you would have two circuits, one is the 5V logic circuit, the other is a power circuit which in the case of servos can be 4.8 to 6 volts - don't try and power the Servos directly from the 7.4 it could damage them.

Looking at the Ardumotor, it takes the motor power from the VIN of the Arduino, this is before the Arduino on board regulator so is not current limited by the regulator. The Ardumotor take logic power for the onboard circuits from the Arduino 5V, this is after the regulator so not going to deliver the amps you need for the Servos.

The voltage coming from vin will be too high for the servos so dont use this directly.

One quick solution is to pick up a regulator of the type used in RC Models, these are able to deliver 5 or 6 volts from a 7.4 volt battery and will also give you 2 amps or more for your servos.

This will allow you to use a single high capacity NIMH or LIPO to drive your project, connect the servos to the battery through the regulator suggested above and keep everything else as you currently have it.

Duane B

rcarduino.blogspot.com