I am looking for a good stepper motor driver for my projects, that can drive about 1 - 1.5amp per coil.
I am trying to standarize my usage so any good recommendation would be welcomed. I am currently looking at the pololu A4988 https://www.pololu.com/product/1183
I have a question about the software to control a stepper motor using a stepper motor driver. (I have done it directly, but just recently got a stepper motor driver)
You get one step/microstep per pulse and usually (in active HIGH logic) one pulse is starting with a LOW->HIGH transition and ends with the HIGH->LOW.
Consequently I’d expect you get one step with the first digitalWrite() and in order to produce a new pulse for a new step, you inevitably need to have the second digitalWrite() before writing HIGH again
I don’t quite understand what you mean with “reset step” once a step was made, it’s done, no resetting - unless you step back.