Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
14.93k stars 3.22k forks source link

WLED-AP doesn't appear on ESP32-S3-Tiny after flash #4161

Closed me-dex closed 1 month ago

me-dex commented 1 month ago

What happened?

Attempted to flash latest 0.15.0-b5 beta onto an ESP32-S3-Tiny via the built in DFU serial connection. Used both esptool.py and the web flasher. Flashing succeeded with both tools but AP failed to appear after reset. Flashed both with/without bootloader and no success in either case. Latest Tasmota working on the board so the chip/RF path does work

To Reproduce Bug

Perform flash of 0.15.0-b5 beta on an ESP32-S3-Tiny using any tool

Expected Behavior

WLED-AP appears after a board reset/power on

Install Method

Binary from WLED.me

What version of WLED?

0.15.0-b5

Which microcontroller/board are you seeing the problem on?

ESP32-S3

Relevant log/trace output

No response

Anything else?

No response

Code of Conduct

blazoncek commented 1 month ago

Not a bug of WLED on its own. The S3 is problematic as far as different configurations of SPI RAM and flash memory go.

You will need to compile yourself with correct board selected in PIO and use PIO to flash. Once you have it working you can submit a PR with compile options for your particular board.

See discussion here: https://github.com/Aircoookie/WLED-WebInstaller/issues/22

me-dex commented 1 month ago

Am I wrong to assume that this is only a WLED issue and not a device level issue since Tasmota seems to work without issue? Seems like in the linked post they also point out Tasmota flashes without issue as well