Imported from GitHub: azaslavskis/WLED-Controller · commit 874c9f3 · license MIT
Description
Simple project that takes care of LED strips and connect them using esp32 to home assistant interface
README
WLED Controller ⚡
A compact ESP32-C3 based controller board for running addressable LED strips with WLED and integrating them into Home Assistant.
What this project includes
- Hardware design files (KiCad project, production outputs, 3D model assets)
- Firmware patch helper for building a patched WLED version
- Assembly references for the current controller revision
⚠️ Current hardware status
Do not order this PCB revision yet — the board still has known issues.
Known issues to fix before ordering
R7/ENpin ofXL1509-5.0Vshould be connected to GND, not input.- ESP32-C3 pin 9 must be pulled correctly for reliable boot.
DS18B20pin must be pulled to 3.3V (fixed on rev 1.6).- More physical spacing is needed for
C1,C3, andC9.
Assembled unit
Build patched firmware
Run the helper script directly:
wget https://raw.githubusercontent.com/azaslavskis/WLED-Controller/refs/heads/main/software/WLED-Git_patch/patch.sh \
&& chmod +x patch.sh \
&& ./patch.sh
Repository layout (high level)
hardware/→ PCB project, exports, and fabrication artifactssoftware/→ firmware patching/build helper files3d-models/→ enclosure and mounting models
Project goal
Create a reliable, DIY-friendly LED controller that is easy to deploy in smart-home setups and flexible enough for custom lighting projects.
No comments yet. Be the first to ask about this board.