Summary of Power Pic RGB with voltage control using PIC12F675
This project, "Power Pic RGB with voltage control," utilizes a PIC12F675 microcontroller to generate and adjust RGB LED colors based on two independent external voltages. One voltage controls the hue (color), while the other regulates intensity (value). Originally inspired by an interface for a Theremin Music Controller, this development version operates without a PCB. The circuit employs three MOSFETs as drivers to manage current flow to the red, green, and blue LEDs, ensuring each component receives power safely within its 300mA limit.
Parts used in the Power Pic RGB with voltage control:
- PIC 12F675 microcontroller
- RGB LED (Red, Green, Blue)
- Three MOSFETs
- 5V power supply
- External device supplying two independent voltages
Power Pic RGB with voltage controlis a circuit that generates many colors using a RGB LED and those colors can be changed using two independent voltages, supplied by some external device, in order to select the color (Hue) and its intensity (Value)!
The idea originally came from Artur Grycuk who wanted to interface his Theremin Music Controller with RGB Leds. The controller has two output voltages, one for volume and another for pitch, ranging from 0 to 4 and 0 to 5 volts respectively.
Design
Unlike the previous Power Pic RGB with infrared remote control and Power Pic RGB project, this one is designed to be a development version, without any PCB.
Here’s the concept diagram:
The microcontroller in this circuit is similar to the one used in the other Pic RGB projects. The software is compiled only for a PIC 12F675 because this model includes an ADC but may be easily changed to another pic12F*, as long as it has an ADC and a free timer to generate the PWM.
Schematic
The schematic is also very similar to the others, except that it now contains two pins configured as analog inputs.
At the left side is the 5V power supply. The pic 12F675 microcontroller is in the middle and the LED driver at the right. This driver consists of three mosfets that will drive the LED. Click on the image to enlarge it.
As stated on all other Pic Rgb circuits, each mosfet can drive a maximum 600mA through its drain but according to Prolight each LED (red, green and blue) can only sustain 300mA, which makes this mosfet perfect for the job.
For more detail: Power Pic RGB with voltage control using PIC12F675
- How does this circuit change the color of the LED?
The circuit changes the color using two independent voltages supplied by an external device to select the hue and intensity. - What is the maximum current each MOSFET can drive?
Each MOSFET can drive a maximum of 600mA through its drain. - Can the microcontroller be changed to another model?
Yes, it can be changed to another pic12F* model as long as it has an ADC and a free timer to generate PWM. - Does this project use a printed circuit board?
No, this development version is designed without any PCB. - What are the voltage ranges provided by the source device?
The controller outputs range from 0 to 4 volts for volume and 0 to 5 volts for pitch. - Why are the MOSFETs considered perfect for this job?
They are perfect because they can handle up to 600mA while the LEDs only sustain 300mA. - What was the original inspiration for this design?
The idea came from Artur Grycuk who wanted to interface his Theremin Music Controller with RGB LEDs. - What function do the two analog input pins serve?
The two pins configured as analog inputs receive the external voltages to control color and intensity.

