News

ON HOLD: Application I made for Android to control Arduino RGB LED strip over Bluetooth connection. It's in a rough state currently, but I will update it to look much better when I get more tim ...
Arduino LED Matrix Project This project utilizes an Arduino Uno, a sound sensor, and a Bluetooth module (HC-5) to create an interactive LED matrix display. The project can be controlled via a mobile ...
Welcome to our blog post on interfacing the WS2811 (5V) RGB LED strip with Arduino! In this guide, we will walk you through the process of connecting and controlling WS2811 LED strips using an Arduino ...
We show how to use an ESP8266 RGB LED strip controller with open source Arduino sketch handling MQTT messages, and an HTML5 web interface.
To build this project, we are going to use the SLG46620 CMIC, a Bluetooth module, and an RGB LED. The GreenPAK IC is going to be the control core of this project; it receives data from a Bluetooth ...
The Arduino-compatible lighting RGB LED lighting shield reviewed here was designed to give designers a low-cost easy-to-use open-source platform for fast prototyping and inexpensive evaluation of ...
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.
There are two ways to go about lighting an RGB LED module on any Arduino board. The usual method is to use the Arduino’s analog pins to send PWM signals to the module. This lets you mix each color, ...
In this tutorial, we are going to look at how to interface RGB Neopixel LEDs with an Arduino. We will be interfacing the WS2812B LEDs which are also known as NeoPixel.