-1

I need to supply +9V to three stepper motors on a breadboard with driver carriers (see parts below). Its too much for my raspberry pi to handle, apparently. I was able to power and control a single driver, so I know my setup is good.

I tried using an arduino power supply to drive them (+9V, 0.664A), but when its under load, the voltage seems to drop below +3V and nothing works.

I need to find a power source (not battery) for this. I'd prefer not ordering anything (short on time). Any suggestions, or tips to get the arduino supply to work properly?

http://www.pololu.com/product/1204 http://www.pololu.com/product/2134

  • What are your motors rated at? Then multiply by 2 (Stall current) and get a wall wart of 9v and that amperage or greater. – Passerby Dec 11 '13 at 21:53
  • The motors are rated "0.6 A/Phase", but I see you say I need double that. So, the arduino supply would be insufficient in that regard. – ronpandolfi Dec 11 '13 at 21:57

1 Answers1

0

If I read the Pololu documentation corrrectly, the motors are 0.6 A per phase, and have two windings, so you will need to allow at least 1.2 amps per motor, or at least 3.6 amps for the three motors. If the "double the stall current" suggestion applies to stepper motors, you'll need 5 - 6 amps.

Peter Bennett
  • 57,014
  • 1
  • 48
  • 127
  • This might be out of my own ignorance of stepper motors, but wouldn't each phase be on at different times, or atleast only one peaking at any given point? – Passerby Dec 11 '13 at 23:00
  • Thanks, I won't need to run all three at once, so something over 2.4 amps (double stall current) sounds right for me then. I just went out and picked up a 5VDC 3.6A supply power supply from radioshack (expensive). I'll see how it works and credit your response if there's no more tips. Thanks. – ronpandolfi Dec 11 '13 at 23:00
  • @Passerby, I'm not too familiar with steppers myself, but I believe both phases will be active half the time. Step 1 would be phase A only, step 2 A and B, step 3 B only, step 4 A and B, and repeat (or something like that). – Peter Bennett Dec 11 '13 at 23:19
  • @Passerby, Yeah, and with microstepping you'd have both active more often, I think. The 5VDC 3.6A power supply seems to work fine for my project. Thanks all for your guidance. – ronpandolfi Dec 11 '13 at 23:26