Skip to content
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

Create moveByUART.ino #258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KonstantinKalinskiy
Copy link

Please add this example. It shows how to move motor only by UART communicaton. Connecting STEP/DIR pins is not necessary

Please add this example. It shows how to move motor only by UART communicaton. Connecting STEP/DIR pins is not necessary
@artmekab
Copy link

Nice one! Do you know of any stepstick type that have this address pin available? Would need to control 7 or more via UART.

SLAVEADDR:
These eight bits set the address of unit for the UART
interface. The address becomes incremented by one
when the external address pin NEXTADDR is active.
Range: 0-253 (254 cannot be incremented), default=0

@KonstantinKalinskiy
Copy link
Author

Nice one! Do you know of any stepstick type that have this address pin available? Would need to control 7 or more via UART.

SLAVEADDR: These eight bits set the address of unit for the UART interface. The address becomes incremented by one when the external address pin NEXTADDR is active. Range: 0-253 (254 cannot be incremented), default=0

unfortunately no.
according to documentation tmc2209 has 4 addresses in UART mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants