You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
Do you have the model numbers for the servos. Particularly the smaller one. I can get the details I need from there.
The text was updated successfully, but these errors were encountered: