I would like to control a set of 10 Linear actuators for a robotics project.
The actuators require:
- 3.7VDC operating voltage
- 150mA unloaded travelling current draw
- 450mA stalled current draw
The Arduino UNO requires 5VDC to operate. Say I power the linear actuators externally, what kind of calculations do I make to figure out how much power I need to get them to work for at least two hours?
So worst case scenario is that the 10 actuators are constantly drawing 450mA, so I need a power source that can provide 10 X 450mA = 4500mA.
So this means I need to purchase something like this battery which provides 12v at 4500mA assuming I also connect a voltage regulator to drop to 3.7V?
Update #1
It was suggested (thank you Douglas B. Staple) that I use a Lithium IOn battery because they are a standard at 3.7V this way I would not need to use a regulator.
However, how can I account for the duration of servo usage based on mAh? I previously calculated that since I have 10 servos I would need 4500mAh battery. But how long will that last?
Update #2
Just so that I understand this correctly: Say I want to extend the number of actuators to 32. This means 32 x 150 mA = 4,800 mAh. This means I would need 5 x "18650 cells" to run all 32 actuators continuously for 2 hours?