Hi to all, my name is Cosimo and I need help about stepper driver.
From an old printer I’ve get a bipolar stepper and now I’m trying to drive it with L298 and L297 configuration. Whitout the stepper the outputs of L298 are: 0V 12V 0V 12V. It’s ok! But with the motor connected the outputs of L298 are: 6V 6V 6V 6V. Why this?
At 12V, those motors will draw 3 amperes/winding. That is far too much current for the L298 H-bridge, so it overheats and shuts down. You can use the DRV8825 driver if you set the current limit to 1.5 ampere or less. http://www.pololu.com/product/2133
Alternatively if lower motor power is an option, you could put a ~6 ohm, 10 watt resistor in series with each winding and then use the L297/L298 combination. That will reduce the winding current to an acceptable value, but the resistor will get quite hot, as well as waste power.
solved! 6V are normal in stepper when the start condition is 0101 with 12V supply of stepper… the problem was ground connection between boards (driver L297+L298 and PIC32 starter kit) and clock speed to high… thanks to all.