Vex Servos

Is there a datasheet somewhere for a VEX servo? I looked on Vexlabs and was unable to find one. I wanted to look at the control operation range of the input pulse. I know some servos are 1 - 2 ms but the vex servo doesn;t operate at full performance there. I have found it to go to outside of the 1-2ms pulse range.

Also does anybody have a PWM signal explantion for servos? on the uC I used phase correct and that didn’t work. So I had to switch to Fast PWM mode.

Thanks,
-anon96464947

On most servos the 1 to 2 ms will not give the full physical range that the servo is capable of. This is done so that any physical shock will not force the shaft to go to the physical stops. You can get more range out of some servos by sending pulses shorter than 1 ms and longer than 2 ms. I did this for a IR ranging sensor. The Hitec servo in the FRC KOP is capable of slightly more than 180 degrees.

Yea I jsut wasn’t sure what the max range is to use (safely). for using the continous rotation servo I am running it at about 122 Hz and have a range of about 5 bits on a 8 bit timer. I was thinking of bumping up to a 9 or 10 bit timer to increase resolution, in the servos range.

But I now successfully have a VEX robot running off a Atmel uC! I just need a bettery good enough to supply the power for 4 servos! :ahh:

-John