TMCStepper
TMCStepper copied to clipboard
Hi, i have a problem, i'm trying to use two TMC2209 at the same time, but no matter how i configure the uart addresses, each time i operate one of...
When i try to use the example for the TMC2660 there is always the drive. object missing. What did i have to ad to the project? What is missing?
I've been using PlatformIO with `platform = [email protected]` specified in the paltform.ini file. All built fine with this version. I want to upgrade to the newest platform version by using...
Hi everyone, I'm using the TMCStepper lib indirectly via the FluidNC-firmware for ESP32-based CNC-routers and have a strange behavior when using the uart of the TMCs. I use a MKS...
I modified the StallGuard example to work on ESP32. Specifically, the ESP32 doesn't have the timer registers that were used in the original StallGuard example.
Please help me to find way to switch off stealthChop mode for TMC2209. Driver working in UART mode. My code initialization part: ``` TMCdriver->begin(); // UART: Init SW UART (if...
Add TMC2240
TMC2240 support was quietly added by @z1996xm for BTT over at https://github.com/z1996xm/TMC2240-Lib for the benefit of the [BIQU B1-SE-Plus](https://github.com/z1996xm/B1-SE-Plus-TMC2240) so here's a PR to get it into the upstream repo...
Greetings, I'm seeking assistance with my application that requires an immediate (abrupt) stop of the motor using software commands in full SPI mode. I am unable to incorporate any additional...
Hello all, Although I got some StallGuard values output, the results are hard to interpret. I have the TMC2209 connected to an Arduino Mega via UART. I have written a...
What is a replacement for this in TMC5160? and driver.VACTUAL(50000); and driver.SG_VALUE() this two also.