4.5V Motors

I have the DAGU 4WD Robot Chassis and The ADAFRUIT Motor shield(Independent Power Supply (6V - 4AA). Im trying to get the motors power. I run the program which moves the motors but it doesent have alot of power. (If I touch the wheels they completely stop.)

Thank You!

Got links to what you're using now?

Yes, I got it from here

http://www.ebay.com/itm/4WD-4-Wheel-Drive-Two-Layer-DIY-Mobile-Robot-Platform-for-Arduino-Project-/130685832015?pt=LH_DefaultDomain_0&hash=item1e6d7b8b4f

Thank You

Has Anyone Had The Same Problem? Would a 9.6V Battery Work Like This One

http://www.ebay.com/itm/New-RadioShack-23-331-R-C-Car-Ni-MH-Rechargeable-Battery-Pack-MAX-9-6V-1600mAh-/261232860699?pt=US_Radio_Control_Control_Line&hash=item3cd2b11e1b

I Attached Some More Pictures.




Thank You.

While the NiMH pack is better, the 4 AA batteries should be OK. Something else is wrong. Are you using PWM? Sooftware?

The Adafruit shield uses L293's which waste about 2.5V internally. These chips require a minimum of 7V on the motor supply
to function properly. 7V - 2.5V = 4.5V (which is the minimum motor voltage the motor shield claims to support).

So find yourself a decent 7.2 NiMH battery pack and all should be well if your motors are taking 0.6A or less
and you have good cooling for the motor shield (free air flow).

Personally I'd never recommend the L293 or L298 motor driver chips for low-voltage motors, they waste so
much power (and get so hot).

Ok, Thank you! Would the 7.2V Battery Pack work with 4 Motors? That's how much this chassis needs.

Thank You Again!