I’m planning to build a small walking robot using a Raspberry Pi Zero 2 W.
The robot will have 9 servo motors (9g SG90), controlled via a PCA9685 servo driver.
Power is supplied via a battery pack with 5V/3A outputs.
My question is:
Do I need two separate battery packs — one for the Raspberry Pi and one for the servos —
or can I power both from the same battery source?
Can I simply try it with one source, or would I risk damaging the Raspberry Pi if the servos draw too much current and the Pi doesn’t get enough?
Also, please note: I can’t power the Raspberry Pi via its USB port because that port is already used by a gamepad dongle.