This site’s other interactive-art tutorials cover projection and VJ tools — MadMapper and Resolume. Light art has another huge medium: addressable LEDs, the individually controllable RGB strips (WS2812 and friends) behind countless installations, sculptures, and stage pieces. The intimidating part has always been the wiring and code. WLED removes most of it: free firmware you flash onto a cheap ESP microcontroller that turns it into a WiFi-controlled LED brain with a phone app full of effects. The Ultimate WLED Beginners Guide walks through it, and you can have a strip animating in an afternoon with no programming.
What WLED actually does
Addressable LEDs differ from ordinary strips because each pixel is individually controllable — you can address any LED’s color and brightness, which is what makes flowing animations, patterns, and reactive effects possible. Normally you’d program a microcontroller to send that data. WLED is pre-built firmware that handles all of it: flash it onto an ESP8266 or ESP32, wire the board’s data pin to the strip, and you control everything — dozens of built-in effects, colors, palettes, and segments — from a web app on your phone, no code written. The tutorial covers the wiring basics (data pin, power, and the important detail of powering longer strips properly) and the first setup.
Why it’s a real installation tool
WLED looks like a hobbyist toy and is genuinely used in serious work, because it solves the boring-but-essential parts. It syncs multiple controllers over WiFi for large pieces, responds to music with audio-reactive effects, and integrates with lighting and show-control systems — so a strip taped to a desk and a wall-sized light sculpture run on the same free firmware. For an artist, that means you can prototype an idea with one strip in an evening and scale the same approach to an installation, focusing on the artwork rather than reinventing LED control each time.
Where to go next
Once one strip is animating, WLED scales in every direction: 2D matrices for pixel displays, multiple synced controllers, audio reactivity, and triggering effects from sensors or show-control. It connects to the rest of this site’s coverage too — an ESP running WLED sits right next to the microcontrollers in our creative-hardware pieces, and LED light art shares the installation space with the projection and responsive work across the interactive-art beat. Start by lighting up one strip from your phone; the wall-sized version is the same idea, repeated.