Open TillScout opened 5 years ago
Hi,
same Problem here. I use a Fysetc 2130 driver, unsoldered/resoldered vor SPI mode in my 3D Printer - at least there it is working. Connecting the driver to the Arduino nano as described In SPI example, I don't get anything at all. Is it correct, that steps are still done by step pin and not by SPI?
When I resolder the CFG bridge to standalone mode, the stepper is at least making some noise but still no movement. At least SPI seams to be working as the driver gets hot when setting rms to 800/900 mA
Do you have any idea? How have the solder points on the tmc have to be soldered?
So far, thanks in advance,
Christian
Never mind my rant! For some reason it just started working.
I use the library with an Arduino Uno.
Simple.ino
works exactly as expected. I use this pin setup:But when using
Software_SPI.ino
, I get no reaction. Since the pin setup is very similar to the above:I can rule out wrong connections (just have to move MOSI, MISO and SCK two pins to the right to the hardware SPI pins and load
Simple.ino
).What happens, when using software SPI is that the stepper turns by very little (possibly one step) and then nothing else happens. On the serial monitor I get this output:
DRV_STATUS=0b10000000000010010000000000000000
I did not modify any of the files, apart from pin definitions.