Replies: 1 comment 2 replies
-
It is possible to drive steppers that way as the current position is available to the driver code. But I do not think it is feasible since it might be hard to achive syncronized motion among axes. Anyway, the core stepper code typically splits motion up in approx. 5ms segments during which direction and step rate does not change. You may try to send data to the controllers for each new segment as a starting point? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Are there any drivers for GRBLHal that support using SPI to control stepper movement? I am trying to use GRBLHal with a trinamic TMCM-301 motion conroller which does not accept step/dir signals. Instead it requires sending SPI datagrams in steps that represent a sinusoidal waveform. I have seen trinamic code that is used to configure the drivers via SPI bt I have not been able to find any code that controls the motor position that way.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions