TMCStepper icon indicating copy to clipboard operation
TMCStepper copied to clipboard

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

I have a BTT GTR v1.0 working on a BLV Mgn. I installed latest Marlin version and went in small steps adding features and calibrating. The last step was PSU...

Hello, I have two questions: 1. Can this library be used with U1 serial (RX1 - GPIO9; TX1 - GPIO10)? 2. Can the library be used when the environment is...

I understand from the link below that the TMC2130 in SPI mode can be run purely over the SPI bus with no need for any connections to the step and...

Hi all, I am trying to set up a small machine using the TMC 2209 driver and want to use the sensorless homing feature. So my idea is to have...

Hey Teemu, I'm using FluidNC and want to get the SPI functions working for my 2160 drivers. Bart Dring says that there is 2130 and 5160 support in FluidNC, but...

Hi teemuatlut, you did a great job with this library! I am having a little problem that I can't solve with your documentation (certainly because I am not much of...

Hi, I want to control 5 TMC5160 BOBs over SPI using a Teensy 4.0. I've managed to get the library (Release_v1) working with one 5160 using the code below (a...

Hi, I wanted to set the blank time (TBL) and found in the code (TMCStepper.cpp) the following possible values: ```c void TMCStepper::blank_time(uint8_t value) { switch (value) { case 16: tbl(0b00);...

Hi, i wrote a sketch using your library on an Arduino Nano while waiting for an ESP32 to arrive, but when i tried to upload that sketch to the ESP32,...

I use Bigtreetech TMC5160 v1.2 driver in the full SPI mode (SPI_MODE - high, SD_MODE - low). I set RMS current to 750mA however when there is a load on...