RGB LED driver circuit can be controlled with PIC12F629 pic12f675 As an alternative, can be used PIC12F683 PIC GP0, GP1, GP2 STP36NF06 in output MOSFETs are driven by PWM technique internal oscillator of the...Electronics Projects,Β RGB LED Driver Circuit PIC12F629 PWMΒ βled projects, microchip projects, microcontroller projects, pwm circuits,Β β
Code to fade between colours is completely rewritten to use variable rate of change so that all three LEDs arrive at their new levels simultaneously. This code will run on 12F629 / 12F675 and 12F683. Select the desired processor from the Configure β Select Device menu option in MPLAB IDE, then use the Project β Quickbuild option to create the HEX output file.
Look for errors during assembly. In particular errors in the SequenceData.inc file that indicate either a missing comma in the data, or more data than the chosen PIC has available program memory. Be carefull to enter the data in the SequenceData.inc file correctly. The program is only smart enough to work out where your sequences start and finish if you enter it in the correct format. Errors in the data may cause the code to crash.
All timings are based on the internal 4Mhz PIC oscillator. The OSCCAL value is read from program memory at 0x3FF and written to the OSCAL register. This value must be present and correct.
Source:Β RGB LED DRIVER CIRCUIT PIC12F629 PWMΒ alternative link:Β rgb-led-driver-circuit-pic12f629-pwm.rarΒ alternativeΒ link2