This system uses a colour-changing LED (RGB LED/tri-colour LED) that switches to a new colour every 5 seconds. Simultaneously, the colour name is displayed on an OLED mini screen (SSD1306). This ...
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 ...
/* * @description include the header file and class definition */ #include "ColorUtils.h" ColorUtils *COLOR_UTILS; RGB color = {0,0,0}; In your setup() method of your ...
In this article, we will learn how to build a touch-based color-changing plant using Arduino. When you touch the plant, the color of the plant vase will automatically change. This is a nice indoor ...
When constructing the sensor, consider these things. The LDR should only be exposed to the reflected light from the surface which was emitted by the RGB LED. Light from the RGB LED should not directly ...