-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Interfacing with closed loop stepper #12496
Comments
See #11772 and the discussion in it. |
Good point. But idea is to make motor controller board to all of position control thing. |
There have been some discussion. |
Its not user support question. I'm developing board similar to nano zero or machaduino. So I rise question about interfacing with Marlin. So possibilityes are:
Or any other suggestions? I think in case of using closed-loop drives marlin need some kind of feedback to know if movement finished or not, or it get an error. I tested encoder resolution and stability: its ~0.02 degree (for example for 200 steps/rev stepper with 16 microstep we need ~0.1125 degree, so resolution is enough for 64-128 microsteps... ) |
I now implementing interface in that way
|
@alexxy |
No, there is still plenty to be done around closed loop steppers. I just got a couple in 2 days ago to start playing with. The TMC motion controllers above would be hugely beneficial as well. |
What is the best way to interface with closed loop stepper motor?
Currently I working on simple design for closed loop stepper comntroller that can be very cheap but will its work. So basicaly it is stm32 mcu with tmc motor driver and magnetic encoder. So the main question is interface between control board and comntroller. Ideas?
The text was updated successfully, but these errors were encountered: