Controlling RGB LEDs with Arduino

Being able to control basic colour LEDs was the first phase of development. Controlling RGB LEDs require a little more programming and understanding of how LEDs operate.

I aim to construct my final installation from thousands of interactive LEDs that reflect each observers movement through the the lights brightness, colour, flicker. Therefore, understanding the basic knowledge of RGB LEDs is fundamental to the development of my project.

Fading RGB LED

Choosing colour with processing

Processing Arduino

By incorporating processing, I was able to control the colour of the LED through clicking a paint pallet on screen.

Leave a comment