Yes, and No. The Yes being that the voltage will be suitable, the No being that the current drawn by the LED strip is likely to be more than the Pi's PSU can supply, more than the Pi's connectors are rated for.
I actually forgot to mention that this strip came with a control board and it would be powered by USB. The problem is that it is broken and only the blue light shows. So when I measured the amps, I got a measurement of 0.12 amps, which I don't think is accurate. The power supply I am using only suppplys up to .85 amps.gilhuguley wrote: ↑Thu Aug 15, 2019 5:22 pmDo you have a multimeter? If so, you should be able to power up the LED strip from a separate 5v power supply, and insert the multimeter in the power leads and read the milliamp draw. That way you could know if it exceeds the sinking capability of the PI USB. (Of course switching it on and off might cause transients the Pi couldn't handle, but that is a whole 'nother problem).![]()
I was going to connect G, B, and R to the MOSFETs.
No!will9183 wrote: ↑Wed Aug 21, 2019 1:48 pmDue to some issues I had with the strip I was using, I had to switch out the strip with another similar strip. I connected the strip up to the Pi using a separate power supply and measured the amperage, which was around .5 amps on the white setting. Would this be too much for the Pi Zero to handle?
Just another quick question, do other Pis work in this same way?mahjongg wrote: ↑Wed Aug 21, 2019 9:25 pmNo!will9183 wrote: ↑Wed Aug 21, 2019 1:48 pmDue to some issues I had with the strip I was using, I had to switch out the strip with another similar strip. I connected the strip up to the Pi using a separate power supply and measured the amperage, which was around .5 amps on the white setting. Would this be too much for the Pi Zero to handle?
The micro_USB power input is directly connected to the 5V GPIO pins, with *nothing* in between.
so if your PSU can deliver the extra 0.5A to the input, there is no problem.
but there is also no under voltage detection, so measure if at least 4.75V arrives at the PI.
No. All of the other Pis prior to the Pi4 have a fuse on their input to limit the current available to the Pi. This includes the 5V pins on the GPIO.