teemuatlut / TMC2130Stepper

Arduino library for Trinamic TMC2130 Stepper driver
MIT License
159 stars 50 forks source link

Problem connecting TMC2130 directly to stepper motor #72

Closed JiGlain closed 5 years ago

JiGlain commented 5 years ago

Hi guys,

for my project I need to move one stepper motor in alternating directions. So I used this schematic to connect my stepper motor to the tmc2130:

https://goo.gl/images/heePAx

Then I tried the code of 'simple example' but my motor doesn't move at all. I also can freely move the wheel attached to the motor without any resistance.

So obviously I#m doing something wrong. Please help me ;)