Being able to use one of your old projects to make a new one better can be quite satisfying. [Steve] from Hackshed did just this: he integrated an Arduino based webserver into a new network ...
Regular candles can be awfully boring at times. They can only produce one color and the flicker is so… predictable. They can’t even be controlled by an infrared remote control, not to mention the ...
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.
#define redPin 9 // Pin for the red RGB led pin #define greenPin 10 // Pin for the green RGB led pin #define bluePin 11 // Pin for the blue RGB led pin #define potPin_red A2 // declare pin for the ...
the RGB LED color mixer is a project that is suitable for the beginner Arduino users who is interested in building an interactive gadget to mix colors. The simple circuit combines three potentiometers ...
Supports with RGB_LED version 1.1.3 or higher. Configure your PIN out for RGB LED data for WS2812b. Now it's D4.
Description: In this project I did a Christmas jumper with rgb LEDs, this can also be a creative clothing project or whatever ...
Description: Using an Arduino or a micro controller we can generate cool looking patterns with an led strip with addressable LEDs. In this case I'm using an Arduino uno (clone board) and a strip of ...
This article describes a rainbow flashlight I designed for a personal project. The intended application compels a multimode, multicolor, compact flashlight/tent light to be driven by a small built-in ...