-
Notifications
You must be signed in to change notification settings - Fork 30
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 functions #22
Comments
Hi, Thanks, var driver = new ArduinoDriver(ArduinoModel.UnoR3, true); |
Found much better solution :) Hope it helps |
i'm trying to do the same think. I don't know how i can make servo control through arduinodriver. |
have you find a way to control the servo motor? |
Switched to Firmata:
https://github.com/SolidSoils/Arduino
Thanks,
Dima
… On 30 Nov 2018, at 10:05, mikalting ***@***.***> wrote:
i'm trying to do the same think. I don't know how i can make servo control through arduinodriver.
have you find a way to control the servo motor?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hello,
I would like to suggest adding a way to control servo motors with this library.
Usually, with an Arduino, one would simply use the "Servo.h" library to control a servo motor. However, when using this library, one must recreate the whole PWM functions since a servo motor is expecting a 40Hz frequency which isn't really obtainable by using analogWrite commands.
I beleive it could help greatly to have such a function :) (if there already is one and I simply couldn't find it, I'm sorry and could you please point me in the right direction?)
The text was updated successfully, but these errors were encountered: