-
Notifications
You must be signed in to change notification settings - Fork 10
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
Servo Motor #15
Comments
I actually initially was going to use a servo, the one I had wasn't strong enough for my blinds but it was easy enough to modify this project for that usage. You will need to change some of the code to work properly with PWM (Pulse Width Modulation) which is what servos run on. I began to modify this module for use with my servo but then I abandoned it and I can't find that version anymore 😞 but you can take a look at this which may shed some light on PWM for servos in general. You just need to change the If you get stuck I may be able to help |
Thanks a lot for your help. Another problem I got is: this Servo is 180º limitaded, but with this video I realized that there's a way to make it continuous rotate. But actually I am very amateur on programming and can't make everything work. |
Since rpio supports PWM it seems easy enough. If you manage to do some sort of proof of concept, please share the code and I'll think how to support it in this plugin. |
Is it possible to use a Servo motor such as MG995 modified to continuous rotate? How should be the connection for Up and Down pins?
The text was updated successfully, but these errors were encountered: