Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

TMC UART setup #9

Open
gaby64 opened this issue Dec 15, 2020 · 2 comments
Open

TMC UART setup #9

gaby64 opened this issue Dec 15, 2020 · 2 comments

Comments

@gaby64
Copy link

gaby64 commented Dec 15, 2020

hey, I was trying to get UART working for my 2209 drivers (BTT 2209 1.2) and im getting TMC Connection Error on the screen.

what is your wiring setup for UART?

I was following this guide on youtube https://www.youtube.com/watch?v=7ShcFKXrVHo
soldered both UART pins together and a jumper wire going to the pin as set in your pins_MKS_ROBIN_NANO.h

some places they mention a 1kohm resistor, not sure what is required.

@gaby64
Copy link
Author

gaby64 commented Dec 15, 2020

I no longer get TMC error with these pin configuration, but the steppers are not working, homing does a printer halted.

# define X_SERIAL_TX_PIN PA10
# define X_SERIAL_RX_PIN X_SERIAL_TX_PIN
# define Y_SERIAL_TX_PIN PA9
# define Y_SERIAL_RX_PIN Y_SERIAL_TX_PIN
//# define Z_SERIAL_TX_PIN PA9
//# define Z_SERIAL_RX_PIN Z_SERIAL_TX_PIN
# define E0_SERIAL_TX_PIN PA5
# define E0_SERIAL_RX_PIN E0_SERIAL_TX_PIN
//# define E1_SERIAL_TX_PIN PE5
//# define E1_SERIAL_RX_PIN E1_SERIAL_TX_PIN

@gaby64
Copy link
Author

gaby64 commented Dec 16, 2020

this was the issue,

#define SOFTWARE_DRIVER_ENABLE

needs to be disabled for hardware uart pins

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

No branches or pull requests

1 participant