Skip to content
This repository was archived by the owner on Feb 10, 2026. It is now read-only.

Commit 5871288

Browse files
authored
Update readme.md
1 parent e8ec45b commit 5871288

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

readme.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,25 @@ Fork of the WLED project where the Adalight USB serial protocol @115200 speed is
1010
1 For installation and configuration of WLED please refer to the WLED project: [link](https://github.com/Aircoookie/WLED)<br/>
1111
2 For configuration of HyperHDR please refer to the base project of AWA protocol: [link](https://github.com/awawa-dev/HyperSerialEsp8266)<br/><br/>
1212

13-
<p align="center"> <b>ESP8266:</b><br/><img src="https://i.postimg.cc/CdT7hsG6/esp8266-flashing.jpg"/></p><br/>
13+
<p align="center"> <b>ESP32-C3, ESP32-S3</b> </p>
14+
15+
```
16+
esptool.exe -p COM10 erase_flash
17+
esptool.exe -p COM10 write_flash 0x0 C3_bootloader.bin
18+
esptool.exe -p COM10 write_flash 0x8000 C3_partitions.bin
19+
esptool.exe -p COM10 write_flash 0x010000 WLED_0.14.0_ESP32-C3.bin
20+
21+
esptool.exe -p COM9 erase_flash
22+
esptool.exe -p COM9 write_flash 0x0 S3_noPSRAM_qio_bootloader.bin // or with PSRAM
23+
esptool.exe -p COM9 write_flash 0x8000 S3_partitions_8MB.bin
24+
esptool.exe -p COM9 write_flash 0x010000 WLED_0.14.0_ESP32-S3_8MB.bin
25+
```
26+
27+
<br/>
28+
<p align="center"> <b>ESP8266:</b><br/><br/><img src="https://i.postimg.cc/CdT7hsG6/esp8266-flashing.jpg"/></p><br/>
1429
<p align="center"> <img src="https://i.postimg.cc/C5fJpQqq/esp8266working.jpg"/></p><br/><br/>
1530

16-
<p align="center"> <b>ESP32:</b><br/><img src="https://i.postimg.cc/dQrq3JrZ/esp32.jpg"/></p><br/>
31+
<p align="center"> <b>ESP32:</b><br/><br/><img src="https://i.postimg.cc/dQrq3JrZ/esp32.jpg"/></p><br/>
1732
<p align="center"> <img src="https://i.postimg.cc/1XrhH5rW/esp2.jpg"/></p><br/>
1833

1934
<p align="center"> <b>WLED is receiving data from the USB serial port at @2000000 baud:</b><br/><img src="https://i.postimg.cc/76RXckf4/esp-rec.jpg"/></p><br/>

0 commit comments

Comments
 (0)