Trying to build the FastLED blink example for an ESP32-C3 using the Arduino IDE 1.8.19 results in: rmt.h that must be replaced with rmt_tx.h and/or rmt_rx.h periph_ctrl.h not being used anymore ...
Prior to this I'd only used ESP32-based boards for programmable LED projects. Since I'd already written code using the Arduino framework and FastLED library for ESP32, I wanted to try using the same ...
I’ve seen a lot of Pixel LED projects and know every maker does things differently. I wanted to show you what I am doing for my Pixel LEDs. This post will give you an Arduino Pixel LED Controller ...
Kia ora koutou. I have a wee project in mind involving LED strips with (ideally) a basic web interface to control it. I've done this before using an Arduino, FastLED and WS2812B addressable LED strips ...