Hello everybody,
This week i will finally receive my raspberry PI. I am hyped for it as I can start some projects which I wanted to test out for now, so I am already made an electrical circuit plan on paper, but it didn't take long to get to my first problem (which after puzzling a day I can't solve).
I want to achieve the following:
- Connect a RGB LED strip (12v) to a raspberry pi (based on this: http://mitchtech.net/raspberry-pi-pwm-rgb-led-strip/ );
- Have a single LED parallel to this system (in such a way, that if for some reason the led strip isn't working, the singe LED will not light up. But when the single LED isn't working, the led strip will still work).
Now I made the setup as seen in the attachment but i still have the following questions:
1) how does the current with the gpio ports of the rpi work?
i know basic stuff about the volt, resistance and current. But i just can't figure out how much the gpio port will provide. I read that it is not safe to draw more than 16mA (and a total of 50mA), but does that mean that one gpio port always output 16mA, or need i set that value somewhere.
2) How does it come that the rgb led strip doesn't have an - point?
I got how the tip120 works and why the tip120 is needed, but why does it come that the led strip doesn't have a - point. (as i am writing it i just started to think that the r,g and be point would be the minus point. and by connecting those you led the electricity run through and complete the "circle" )
anayway, thanks in advance!