Using a prop to drive servos on a biped
If somebody has had success driving multiple servos (like 6 or more at the same time) on a biped would you let me know how you've done it and what kind of code you've used? I am not looking for help with a project but just how this has been done if it has been done.
Comments
There is an object in the OBEX that will drive up to 32 servo's. For your biped it would be up to you to orchestrate the servo motion. The Servo32 object will allow you to set and forget a servo position or ramp to a position while the remainder of your code processes other aspects of your project.
obex.parallax.com/objects/51/
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Are you using a series resistor of 4.7K on the signal wire to the servo? ... This helps to attenuate electrical noise that can enter back into the Propeller from the servo
Are you using a separate power supply for the Servo's? ... Servo's can draw an excessive amount of current when moving
Are the grounds between the separate power supplies tied together? ... This needs to happen to create a proper reference for the servo signal.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.