Actualités

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.
RGB LEDs are becoming increasingly popular due to their ability to emit different colors from a single LED. With the help of an Arduino Uno microcontroller board, you can control the colors of the RGB ...
In this code we'll cycle through 13 colors before turning off for a common cathode LED. This will work if you are using a common anode LED strip connected to a transistor. This will not work for a ...
I'm an Arduino newb, so go easy on me. :) I have an Arduino Uno with a Grove Base Shield and a Grove LED Strip Driver. I have Superlight strip LEDs. I'm using some of the example code and it seems ...
Infineon's RGB LED Lighting Shield is one two of Arduino-based evaluation boards created to showcase the capabilities of its ARM-based XMC1000 MCUs in lighting and motor control applications. Unlike ...
Posted in Arduino Hacks, LED Hacks Tagged chrome, neopixel, RGB LED, ws2811, ws2812 ← FemtoBeacon Is A Tiny ESP32 Coin-Shaped Dev Board ...
Guadagnini et al. (33) built a photometer consisting of a red LED (wavelength 620 nm), a BH1750 sensor, controlled by an Arduino NANO, showing applications for absorbance measurements in CuSO 4. dos ...
An optional RGB LED attempts to copy the shade of whatever object you’re aiming at, providing a handy reference to verify it’s working correctly. “ Watch this video on YouTube.
When you need to quantify the color of an object, you’ve got quite a few options. You can throw a Raspberry Pi camera and OpenCV at the problem and approach it through software, or you can bu… ...