Arduino RGB Led Controller

by PoisonMondo in Circuits > Arduino

42442 Views, 54 Favorites, 0 Comments

Arduino RGB Led Controller

DSC06044.JPG
i recently got an arduino and the first project i tried was oomlouts instructable. there was to much work to do on the code so i made a simpler one.

Parts

DSC06047.JPG
for the parts you will need
a common cathode rgb led
3 270-330 ohm resistors
an arduino der

if you have a common anode instead
you will need
3 NPN transistors
3 1k resistors

Setup

rgb cc circuit.png

this is how you setup your led for common cathode of you have the other type go to step 3

red pin to resistor to pin 9
green pin to resistor to pin 10
blue pin to resitor to pin 11
longest pin to ground

DI is blue pin

D2 is green pin

D3 is red pin
 

Common Anode Rgb

DSC06050.JPG
rgb ca circuit.png

this step is for the common anode people
r4-6 1k
1-3 270-330 ohm

u1-3 npn transistor

D1 blue pin

D2 green pin

D3 red pin

ignore the pin 1-3 signs it is just the pin 9 10 11 signs that are for arduino
 

Programing

here is the code for it

it is since to edit the code to make the different colour combinations
using a colour code chart or random colours

Downloads

Enjoy

DSC06044.JPG
DSC06050.JPG
DSC06047.JPG

i hope you liked my instructable