Updating WLED from 15.4 to 16. The update runs succesfully in different ways but it is completely unable to run after the update. I’ve tried:
- OTA update via Home Assistant
- USB update with the WLED Web installer
- Fresh installation from scratch
With 15.4 (build 2508020) all runs smooth:
[12:16:46]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[12:16:46]configsip: 0, SPIWP:0xee
[12:16:46]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[12:16:46]mode:DOUT, clock div:2
[12:16:46]load:0x3fff0018,len:4
[12:16:46]load:0x3fff001c,len:1044
[12:16:46]load:0x40078000,len:10124
[12:16:46]load:0x40080400,len:5828
[12:16:46]entry 0x400806a8
[12:16:48]Ada
But when running WLED16.0.0 under the exact same circumstances, I get:
[12:28:09]rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
[12:28:09]configsip: 0, SPIWP:0xee
[12:28:09]clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
[12:28:09]mode:DOUT, clock div:2
[12:28:09]load:0x3fff0018,len:4
[12:28:09]load:0x3fff001c,len:1044
[12:28:09]load:0x40078000,len:10124
[12:28:09]load:0x40080400,len:5828
[12:28:09]entry 0x400806a8
[12:28:10]
[12:28:10]Brownout detector was triggered
[12:28:10]
[12:28:10]ets Jun 8 2016 00:22:57
[12:28:10]
I understand that a brownout detection refers to a faulty supply power, however, 15.4 works smooth with the same configuration. I also checket the voltages, input voltage over USB is 5.2V and on the ESP32 is 3.34V, hence they look fine. Reverting back to 5.4 and all is fine. Disconnecting LED’s (reducing power consumption) doesn’t make any difference.
Any suggestion?