TMC2209 UART ESP32 #12089
TMC2209 UART ESP32
#12089
Replies: 1 comment 2 replies
-
Since you already had a successful communication with the device, I assume that you have the 1k resistor between TX and RX, and the TMC2209 connected to the RX pin. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I designed a PCB using an esp32-pico-d4 that also has a TMC2209 stepper driver. I would like to use the sensor-less homing feature that is only accessible through the UART protocol. I have succsefully established communication using this library: https://github.com/kjk25/TMC2209_ESP32 , but the code is huge and I would like to program the movement myself through the STEP/DIR protocal. I found a simple program that someone made here: https://forum.micropython.org/viewtopic.php?t=10697 ,but I could never get it working. I could not find a way to continue that discussion. Here is my code in that attempt:
Beta Was this translation helpful? Give feedback.
All reactions