#ws2812
Building a tube amp boom box.
Do I do touchscreen or WS2812?
November 5, 2025 at 4:44 AM
ok, I fit in one of the ws2812, I'm not confident the part is right, so thats enough for now, but all that spare room I had would only fit like a 2x3 array anyhow, so, whatever. (I can't draw anything on that)
November 2, 2025 at 5:34 AM
Use a Raspberry Pi Pico, a Joystick, and a NeoPixel / ws2812 LED strip to create a one-handed "DJ Strobe" that can change colors & strobe speed. Issued as a CircuitPython challenge to my students who just learned to use a joystick, with a solution presented afterward. Hack on! youtu.be/iidICu-8QXk
Challenge & Solution: Colorful DJ Strobe Light (CircuitPython School)
YouTube video by Build With Prof. G.
youtu.be
October 26, 2025 at 1:04 AM
(I am now developing quite the collection of unused crappy ws2812 inline controller boards that have been removed from cheapo "RGB lamp!" products after substituting an Arduino or ESP32 or the like.)
October 7, 2025 at 2:41 AM
Finally got these, can't wait to try them out. WS2812 style addressable RGB LEDs but suuuper small. Basically like a square 0805 footprint.
November 22, 2024 at 9:19 PM
It is pretty impressive, though the RP2040 only has two hardware UARTs, and I need to talk to three devices at the same time.

In 32-bit mode, my idea is basically DMA-over-Serial, piping in WS2812 values directly, with the leading byte (discarded by the WS2812 PIO block) used for control logic.
January 3, 2024 at 4:33 PM
Using WS2812’s too - a 12 segment LED ring of them.
April 13, 2025 at 5:24 PM
This final article in the series shows how to fit my hardware driver for NeoPixel (WS2812) LED displays onto the 14-pin AVR64DD14 by taking advantage of the Event System on AVR processors: www.technoblogy.com/show?5CC0
August 26, 2025 at 1:49 PM
New PCB Idea: #PCBPhotos
ESP32-S3 + Round GC9A01 Display with some clever Sensors: BME690/BME688 for Air Quality, BNV080 for Air Quality(Grey Box), LSM6 Gyro+ACC, LIS3 Magnetometer, MAX98357 Audio Amp, ICS43434 Microphone, BH1750 Ambient Light, 2x WS2812 RGB LED. (ready to connect to #Seeed Display)
February 20, 2025 at 7:57 PM
Bonezegei_WS2812 (1.0.4) for esp32 by Bonezegei (Jofel Batutay)

➡️ https://github.com/bonezegei/Bonezegei_WS2812

WS2812
GitHub - bonezegei/Bonezegei_WS2812: WS2812 LED Driver
WS2812 LED Driver. Contribute to bonezegei/Bonezegei_WS2812 development by creating an account on GitHub.
github.com
February 20, 2024 at 8:00 PM
Been working on a Teensy 4.0 library which can capture and analyze timing of WS2812 LED data.

In this picture, Teensy #4 controls eight WS2812 LEDs while Teensy #6 captures high & low timing of every data bit.

Still work-in-progress, but initial code uploaded to Github.
github.com/PaulStoffreg...
October 19, 2024 at 4:45 PM
I’m mostly trying to do this with stuff I already have. I probably could make 7 segment displays with ws2812 addressable LEDs that are much better.
November 1, 2024 at 4:18 PM
Inspired by @alpenglow.bsky.social's WS2812 LED plushie, I made a WS2812 bag with three addressable LEDs and an @adafruit.com APDS9960 color/gesture sensor on the front, so the LEDs can pick up colors from nearby objects. Assembly is finished, just working on the code now.
August 21, 2023 at 8:44 PM
WS2812 7-segment display
November 18, 2023 at 10:03 AM
Woe, WS2812 be upon thee
November 14, 2025 at 7:41 AM
So cool! Very excited to see this WS2812 bag project! Allll the odes to the addressable LED!
Inspired by @alpenglow.bsky.social's WS2812 LED plushie, I made a WS2812 bag with three addressable LEDs and an @adafruit.com APDS9960 color/gesture sensor on the front, so the LEDs can pick up colors from nearby objects. Assembly is finished, just working on the code now.
August 22, 2023 at 4:48 AM
Vaclav Krejci shows how to create a simple seven-segment display using WS2812 LEDs with a breadboard and an Arduino UNO Rev3.
Arduino Breadboard Display
YouTube video by upir
www.youtube.com
April 18, 2025 at 12:01 PM
Hey, Phil @gadgetoid.com 🙂

I'm hoping that you may be able to steer me in the right direction with something 🙏

I want to scroll text on a 'simple' WS2812 matrix (ie. a long strip arranged as a 32x8 matrix), using a Microbit 😬

Any pointers or advice would be very gratefully received.

Thank you.
June 8, 2025 at 12:36 PM
Hello World! I guess we're trying this out now too. Hoping to connect with makers, LED enthusiasts, people who like circuits and PCB design, and folx who just have a little spark about building fun shit. #makersofbluesky #maker #electronics #solderingkits #leds
July 6, 2023 at 7:27 PM