Open pznamenskii opened 3 years ago
You only need to use an IO to connect to the PDN_UART pin of TMC2209, you can refer to:https://www.youtube.com/watch?v=7ShcFKXrVHo
You only need to use an IO to connect to the PDN_UART pin of TMC2209, you can refer to:https://www.youtube.com/watch?v=7ShcFKXrVHo
doing so will likely damage your board: nano-s board has MS3 hardwired with a 0Ohm resistor and until your remove it, UART pin on driver will get voltage as in a non-UART configuration. there is no way to connect UART without soldering out that resistor which is an extremely inconvenient board design.
TMC2209 compatible with 3.3V and 5V
TMC2209 compatible with 3.3V and 5V
it is, but UART will not work until you remove this resistor by not removing it, you load 3.3 or 5V to the pin on the board you chose to use as UART line, i.e. PC14 - this may damage the board
You need remove it, because it is use to microstep settings for plug driver.
hi. I am trying to install tmc2209 into E1 socket on nano-s board and connect via uart (4th pin on tmc2209 (PDN) as TX to PC14 via 1k resistor and as RX directly to PC15:
driver is not seen with the below M122 S0 response: