News

Arduino Drivers for Radio Shack Tri-Color LED Strip (2760339) These are Arduino drivers for the off-the-shelf Tri-Color LED strip from Radio Shack . They are a work-in-progress, though I'm already ...
Here is an artistic Arduino project for the fun-minded. The circuit is an Arduino RGB LED controller running on a sweet ‘n’ simple code,but with a little hardware surprise outside the Arduino board.
Adafruit sells bi color 8x8 LED matrices with an I2C interface. They are easy to program with the adafruit library, but doing per pixel PWM is virtually impossible, which means you only get 3 colors: ...
In this project we are going to interface 5 RGB (Red Green Blue) LEDs to Arduino Uno. These LEDs are connected in parallel for reducing PIN usage of Uno. A typical RGB LED is shown in below figure: ...
What if we can generate different colors using a single RGB led and make our room’s corner more attractive? So, here is a simple Arduino based color mixing lamp which can change color when there is ...