Hi,
As always, any help is greatly appreciated.
I’m having a reboot issue on a few different ESP32s dev boards. They reboot circa every 4 to 15 minutes, but even in the “off state” they reboot, which is annoying especially if a sleep timer is set…
This is the case with all audio-reactive builds from 14.4 - 15.0-B5
I’ve tried changing GPIO pins, adding and removing the inline resistors to the LEDs, turning most options under “Sync options” and “Led preferences” off in case it’s a memory issue, and disconnecting the LEDs in case it’s a power issue.
I don’t know if there’s an option to activate debug output, but this is what I get when I connect a terminal to the USB port:
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DOUT, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5828
entry 0x400806a8
▒Ada
abort() was called at PC 0x4014e6be on core 1
ELF file SHA256: 0000000000000000
Backtrace: 0x4008b610:0x3ffb1e40 0x4008b96d:0x3ffb1e60 0x4014e6be:0x3ffb1e80 0x401bba34:0x3ffb1ea0 0x401bb9f9:0x3ffb1ec0 0x4012b40f:0x3ffb1ee0 0x401379d6:0x3ffb1f20 0x4011b999:0x3ffb1f40 0x4011bf5e:0x3ffb1f90 0x4013cc89:0x3ffb1fb0 0x4008d3f6:0x3ffb1fd0
Rebooting...
ets Jul 29 2019 12:21:46
rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DOUT, clock div:2
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:10124
load:0x40080400,len:5828
entry 0x400806a8
Ada
abort() was called at PC 0x4014e6be on core 1
ELF file SHA256: 0000000000000000
Backtrace: 0x4008b610:0x3ffb1db0 0x4008b96d:0x3ffb1dd0 0x4014e6be:0x3ffb1df0 0x401bba34:0x3ffb1e10 0x401bb9f9:0x3ffb1e30 0x4012b40f:0x3ffb1e50 0x40115872:0x3ffb1e90 0x4011b90e:0x3ffb1f40 0x4011bf5e:0x3ffb1f90 0x4013cc89:0x3ffb1fb0 0x4008d3f6:0x3ffb1fd0
Rebooting...
and so on…
EDIT 1: this is what the reboot transition looks like. Unfortunately videos can’t be uploaded… Segment 2 mostly lights up white, but segment 1 stays frozen. After a brief pause both segments return to the boot preset.