I am looking to set up a group of 1m LED strips (as many as possible). my power supply is 5V 15A, and I want to use it to power both the Raspberry Pi zero w and the LED strips. The first issue that comes up is that the Rpi only pulls 1.2 amps, and that it actually puts out less, which is not nearly enough to power the 250 LEDs I can reach with a 15A power source. Since amperage gets pulled through parallel circuits, and drops by the amount that is needed by the components in the parallel circuit, I'd assume that I can safely power the Rpi by putting it in parallel with the LEDs.
Assuming that is correct, I'd now only need to solve voltage drop through the LED strips. Each pixel will experience resistance and drop voltage, and after a very short distance (about 90 pixels) the color will get to be way off. But since voltage stays the same through parallel circuits and drops with every component that offers resistance in series, I'd assume that if I power inject in a way that puts all LED strips into a parallel line with each other, then each strip will receive 5V, and voltage drop will be fixed.
assuming that these last two paragraphs are correct, I'll only need a new power source when the amperage has all been drawn, which would occur after adding the fourth 1 meter strip to the circuit. so if I were to want 8 one meter strips, I'd need to get a separate 5v 15A power source and restart the process. I'd love to be able to put the same signal from the first set of 1m strands into the second, thus creating a larger set, using power injection from 1 power source every 1 meter for 4 meters, and using power injection from a new power source every 4 meters for as long as possible.
So here, I have a few questions:
A) is it true that my raspberry pi won't end up soaking up all 15 amps and getting ruined?
B) Is it true that I can run each strip and the arduino all in parallel, so that each component gets 5v power?
C) looking at my third paragraph: at what point will the data line experience enough voltage drop to cause a problem?
D) If I need a way to inject power into the data line (or something like that) so that it continues strong, how would I do it?
Here's a quick sketch that might be hard to understand, just in case anyone finds it clarifying:
Assuming that is correct, I'd now only need to solve voltage drop through the LED strips. Each pixel will experience resistance and drop voltage, and after a very short distance (about 90 pixels) the color will get to be way off. But since voltage stays the same through parallel circuits and drops with every component that offers resistance in series, I'd assume that if I power inject in a way that puts all LED strips into a parallel line with each other, then each strip will receive 5V, and voltage drop will be fixed.
assuming that these last two paragraphs are correct, I'll only need a new power source when the amperage has all been drawn, which would occur after adding the fourth 1 meter strip to the circuit. so if I were to want 8 one meter strips, I'd need to get a separate 5v 15A power source and restart the process. I'd love to be able to put the same signal from the first set of 1m strands into the second, thus creating a larger set, using power injection from 1 power source every 1 meter for 4 meters, and using power injection from a new power source every 4 meters for as long as possible.
So here, I have a few questions:
A) is it true that my raspberry pi won't end up soaking up all 15 amps and getting ruined?
B) Is it true that I can run each strip and the arduino all in parallel, so that each component gets 5v power?
C) looking at my third paragraph: at what point will the data line experience enough voltage drop to cause a problem?
D) If I need a way to inject power into the data line (or something like that) so that it continues strong, how would I do it?
Here's a quick sketch that might be hard to understand, just in case anyone finds it clarifying: