Open christophepersoz opened 4 years ago
hi can you look on the PCB which sense resistor is soldered? on the btt 5161 we have R062 which means 0.062 try motorcurrent 580mA. apart from that 5160 has external mosfets. 5161 has internal mosfets. maybe it helps to study the datasheet from trinamic 5161.
Hello,
I tried several examples and different parameters on the examples provided, and none of them allowed me to reach the 1/3 of the motor speed.
At this time, I'm running the driver TMC5161 from FYSETC on a Teensy3.6. There is no other components.
On the example Simple.ino for example, I modified it and used TMCStepper library to make it working. Here the code,
On this exemple, arriving to a delayMicroseconds of 48, the motor start to lose steps and then skip all of them. But the point is that happens to a really low speed compare to what I can get by running the same motor on my old L6470 driver.
I also tried to drive the steps with the TeensyStep library, and the result is the same, the motor stop running at 2000 step/s with micro steps set to 1/16th. It's also a really low speed compare to what I'm getting on the L6470.
Does the 5160 register function are the same for the 5161? or Does anybody have the same issue or have and idea on what I'm doing wrong?
Thanks!