TMCStepper icon indicating copy to clipboard operation
TMCStepper copied to clipboard

Results 148 TMCStepper issues
Sort by recently updated
recently updated
newest added

I'm attempting to use BigTreeTech's TMC5160 breakout board via SPI for controlling a 2.0A NEMA bi-polar stepper, in the interest of integrating the Trinamic StallGuard capability into my project. The...

Hi everyone, I bought two tmc5160 from bigtreetech more specifically these https://www.biqu.equipment/products/bigtreetech-tmc5160-v1-0-driver-spi-mode-silent-high-precision-stepstick-stepper-motor-driver-with-heatsink-for-skr-v1-3-gen-v1-4-reprap?variant=20225467711586 the problem is I connected the driver to an arduino uno, mega and nano and tried to use...

Hi My special application needs 4 small nema 17 motors driving 1 central axle Driver is tmc 5160 3Amps, 24 V movement is troublesome I am a bit stumped, 70...

Hello, I'm trying to work out values for TPWMTHRS and TCOOLTHRS. According to the datasheet for TMC2160 it says... `Actual measured time between two 1/256 microsteps derived from the step...

Temmuatlut thanks for the hard work on this library. I'm working with the 5160 BOB and while testing settings to evaluate what I want to use on my 3d printer...

I am driving a motor via UART and a TMC2208. VACTUAL sets a velocity, and the example uses delay to timeout that call. However, I would like to run the...

When my TMC2130 has stealthchop enabled with this library it seems to be reaching a threshold and not allowing the motor to go past a certain speed. Disabling makes it...

Generally I prefer the original ESP-IDF instead of the Arduino framework, because it seems to me less magical and more predictable. So I tried to make this library compile in...

Added information about supported drivers and some introductory text

A flag has been added to Marlin's dummy implementation of SoftwareSerial, so when TMCStepper is used within Marlin there will be a failsafe to prevent compilation errors in platforms that...