So I did a setup with 2 nema17 stepper motors at 1.3 A rating, and command them trough a CNC shield V3, 2 A4988 drivers and arduino, with GRBL 1.1 . I power them with 12v 2A power source. They move ok, but only in one direction , no matter the command i Give them they only move in one direction.
Tried adjusting the A4988 but I cannot read the voltage, i put the red terminal on the screw thing, the black on the GND pin and nothing shows up. Is it possible the DIR pin is not getting current? How do I check that?
What should I do ?
The first thing to do is to set up the motor driver current limit correctly, following the Pololu video tutorial. You will need a functional multimeter to do that.
If you have an imitation of the genuine Pololu A4988 board, you need to identify and know the value of the current sense resistor.
The A4988 can support only 1 Ampere per winding without forced air cooling, so set the current limit to that value or lower.
So apparently, the arduino was bad. it is strange because it was new..., came with the cnc shield, tried swapping that with another one and now it works both directions, thanks for the help.