I have a project where I will be controlling multiple servos from my Pi. I'm trying to figure out the best way to power these. Based on the assumption that only one servo will ever be active at any given point, can I use a single 5v GPIO pin to power the servos, all set up in parallel or should I use an external power source to do this?
I have this set up for just two servos and it seems to work, but I don't want to do any damage as I set up more and more (probably maximum of 6?). The control pins will all be different of course.
I have a power bank that outputs the 5v required so I could use this, but then I start running in to auto shutoff problems, and ideally I want to keep this as simple as possible without creating extra circuits to keep the power bank on at all times.
Thanks in advance!!