I'm using a Sunfounder PCA9685 to connect to 6 servos, the first 3 I connected worked fine, but when I added another 2 servos, the first 3 still worked but the additional servos aren't even receiving power, I can turn them freely by hand unlike the other 2 and trying to control them via my UNO R3 doesn't do anything. It doesn't matter what slot I plug them into, or if I use different servos. I am using an external power supply at 5V, it has a max of 5A but the current while the other servos are moving draws no more than 0.15A, and when idle it sits at 0.02A. Still trying to download Fritzing so I'll add a wiring diagram when I can, but for the most part the wiring is:
SDA > UNO SDA
SCL > UNO SCL
VCC > UNO 5V
GND > PS - and UNO GND
V+ > PS 5V
All servo connections are oriented correctly, with GND, V+ and PWm in their respective locations. The capacitor on the board is 470uF, which according to Adafruit's page on the PCA9685 should be just fine for 5 servos.
The Arduino is not a power supply and cannot supply enough power for those servos. You need an external power supply. The Sunfoounder board provides a terminal block for this and I believe e the grounds for the Arduino and external power supply are connected in that module, if not they need to e.
Gil's Crispy Critter Rules, they apply to processor hardware:
Rule #1. A Power Supply the Arduino is NOT!
Rule #2. Never Connect Anything Inductive to an Arduino!
Rule #3 Don't connecting or disconnecting wires with power on.
Rule #4 Do not apply power to any pin unless you know what you are doing.
LaryD's Corollarys
Coro #1 when first starting out, add a 220R resistor in series with both Input and Output pins.
Coro #2 buy a DMM (Digital Multi-meter) to measure voltages, currents and resistance.
Violating these rules tends to make crispy critters out of Arduinos.
We would have gotten this correct if you had posted an annotated schematic, your word description is ambiguous at best. I will check back later to see if the data requested by me and other sis posted.
If the terminal block won't supply power, you've likely blown the reverse polarity MOSFET. The original Adafruit board, and all the clones I've seen, use a IRLML6401 HEXFET in a SOT-23 package which was only good up to 4.3A rather than an AOD417 in a much beefier TO-252 package, which is good up to 25A. 3-4 servos could easily hit 4.3A if they were all activated at the same time.
Odd, I have no recollection of reversing the polarity or overcharging it through the terminal block, it's a new board too. I'll see if I can get a replacement for it in the future and hope that helps.
A typical servo can momentarily draw an amp or more each time it starts moving. So it doesn't take all that many servos to take out the original FETs. They apparently blew often enough for Adafruit to beef theirs up.
But an easy way to check is to apply 5V through the terminal block and see if you've got 5V on the middle pin of the servo connectors. If you see 5V there, the FET is still good. If not, there's your likely culprit.
Well, while I wait until I get the chance to take a trip to the dollar store and get a new 9 volt battery for my DMM, is there any advice you can provide on my current issue? Do you think getting the terminal block working (and possibly the FET replaced) will resolve the issue?
No idea I'm afraid. But follow through on checking that you've got 5V at all the servo terminals, and ground, and the servo signal too. Maybe it'll show up a broken or fried trace somewhere, though there's really no point in guessing before measuring.
The fet, if fitted, is only in the supply line of the screw terminal, not on the V+ pin.
The V+ pin is directly connected to the power pins of all the servos.
You could try connecting the wire to V+ to the V+ pin on the other side of the board.
Or join the V+ pins on both sides of the board with a wire. See of the dead servos work then.