IR Controlled Arduino RGB LED Controller
Use this coded to recieve IR Code from any Remote, and use it to drive different mode's and colors on the RGB LED. This code is mainly used in parallel with a ULN2003A or ULN2803A to control 12v RGB LED Strip(Common Anode).
$ cd rohinrohn/IR_RGB_CONTROLLER
$ git fetch master
$ git checkout gh-pages
Prerequisites
- Arduino IDE
- Arduino Uno? Or any other Arduino Compatible.
- IRremote Library.
- SerialCommand Library, if you want Serial Command Input.
- RGB LED, to test it, or you can get the Strip.
- TSOP 1738, or any other compatible IR Reciever.
- ULN2003A or ULN2803A Darrington Array, for 12v PWM control.
Different Mode's Available -
- mdPulse
- mdSolid
- mdRandomFade
- mdRainbow
- mdStrobe, with fade option for every mode.
Known bugs -
There is an Issue where the IR Receiver Input starts reading random value's when connected to an RGB LED, not the strip. Can't seem to figure out Why? But works fine when using the Darrington Transistor Array! :D
If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.
Authors and Contributors
Main Contributor - Rohin Gopalakrishnan(@rohinrohin) A big Thanks goes to Martin Eberhardt DarkFox(@DarkFox) for his RGB LED Control base which I developed on, and Shirriff for his amazing IRremote Reciever Library.
Support or Contact
Contact (rohinrohin@gmail.com) or on twitter(@rohinrohin) for any quesiotns and I will try my best to help you.
Having trouble with Pages? Check out the documentation at http://help.github.com/pages or contact support@github.com and we’ll help you sort it out.