TMC2208Stepper icon indicating copy to clipboard operation
TMC2208Stepper copied to clipboard

TMC2208 and AccelStepper example

Open danielawd opened this issue 5 years ago • 3 comments

Hi

I dont see AccelStepper.ino in TMC2208 example folder...

Any reason it will not work together, DIR pin mapping if used in UART mode?

Thanks

Daniel

danielawd avatar Mar 20 '19 10:03 danielawd

TMC2208 should work with AccelStepper library just fine.

teemuatlut avatar Apr 21 '19 10:04 teemuatlut

@teemuatlut I was looking for a basic example. Can you help, please? Sorry for the noob question :)

thalesfsp avatar May 11 '19 03:05 thalesfsp

The main principle is that this library handles configuring the driver and AccelStepper toggling the S/D pins. A very basic example can be seen here https://github.com/teemuatlut/TMCStepper/blob/master/examples/TMC_AccelStepper/TMC_AccelStepper.ino

teemuatlut avatar May 11 '19 18:05 teemuatlut