Hi all,
I'm working on a little robot with Arduino, but I'm having some issue with the DC motors.
I'm new of the Arduino/electronic world so please forgive me if I say something stupid.
I first used two Hobby Motor 130 Size, but they where not enough powerful.
The wheels were moving on "free wheel" but once I put the robot down they stopped.
I did't want to use geared motors to keep the cost low and because the (3d printed) robot already has a 1/10 gear reduction.
So I decided to try with this motors: http://ie.rs-online.com/web/p/dc-motors/2389721/
There were others with a more reasonable power, but they were not in stock, so I took the risk...
I know the L293D can give just 0.6A (1.2A peak) but I though with the pwm I could reduce the power and make them work without burning everything and eventually try with the L293D "piggyback".
With some calculation I got a pwm of 255*0.6/4.4 = 34
I used 30 to be safe, but the motors didn't move.
I increased gradually the pwm but nothing...they won't move.
I'm using a different powers supply for the motors (I tried with 4xAA and 6xAA).
I also have for each motor three 0.1uF capacitors connected between the two poles, and each pole and ground.
The question is: is it theoretically possible to drive a 4.4A motor with 0.6A (or 1.2A) ??
My expectation was to be still able to make them move but of course not get 375 gcm of torque.
DC Motor technical info:
Current Rating 4.41 A
Maximum Output Torque 375 gcm
Power Rating 19.68 W
Supply Voltage 3 → 7.2 V dc
Thanks in advance for your help!