TMCStepper icon indicating copy to clipboard operation
TMCStepper copied to clipboard

TMC2209 V2.1

Open marwatrigui opened this issue 5 years ago • 3 comments
trafficstars

Hi , i am working on a project and i want to use the tmc2209 to control a stepper motor . But there is not much documentation on the internet and i don't know how to connect it to arduino or what code should i whrite to change the features of the driver . Can someone please help me , i really don't know from where to start

marwatrigui avatar Sep 23 '20 14:09 marwatrigui

With the TMC2208/2209, features must be set via UART as shown here grafik And the Simple.ino shows what & how to use Uncomment //TMC2209Stepper driver(&SERIAL_PORT, R_SENSE, DRIVER_ADDRESS);

wolfgangmauer avatar Sep 24 '20 08:09 wolfgangmauer

thanks for your response , but the problem here is that the version v2.1 has two UART pins : TX and RX pins , that's why i can't do it as shown on the picture . Should i just connect TX to RX pin of the arduino and vice versa ?

marwatrigui avatar Sep 24 '20 08:09 marwatrigui

You should be trying a little ;-) https://wiki.fysetc.com/Silent2209/#v21-hardware-connection

wolfgangmauer avatar Sep 24 '20 08:09 wolfgangmauer