Is there an integrated kickback protection in stepper motor drivers or should I make my own? I am afraid the steppers might fry the driver or the arduino when i turn off the power for them. I do that by turning off the power supply. I haven't had an issue yet but it still bothers me.
-
What's this have to do with 3D printing? – CrossRoads Jun 19 '19 at 12:27
2 Answers
Kinda, sort of, but not really. I'll look at the A4988 (datasheet).
The motor pins are connected by diodes to ground and Vbb (the motor suppply voltage). Essentially, they act as a bridge rectifier making any back EMF or inductive spikes appear (rectified) on Vbb. If you were to suddenly power down the driver this could cause a rather large spike on Vbb.
According to the datasheet, there is a 40 V Zener on Vbb which will clamp the voltage to that level. (Another popular stepper driver, the DRV8825, does not appear to have this Zener - always check your datasheet!)
So, yes, there is inductive kickback protection. However, it only clamps the voltage to 40 V. Depending on the rest of your circuit, this could be quite damaging.
The datasheet recommends that a 100 μF capacitor be placed on Vbb. If you are driving a typical stepper motor with 2 A and 4 mH coil inductance, the energy stored in the coil is 8 mJ. This energy is only enough to take the capacitor up from 12 V to ~17.5 V, so if you have a large enough capacitor on your stepper driver (as you should!) then you're protected against inductive kickback.
Note that if you move the motors by hand then you can still build up a higher voltage on Vbb. I've heard anecdotes of people who damaged their printers like that.

- 32,029
- 10
- 59
- 135

- 14,588
- 2
- 33
- 60
"Inductive kickback" from motor coils is caused by the inductance of the coils and the wiring. It is not some strange effect. Inductance is charged with current, just as capacitance is changed with voltage. Most bipolar motor drivers use an H-bridge on the output. By driving the H-bridge correctly, the driver can continue to provide a path for the motor current when it is no longer applying voltage, such as by connecting both wires of a motor to ground.
Although some may find it counter-intuitive, connecting the Vmot side of the motor to Gmot, while the other side remains at Gmot, keeps current flowing in the coil more smoothly and with lower losses. The voltage across the motor coil is near zero, so there is little voltage trying to change the motor current. If the coil is undriven and subject to the clamping diodes, the voltage across the motor will me much higher, and the current will stop faster.
The higher ripple current in the motor increases the coil heating, may increase audible noise, and decreases the efficiency of the drive.

- 4,418
- 10
- 36