Skip to content
Discussion options

You must be logged in to vote

@githubzbx You did not mention the motor and motor driver being used, nor did you supply your code, so it is difficult to determine the cause of your issue. Things to check are that when you call set_pin_mode_stepper, the interface type selected is correct. For example, when using a TB6600-like driver, the interface type is 1. Also, if you use a TB600-like driver, the microstep selection switches are correctly set on the driver.

There is an excellent article on interfacing stepper motors with an Arduino. There is a section about using AccelStepper, the library that Telemetirx uses.

You might try running the example in the article or some of the examples in the Accelstepper library to take…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrYsLab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #47 on November 01, 2022 17:19.