DIY Smart LED Light Strip for my 2 seater sofa

#smarthome #ledlights #tech #esp32 #ws2812

Got the start of an #ARGB #WS2812 signal parser working using #RaspberryPi #RP2040 PIO. Going to use this with my #OpenRGB RP2040 ARGB splitter project to send configuration data (LED channel counts) using a standard ARGB controller output. RP2040 PIO is awesome for dealing with high speed serial signals!
DIY Smart LED Light Strip with ESP32, WS2812B & WLED for 2 Seater Sofa

YouTube

Bluetooth speakers and headphones often need more than the chip's built-in resources. The JL JieLi AC696N's SPI interface allows you to add external Flash, an LCD display, and RGB LEDs.

All these configurations can be validated on the AC696N development board before porting to custom hardware. Once working, they significantly expand the capabilities of your audio product.

#JieLi #AC696N #SPI #NorFlash #LCD #WS2812 #EmbeddedSystems #PeripheralExpansion #AudioProducts

https://lnkd.in/gQC2sWyA

I have put the gate LED rings on Tindie now.

https://www.tindie.com/products/revk/led-ring-gate-style-with-552-ws2812-style-leds/

Sorry about the cost - the LEDs are cheap but there are 552 on each board... #WS2812 style, 3.3V to 5V.

3D models for the gate are on @Codeberg, as are @kicad PCBs to order yourself. All #opensource

https://led.revk.uk

#stargate

What is crazy is moving to the larger LEDs (1.5mm x 1.6mm) from the smaller (1x1mm) actually allows me to do more LEDs in some cases as I can fit vias under the LEDs. It also helps moving the caps to 0201.

This used to be 88 LEDs, and is now 101 LEDs, in a 32mm ⌀ PCB (designed for IronMan gloves, believe it or not!).

#PCB #ws2812

build some #wifiscan #catears with a #esp8266 and two #ws2812 leds...used lipo from a e-cig... moar wifi... moar blinking colors!

The serial LED strip stuff on ESP IDF is pretty good, a standard library. e.g. neopixel, etc.

It used RMT (IR Remote Control) to generate the series of pulses.

But a better way is to use SPI. And the library now does that too.

But I wanted something the library does not do.

Ability to have a strip that is, say, RGB, linked to another that is RGBW. Send 3 bytes for first X pixels and 4 for the rest, etc.

So, ended up making my own SPI based serial LED driver.

Yay, it works.

#WS2812 #SK6812

#ws2812 #ws2812b

in case you're still using those, read my rant on this flavour of addressable RGB LEDs, an why I prefer SPI based #APA102 and #SK9822

scroll all to the bottom of https://github.com/wenzellabs/digitus16

#digitus #digitus16

GitHub - wenzellabs/digitus16: a 16-segment display of SPI-addressable RGB LEDs

a 16-segment display of SPI-addressable RGB LEDs. Contribute to wenzellabs/digitus16 development by creating an account on GitHub.

GitHub
Different Algorithms Sort Christmas Lights

Sorting algorithms are a common exercise for new programmers, and for good reason: they introduce many programming fundamentals at once, including loops and conditionals, arrays and lists, comparis…

Hackaday