You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a 2130 connected to an adafruit arduino(bluefruit LE). I've changed the various pins(en, cs, dir, step) to ones on the board and have(it has dedicated pins) MOSI -> SDI, MISO -> SDO, SCK -> SCK.
I've tried getting the simple example to work but it doesn't work unless I comment out the line
driver.stealthChop(1);
Worked this out by trial and error. Without this line the motor turns and changes direction, though is noisy as if using a normal stepper driver. I've tried 3 different stepper motors and the same thing happenes for all of them.
Any ideas how I can resolve this ?
Thanks.
EDIT: Another thing I just noticed is that sometimes it doesn't change direction, it sort of stalls for a short time then continues in the same direction, then this behaviour either continues or it goes back to switching direction.
The text was updated successfully, but these errors were encountered:
to follow up. I have a 2100 board as well so used that to check the motor connections, with the 2130 board replaced with the 2100 and using the simple example the motor spins correctly(and pretty silently). I realise that it's ignoring all the actual 2130 driver stuff just using the step commands.
I then set up the stallguard example with correct pins and added
Hi,
I've got a 2130 connected to an adafruit arduino(bluefruit LE). I've changed the various pins(en, cs, dir, step) to ones on the board and have(it has dedicated pins) MOSI -> SDI, MISO -> SDO, SCK -> SCK.
I've tried getting the simple example to work but it doesn't work unless I comment out the line
driver.stealthChop(1);
Worked this out by trial and error. Without this line the motor turns and changes direction, though is noisy as if using a normal stepper driver. I've tried 3 different stepper motors and the same thing happenes for all of them.
Any ideas how I can resolve this ?
Thanks.
EDIT: Another thing I just noticed is that sometimes it doesn't change direction, it sort of stalls for a short time then continues in the same direction, then this behaviour either continues or it goes back to switching direction.
The text was updated successfully, but these errors were encountered: