IC for RGB led

BobTPH

Joined Jun 5, 2013
11,516
I've been researching your micro controller idea with the help of AI.
Would I require all the following to program the controller?

PIC16F18313Your target microcontroller
PICkit 3, 4, or SnapProgrammer/debugger for flashing code
MPLAB X IDEDevelopment environment from Microchip
MPLAB XC8 CompilerConverts C code into machine code (.hex)
Breadboard or PCBFor physical connections
How did “Any microcontroller” from my post #5 become PIC16F18313?
 

be80be

Joined Jul 5, 2008
2,395
That’s what I was wondering the ardunio would be very easy basically no learning experience
And now with AI code is very easy
Nothing wrong with the pic though if you wanna learn the program yourself, I use them all the time but I’m just saying if you just wanted to get some lights going I’d do something already made and there’s tons of code for lead lighting and ardunio
 

lichurbagan

Joined Jul 4, 2025
121
Hi,
I'm doing up failed fancy garden lights!
The chip that is cycling and dimming the colors is under a black blob. Is that a Chip on board?
I am unable to determine the details as the blob conceals any details that may be there.
Hunting through Temu/ ebay has not yielded any answers.
I'm only after 10 of these chips the rest of the components I have been able to source.
Does anyone have a clue as to where I may purchase these elusive controllers?
For RGB LED's color changing application, you can program and use a small microcontroller like Attiny13.
 

amberino

Joined Aug 11, 2017
2
I would still favour the 8pin 16f18313, the latter has 3 PWM pin ability.
Are there any boards with this processor? Can you mention the hardware part? Thanks
There are STM32F103 board clones for less than $2 coming first in my mind. Can use Arduino IDE to program it
 

MaxHeadRoom

Joined Jul 18, 2013
30,662
I am not familiar with Arduino, I just use MPLAB-X to write the program and Pgm the IC.
You could use C I suppose if not familiar with assembly.
Ver 5.35 is still available
 
Last edited:
Top