-
Notifications
You must be signed in to change notification settings - Fork 734
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
Adding TMC2208 (UART) Driver Support #889
Comments
No and V1 branch will not get them. |
Hi...I'm new to repetier...I have a due and radds..and some tmc2208!how can i use them in uart mode with repetier v2? |
Yes you can, also it has one problem. You need one hardware serial per driver. Have just added an update that allows you to combine multiple drivers by setting This will disable reading stepper state so if all are programmed blindly with same parameters it should work (have only one driver, so can't test it with multiple drivers, but TMC2208 datasheet suggests this solution for multiple drivers). |
Then i think the best will be to go with tmc5160!as it has more power than tmc2130...and with spi instead uart like tmc2208 |
If you need the power yes. tmc5160 works as well. |
Hello. TMC2208 drivers are controlled by the UART interface.
Is it possible to add support for TMC2208 drivers in firmware (1.04)?
The text was updated successfully, but these errors were encountered: