Replies: 2 comments 3 replies
-
|
INAV does not and probably will not support steppers directly connected:
My suggestion is to develop a stepper driver that can be driven by a PWM signal. Think about a ESC do steppers: it accepts PWM and converts to stepper specific. More less, a "big servo". |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
If it will read standard PWM signal, there is no need to change anything in
INAV. It will just output data
wt., 4 maj 2021, 17:42 użytkownik Abraham Pineda Zelaya <
***@***.***> napisał:
… My setup for the driver is a bluepill (STM32F1) and TMC2100. Let's see how
it goes...😅
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6921 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHMBG7MZGH6KQPVMUFDGDDTMAIVBANCNFSM44C3V47Q>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I been using iNav for quite sometime in quads and wings, but this time I want to use it with a self balancing robot. This design come from jjrobots: https://www.instagram.com/p/COa9GmLBy8a/
So I am wondering where to start adding support for this feature, pretty much I have to:
The way it works right now is just like the quad implementation, it sets an angle and corrects until the set point is reach.
Any help in how to start will be highly appreciated. Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions