Electronics » Motion Control Modules » Stepper Motor Drivers »
Pololu High-Power Stepper Motor Driver 36v4
This discrete MOSFET stepper motor driver enables control of one bipolar stepper motor. It supports a wide 8 V to 50 V operating voltage range and can deliver up to 4 A continuous per phase without a heat sink or forced air flow (6 A max with sufficient additional cooling). The SPI interface allows configuration of the current limiting, step mode (9 step modes from full-step through 1/256-step), decay mode, and stall detection. The driver also provides back-EMF feedback that can be used for more advanced control and stall detection algorithms. Additional features include reverse-voltage, under-voltage, and over-current protection.
Description | Specs (14) | Pictures (13) | Resources (8) | FAQs (3) | On the blog (1) |
---|
- I want to control a 3.9 V, 600 mA bipolar stepper motor, but this driver has a minimum operating voltage above 3.9 V. Can I use this driver without damaging the stepper motor?
Yes. To avoid damaging your stepper motor, you want to avoid exceeding the rated current, which is 600 mA in this instance. All of our stepper motor drivers let you limit the maximum current, so as long as you set the limit below the rated current, you will be within spec for your motor, even if the voltage exceeds the rated voltage. The voltage rating is just the voltage at which each coil draws the rated current, so the coils of your stepper motor will draw 600 mA at 3.9 V. By using a higher voltage along with active current limiting, the current is able to ramp up faster, which lets you achieve higher step rates than you could using the rated voltage.
If you do want to use a lower motor supply voltage for other reasons, consider using our DRV8834 or STSPIN-220 low-voltage stepper motor drivers.
- Do I really need to set the current limit on my stepper motor driver before using it, and if so, how do I do it?
Yes, you do! Setting the current limit on your stepper motor driver carrier is essential to making sure that it runs properly. An appropriate current limit also ensures that your motor is not allowed to draw more current than it or your driver can handle, since that is likely to damage one or both of them.
Setting the current limit on the Pololu High-Power Stepper Motor Driver 36v4 is done through its SPI interface (this is very different from most of our other stepper motor driver carriers, which have their current limits set through their on-board potentiometers). The Pololu High-Power Stepper Motor Driver 36v4 defaults to its maximum possible current limit setting on start-up, which is much more current than the board can safely deliver, so you will need to set the current limit to an appropriate value for your stepper motor before enabling the driver outputs to prevent damage to the board. This is done by adjusting the TORQUE and ISGAIN bits in the TORQUE and CTRL registers, respectively. The DRV8711 datasheet (1k redirect) has more information on how to set the current limit through the SPI interface, and our Arduino library for the Pololu High-Power Stepper Motor Driver includes example sketches showing how to implement this in software.
- How do I connect my stepper motor to a bipolar stepper motor driver?
- The answer to this question depends on the type of your stepper motor and how many wires it has. We have an application note that details possible methods for connecting stepper motors to bipolar drivers and controllers and the advantages and disadvantages of each option.