This was a bit of a project that I used to learn some new technology. Note: I am not an EE and I am just learning how to do this. Proceed with caution if you want to repeat.
Project Description
I need to be able to control turning on and off an RGB LED utilizing the Raspberry Pi. I also should be able to turn it on and off using an Android device.
Design
The design is made up to utilize three different components: Raspberry Pi / LED Hardware, Web Service, and Android device.
Raspberry Pi
All the gear that was used was:
- Raspberry Pi – Model B
- 5mm High Brightness Full-Color LED
- Breadboard
- Resistors
- 3 x Transistors – 2N3904
Some of the constraints I also have to work with are:
- Each of the 3.3V GPIO pins can handle a maximum current of 16mA. They might be able to do more, but from what I read, it would not be for long.
- The Pi takes about 700mA of the total power without anything plugged in (USB, HDMI, etc), so depending on the power adapter used, there might not be enough power. In this case, I used a 2A plug.
- Since each color will require more than 16mA of power to turn on, I need to utilize transistors and the 5V pin from the Pi. I will use the GPIO to handle closing the circuit on an NPN transistor. I believe I need to use NPN due to the fact that the LED has a common anode.