You are on page 1of 2

instructables

Driving Multiple Stepper Motors From a Single Driver

by imageguy

This instructable talks about driving multiple bipolar motors. In my case, the same four motors wired in
stepper motors (such as used in RepRap 3D printers) series had no problem lifting the same gantry with
from a single driver, such as a Pololu Shield. Each power to spare.
motor is driven via two circuits, call them 1 and 2.
Each circuit has two wires, call them A and B. The To wire the motors in series, split the 1A and 2A
wires are connected in order 1A, 1B, 2A, 2B. wires from 1B and 2B wires in the cable coming from
the driver and connect to the first and third pin on the
To connect multiple motors to a single driver, you can header where you'll plug in the first motor. Connect
wire them either in parallel, or in series. Either will 1B from the first header to the 1A on the second
work, but motors wired in series will produce more header (i.e., the header where you'll plug in the
power. To see why, consider the electrical second motor). Connect 2B from the first header to
characteristics of the motors and the driver. 2A on the second header. Continue this A to B
connection as you add more headers. On the last
RepRap motors are often rated 2A and 1.1ohms. header, connect 1B and 2B pins to the 1B and 2B
Using Ohm's Law, such a motor needs 2.2V of wires going to the driver. See the wiring diagram.
power. Pololu Shield is rated 2A and gets 12V from
the RAMPS board (or at least I think it does). If you See the picture of my distribution board with two Y
wire the motors in parallel, every motor gets the full motors and four Z motors, each set wired in series.
voltage, but the current is split, meaning that the total To map the picture to the diagram, left is top, two
current is still only 2A - no matter how many motors wires are connected on the left side and two on the
you add, there is no more power. I found this out the right.
hard way, when I was building a printer where I used
four motors to lift a fairly substantial gantry in the Keep in mind that, to have the motors work, you must
vertical direction. It would not budge. have all the motors connected, otherwise the circuit is
interrupted. If you for any reason don't want to fully
In contrast, wiring the motors in series splits the populate your headers, use jumpers to short 1A to 1B
voltage, but every motor gets the full current. Given and 2A to 2B where you have any motors missing.
how little voltage each motor really needs, you should
be able to get five times the power if you use five

Driving Multiple Stepper Motors From a Single Driver: Page 1


Driving Multiple Stepper Motors From a Single Driver: Page 2

You might also like