-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum number of stepper motors telemetrix accelstep #66
Comments
Thanks for the compliment ;-) The maximum number could be increased from 4 to 8. For Telemetrix4Arduino, the change is simple enough to do. Just change MAX_NUMBER_OF_STEPPERS from 4 to 8. Then, recompile the sketch and upload it. The Python side is a little more complicated. I created this branch to increase the number of steppers to 8. Here are the steps you need to do to install this experimental version:
If you are using a virtual environment, you must execute that command in that environment.
Outside of a virtual environment, you may need to use python3 instead of python. Please let me know if that works. If it does, I will change both telemetrix and Telemetrix4Arduino and release it as the next version. If you need any help with this, please let me know. |
Works perfectly, thank you so much, people like u make the world a better place |
Thanks for letting me know. I am going to create releases for these changes. I will let you know when they are available. |
Telemetrix4Arduino, version 5.3.2, is now available in the Arduino IDE library manager.
I am closing this issue, but please let me know if you have any questions. Please feel free to post here, and I will see it. |
First i would like to thank u for ur amazing work
question is it possible to control more than 4 steppers with accelstep using telemetrix? My project has 7 connected to mega2560 arduino, first 4 works great but cant create more
The text was updated successfully, but these errors were encountered: