Thu Jan 21, 2016 12:18 pm
I have also some unstability issues when driving servo from Pi PWM output using RPIO python lib (from RPIO import PWM) , my undesrtanding is that it may be related to linux not being a realtime OS (anyway I do not think it is related to electrical current limitation). I suppose that the proper way should be to use a real PMW circuit (such as PCA9685 16 channels PWM I²C controller). May be it should be also possible to use the only one PWM capable pin on the GPIO header (valid if you need only one servo).
I am also very interested if someone has alternate ideas to solve this issue.