Pixels part 3: FastLED

Posted on Tue 30 January 2024 in Making • Tagged with leds, electronics

In the first post in this series, I introduced RGB pixels, discussed the various types, and compared analog and true RGB pixels. In the second part, I covered wiring and shared my tips for reliably connecting to your microcontroller. In this third part, I will discuss the FastLED library, one …


Continue reading

Pixels part 2: the hardware

Posted on Thu 07 December 2023 in Making • Tagged with leds, electronics

In the first post in this series, I introduced RGB pixels. I discussed the various types and compared analog and true RGB pixels. I also covered power requirements. In this post, I'll cover wiring and share my tips for reliably connecting to your microcontroller. I also include a basic sketch …


Continue reading

An intro to RGB pixel LEDs

Posted on Mon 27 November 2023 in Making • Tagged with arduino, leds

RGB LEDs, sometimes called pixels, are lots of fun. Who doesn't like blinky lights?! They're not hard to use, though there's enough complexity to make these LEDs seem a bit daunting. In this post, I'll go through the basics to get you started on your blinky fun.

Traditional LEDs display …


Continue reading