Skip to content
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

Wrist Servo Timing #17

Open
ProbablePrime opened this issue Aug 20, 2016 · 1 comment
Open

Wrist Servo Timing #17

ProbablePrime opened this issue Aug 20, 2016 · 1 comment

Comments

@ProbablePrime
Copy link

Looks like there's an incorrect pulse width timing for the wrist servo in the library.

My sketches cause the servo to make whiny noises. All other servos are fine.

The wrist servo is a different servo. Thus these settings are probably different for it?

#define MIN_PULSE_WIDTH       500     // the shortest pulse sent to a servo  
#define MAX_PULSE_WIDTH      2500     // the longest pulse sent to a servo 
#define DEFAULT_PULSE_WIDTH  1500     // default pulse width when servo is attached
#define REFRESH_INTERVAL    20000     // minumim time to refresh servos in microseconds 

Do you have the model numbers for the servos. Particularly the smaller one. I can get the details I need from there.

@TonyLeheng
Copy link
Contributor

The pulse width should be 6002400 for the 9G servo. Make sure the big servos are 5002500.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants