Skip to content

Question @ multiple steppers #32

Answered by Chr157i4n
dbtreasure asked this question in Q&A
Discussion options

You must be logged in to vote

Hello and thanks for the feedback,

running multiple drivers/motors is possible depending on your plans.

Please also have a look at:
test_script_06_multiple_drivers.py
Can I use two TMC2209 with one Raspberry Pi board with this lib? #3

There are two things to consider:

1. UART-Interface

this is described in chapter 4.3 UART Signals in the datasheet.
if you have <= 4 drivers, you can use the built in addressing of the driver trough the MS1_ADDR0 and MS2_ADDR1 pins.

You can use this to communicate with up to 4 drivers via UART with only one UART Interface on the Raspberry Pi. This is also already implemented in this library.
If you have more drivers, you either need more UART-Interfaces or…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by dbtreasure
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Chr157i4n
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants