WLED is a firmware for ESP32 microcontrollers that controls addressable LEDs over WiFi, supporting everything from simple strips to 2D matrices and HUB75 panels.
The tool solves the problem of managing complex LED setups by providing a unified control system that runs directly on the microcontroller. It handles the low-level communication with various LED types while exposing a high-level interface for effects, colors, and animations. The firmware includes over 200 built-in effects, audio-reactive capabilities, and support for up to 17 parallel LED outputs on ESP32 variants. Users can apply different effects simultaneously to independent segments of their LED setup, save configurations as presets, and control everything through a web interface or mobile app.
WLED suits anyone building LED projects with ESP32 boards who wants extensive animation capabilities without writing custom firmware. It works well for both simple single-strip installations and complex multi-output setups with 2D matrices. The project is particularly strong for users who want audio-reactive effects or need to control multiple LED strips independently with different animations running simultaneously. The tool's support for numerous LED types—including WS2812B, SK6812, APA102, and PWM analog LEDs—makes it adaptable to most LED hardware choices.
Almost all open issues are raised by outside users rather than the core team, indicating a substantial base of adopters reporting real-world use. Maintainers typically respond to new issues and pull requests within hours. Work in the issue tracker is dominated by bug reports, enhancement requests, and user questions.