Cannot get the Parallex Standard servo to work
Hello there,
I am working with this servo: http://www.jameco.com/Jameco/Products/ProdDS/283021%20Manual.pdf
I understand, that to get the servo to hold a center position, you send pulses of 5VDC with 1.5ms duration at 20ms intervals.
What are the specs of the signal to get the servo to turn to extreme right, and left positions?
Thank you.
Kind regards,
Marius
I am working with this servo: http://www.jameco.com/Jameco/Products/ProdDS/283021%20Manual.pdf
I understand, that to get the servo to hold a center position, you send pulses of 5VDC with 1.5ms duration at 20ms intervals.
What are the specs of the signal to get the servo to turn to extreme right, and left positions?
Thank you.
Kind regards,
Marius
Comments
Jim
' {$PBASIC 2.5}
counter VAR Word
FOR counter = 1 TO 100
PULSOUT 1, 750
PAUSE 20
NEXT
This code is from the link you provided. Center servo pulsout value=750, stock extremes are 500 and 1000.