Go to advanced search

by vwok
Wed May 11, 2016 7:50 pm
Forum: Troubleshooting
Topic: PIGPIO multiple servos
Replies: 8
Views: 3331

Re: PIGPIO multiple servos

Thanks for the thoughts.
I tried to add a delay of 1 second after each servo movement, but it doens't really help. When I move the left servo, the others are moving as well and vice versa.

I will try to connect a higher Amp supply one of the days.
by vwok
Wed May 11, 2016 6:14 am
Forum: Troubleshooting
Topic: PIGPIO multiple servos
Replies: 8
Views: 3331

Re: PIGPIO multiple servos

Ok here are some pictures of my project. I'm trying to control the doors of a fisher-price house with my cellphone. IMG_20160511_075854.jpg IMG_20160511_080004.jpg Full code: def main(): #SETUP GPIO PARAMETERS GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) #12 and 16 are used for LED's pinGroen = 12...
by vwok
Tue May 10, 2016 12:32 pm
Forum: Troubleshooting
Topic: PIGPIO multiple servos
Replies: 8
Views: 3331

PIGPIO multiple servos

Hi there I'm using the PIGPIO library to control my servos. It's working great for controlling one servo, but when I'm using multiple, they're acting crazy. They move by themselves to random positions continuously and they react verrrryy slowly and badly to my pulse signals. ... GPIO.setmode(GPIO.BC...

Go to advanced search