| File | Purpose |
|---|---|
WLED_16.x.x_C3_Custom_FULL.bin |
Initial flash (includes bootloader + partition table), flash via esptool |
WLED_16.x.x_C3_Custom_OTA.bin |
OTA wireless update, upload via WLED web interface |
Prepare a UART Converter
Download WLED_16.x.x_C3_Custom_FULL.bin at the Release page
Download ESPtool Here
The FULL binary already includes bootloader and partition table.
No need to download them separately.
esptool read_flash 0 0x400000 sp530e-encrypted.bin
esptool write_flash --encrypt 0x0 WLED_16.x.x_C3_Custom_FULL.bin
- Download
WLED_16.x.x_C3_Custom_OTA.binat the Release page - Connect to the same network as your device
- Open the WLED web interface in a browser
- Go to Config → Security & Updates → Manual OTA Update
- Select the
*_OTA.binfile, upload, and wait for the device to reboot
Note: The FULL binary must be flashed at least once before OTA updates can be used.
| Function | GPIO |
|---|---|
| On Board Button | GPIO 8 |
| On Board Mic | GPIO 3 |
| On Board Blue LED | GPIO 0 (Inverted) |
| On Board Green LED | GPIO 1 (Inverted) |
| LED DAT Output | GPIO 19 |
| Channel | GPIO |
|---|---|
| R | GPIO 10 |
| G | GPIO 7 |
| B | GPIO 6 |
| WW | GPIO 5 |
| CW | GPIO 4 |