-
Is the A4988 driver actually supported? There is conflicting information between the repo and the docs:
The readme links to a A4988 driver crate, but the crate doesn't exist.
The documentation on …
-
#### Description
After upgrading the console would lock up after connecting; unlock command and then it seemed to hang. Power cycled controller and downgrade to 1.9 = fixed.
Rolling back to 1.9…
-
I get several digital pin warnings and then I get a compile failure. Is my board definition correct?
Here is the terminal window result:
> Executing task: C:\Users\Megamind\.platformio\penv\Scr…
-
I'm getting the seventeen build errors listed below. Trying to build for a BTT SKR 1.4 Turbo with four TMC2130's. If I comment out the #define TRINAMIC_ENABLE 2130 in my_machine.h it builds just fin…
-
I just reviewed some parts of the code.
the 'move()' function is a bit too simplistic:
``` c
void move(int _idler, int _selector, int _pulley)
{
int _acc = 50;
// gets steps to be done an…
-
For the ones like me that wants to use Arduino ide, where is the upload.ino file? i all repos that i downloaded there is no "example" folder containing this file....
-
Hi !
This is not an issue, I'm the issue because i'm a really noob about code ...
But thank's for your cool and hard work about TMC chips.
My coding level can't go further than to use simple th…
-
Hello,
I recently modified the Simple.ino example so that I could get my motor to step enough times to make one full revolution (200 in my case). However, I am having issues where I have to increment…
-
Hello,
Currently the ds402 implementation only supports one motor. We would like to extend this to multiple motors as specified by ds402.
We working with a multi-axis board each using CiA 402. W…
-
I'm attempting to use BigTreeTech's TMC5160 breakout board via SPI for controlling a 2.0A NEMA bi-polar stepper, in the interest of integrating the Trinamic StallGuard capability into my project. The …