#define R_SENSE 0.11f // SilentStepStick series use 0.11.
#define DRIVER_ADDRESS 0b00 // TMC2209 Driver address according to MS1 and MS2 #define SW_RX 7 // SoftwareSerial transmit pin - YELLOW #define SW_TX 6 // SoftwareSerial receive pin - BROWN #define SW_SCK 5 // Software Slave Clock (SCK) - BLUE #include // For serial debugging output. #include // Software serial for the UART to TMC2209. Let's say a summary of what I've learned. This is not so much a post with a question but a post with a working result. And AnshumanFauzdar, I'm really looking forward to the documentation you've been talking about.
Special thanks to adouglas88, your code was an awesome help. This topic was a great help: Using a TMC2209 silent stepper motor driver with an arduino This weekend I've been busy with my new stepper motor, an Arduino, a fysetc TMC2209 and the TCMstepper library, it worked out just fine