How can I use RC Servos as Axis in grblhal? #772
ashokmanker
started this conversation in
General
Replies: 1 comment 1 reply
-
A plugin can be added that convert axis positions to the required PWM signals. Or a driver has to be modified to output PWM signals instead of step/dir. A MCU with support for enough PWM channels is required - perhaps a STM32 (F7 or H7 variant) will be best suited for that. The gripper can be controlled by spindle speed commands by configuring the PWM spindle to output a servo compatible signal. |
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 want to control 6dof robotic arm with grblhal. It's using rc servo for each joint. How can I define each rc servo as axis. So that I can control using g-codes. It's using 8 servos. 2 for shoulder joints, 5 for other joints and 1 for gripper.
Beta Was this translation helpful? Give feedback.
All reactions