TMC2130Stepper icon indicating copy to clipboard operation
TMC2130Stepper copied to clipboard

Arduino library for Trinamic TMC2130 Stepper driver

Results 41 TMC2130Stepper issues
Sort by recently updated
recently updated
newest added

hi, I have an ESP32 with SPI communication to TMC2130 (connected to their dev board). I'm using the driver to run the motor, with `FastAccelStepper` for stepping abilities. however, no...

Hello all, I've been trying to connect a stepper motor driver to a Nema 17 and a Wemos D1 (ESP8266) for several days now. I now have a sketch where...

hello how can I install this or I can also test it on my skr 1.3 board??

Hi, I want to use Stallguard and a Library to run the stepper such as Accelstepper Library. I've combined Stallguard example and Accelstepper example. Stepper is running but output is:...

Microstepping! So quiet, so great. Until I set full steps. eigth step? 8. quarter step? 4. half step? 2. Full step? [ZERO](https://github.com/teemuatlut/TMC2130Stepper/blob/master/src/source/TMC2130Stepper.cpp#L392)!?! Also no comment block to explain this feature...

Hi, First of all, great work on the library! It has been very helpful! I am trying to operate a NEMA17 motor and need to know when it is stalled,...

Hi I am trying to see skipped pulses, I have enabled GCONG register bits also, But I could not find any Skipped pulses in the LOST_STEP Register. Please help me..

Hi, Great job with the library! I am playing around with TMC2130, a stepper motor and an ATSAMD21(Adafruit Feather M0 bootloader) board. I am able to get the motor(No load)...

I use the library with an Arduino Uno. `Simple.ino` works exactly as expected. I use this pin setup: ``` #define EN_PIN 7 // Nano v3: 16 Mega: 38 //enable (CFG6)...

Hi! I'm running Marlin 2.0.x, but figured I would get more help here. I'm running "bigger" Nema17 motors, parameters down below. At low speeds I can feel low frequency vibrations(I'd...