Servo Speed Basic Stamp
Hello,
My daughter and I are working on building the Boe-Bot and we tested the servos motors.· The direction of the motors worked and the speeds of fast, medium and slow (based on the timing seem to work).· However, one servo seems to turn slightly faster than the other.· What would cause this odd behavior?
Thanks
My daughter and I are working on building the Boe-Bot and we tested the servos motors.· The direction of the motors worked and the speeds of fast, medium and slow (based on the timing seem to work).· However, one servo seems to turn slightly faster than the other.· What would cause this odd behavior?
Thanks
Comments
The way you adjust for the variation from servo to servo, is to change the values used in the PULSOUT statements. With the BS2, 750 corresponds to 1.5ms (2 microseconds per count). Typically, 650 may be used for rotation in one direction and 850 may be used for the other direction. In your case, use those values for one servo and try either 670 / 830 or 630 / 870 for the other. If that doesn't work, try other values. Make sure you've centered the servos (so they stop with a 750 value).