Random reboots with assert failed: multi_heap_get_allocated_size multi_heap_poisoning.c:357 (head != NULL) #241
Closed
Metatron135
started this conversation in
General
Replies: 3 comments
-
Here is my platformio.ini config: [env:zv] Globals.h config: #elif ZV
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I’ve seen that call stack for a number of issues, it’s sort of the messenger, not the cause.
It looks like heap corruption (ie: a bug) but I don’t know the cause. Oddly, I’ve found a hard reboot of the chip often solves it. It’ll take 10 attempts to reboot but if you power cycle it, it comes right up.
Sorry I can’t be of more help! Wish I knew...
… On Mar 18, 2023, at 2:00 AM, zengrey333 ***@***.***> wrote:
Hello colored light lovers! If someone is having the same issue, could you please assist.
I've just uploaded the library into the ESP32 and everything works fine except reboots. Sometimes it reboots 15 times in a row before stabilizing and sometimes it just runs and then reboots in 30 secs.
Would really appreciate some input as I'm a hobby level programmer, if I can call myself that, and the memory allocations and heaps is very vague concept for me. Thank you for your time and support!
Here is the error log:
Please build project in debug configuration to get more details about an exception.
See https://docs.platformio.org/page/projectconf/build_configurations.html
--- Terminal on /dev/cu.usbserial-0001 | 115200 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(StartSocketThreadkHa)n(dCl1i)ngLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
Pass 0 of 5: Connecting to Wifi SSID: ZEN Light - ESP32 Free Memory: 156176, PSRAM:0, PSRAM Free: 0
Brownout detector was triggered
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control DecodiCORRUPT HEAP: Bad head at 0x(W)3ffb4f08. Expected 0xabba1234 got 0x3ffb0014
assert failed: multi_heap_get_allocated_size multi_heap_poisoning.c:357 (head != NULL)
Backtrace:0x40084399:0x3ffb23900x4008e0d9:0x3ffb23b0 0x40093961:0x3ffb23d0 0x40093637:0x3ffb2500 0x400848a4:0x3ffb2520 0x400848dd:0x3ffb2540 0x4008490f:0x3ffb2560 0x40093981:0x3ffb2580 0x400f44ab:0x3ffb25a0 0x400f451b:0x3ffb25e0 0x400f47ce:0x3ffb2600 0x400f48f5:0x3ffb2620 0x400efc21:0x3ffb2650 0x4019c061:0x3ffb26c0 0x400f414b:0x3ffb26e0 0x400d7dd3:0x3ffb2780 0x400f6b02:0x3ffb2820
#0 0x40084399:0x3ffb2390 in panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c:402
#1 <#1> 0x4008e0d9:0x3ffb23b0 in esp_system_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/esp_system.c:128
#2 <#2> 0x40093961:0x3ffb23d0 in __assert_func at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/assert.c:85
#3 <#3> 0x40093637:0x3ffb2500 in multi_heap_get_allocated_size at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/multi_heap_poisoning.c:357 (discriminator 1)
#4 <#4> 0x400848a4:0x3ffb2520 in heap_caps_realloc_base at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:409
(inlined by) heap_caps_realloc_base at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:347
#5 <#5> 0x400848dd:0x3ffb2540 in heap_caps_realloc at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:423
#6 <#6> 0x4008490f:0x3ffb2560 in heap_caps_realloc_default at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:225
#7 <#7> 0x40093981:0x3ffb2580 in realloc at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/heap.c:34
#8 <#8> 0x400f44ab:0x3ffb25a0 in String::changeBuffer(unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:218 (discriminator 4)
#9 <#9> 0x400f451b:0x3ffb25e0 in String::reserve(unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:182 (discriminator 4)
#10 <#10> 0x400f47ce:0x3ffb2600 in String::concat(char const*, unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:367
#11 0x400f48f5:0x3ffb2620 in String::concat(char) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:387
#12 <#12> 0x400efc21:0x3ffb2650 in RemoteDebug::write(unsigned char) at .pio/libdeps/zv/RemoteDebug/src/RemoteDebug.cpp:1174
#13 <#13> 0x4019c061:0x3ffb26c0 in RemoteDebug::write(unsigned char const*, unsigned int) at .pio/libdeps/zv/RemoteDebug/src/RemoteDebug.cpp:860 (discriminator 2)
#14 <#14> 0x400f414b:0x3ffb26e0 in Print::printf(char const*, ...) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.cpp:70
#15 <#15> 0x400d7dd3:0x3ffb2780 in NightDriverTaskManager::StartSocketThread() at include/taskmgr.h:258
(inlined by) setup() at src/main.cpp:807
#16 0x400f6b02:0x3ffb2820 in loopTask(void*) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:42
ELF file SHA256: 0000000000000000
Rebooting...
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(tSrtya)r(tCS0ocketThreadkHandlingLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
Pass 0 of 5: Connecting to Wifi SSID: ZEN Light - ESP32 Free Memory: 156176, PSRAM:0, PSRAM Free: 0
Brownout detector was triggered
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(tSrtya)r(tSocketThreadrkHandlingLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
—
Reply to this email directly, view it on GitHub <#241>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF37CX5TITO5RLWNE4DW4V2RXANCNFSM6AAAAAAV7LGS2Q>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Got it, will try, thanks Dave |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello colored light lovers! If someone is having the same issue, could you please assist.
I've just uploaded the library into the ESP32 and everything works fine except reboots. Sometimes it reboots 15 times in a row before stabilizing and sometimes it just runs and then reboots in 30 secs.
Would really appreciate some input as I'm a hobby level programmer, if I can call myself that, and the memory allocations and heaps is very vague concept for me. Thank you for your time and support!
Here is the error log:
Please build project in debug configuration to get more details about an exception.
See https://docs.platformio.org/page/projectconf/build_configurations.html
--- Terminal on /dev/cu.usbserial-0001 | 115200 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(StartSocketThreadkHa)n(dCl1i)ngLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
Pass 0 of 5: Connecting to Wifi SSID: ZEN Light - ESP32 Free Memory: 156176, PSRAM:0, PSRAM Free: 0
Brownout detector was triggered
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control DecodiCORRUPT HEAP: Bad head at 0x(W)3ffb4f08. Expected 0xabba1234 got 0x3ffb0014
assert failed: multi_heap_get_allocated_size multi_heap_poisoning.c:357 (head != NULL)
Backtrace:0x40084399:0x3ffb23900x4008e0d9:0x3ffb23b0 0x40093961:0x3ffb23d0 0x40093637:0x3ffb2500 0x400848a4:0x3ffb2520 0x400848dd:0x3ffb2540 0x4008490f:0x3ffb2560 0x40093981:0x3ffb2580 0x400f44ab:0x3ffb25a0 0x400f451b:0x3ffb25e0 0x400f47ce:0x3ffb2600 0x400f48f5:0x3ffb2620 0x400efc21:0x3ffb2650 0x4019c061:0x3ffb26c0 0x400f414b:0x3ffb26e0 0x400d7dd3:0x3ffb2780 0x400f6b02:0x3ffb2820
#0 0x40084399:0x3ffb2390 in panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c:402
#1 0x4008e0d9:0x3ffb23b0 in esp_system_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/esp_system.c:128
#2 0x40093961:0x3ffb23d0 in __assert_func at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/assert.c:85
#3 0x40093637:0x3ffb2500 in multi_heap_get_allocated_size at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/multi_heap_poisoning.c:357 (discriminator 1)
#4 0x400848a4:0x3ffb2520 in heap_caps_realloc_base at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:409
(inlined by) heap_caps_realloc_base at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:347
#5 0x400848dd:0x3ffb2540 in heap_caps_realloc at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:423
#6 0x4008490f:0x3ffb2560 in heap_caps_realloc_default at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/heap/heap_caps.c:225
#7 0x40093981:0x3ffb2580 in realloc at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/newlib/heap.c:34
#8 0x400f44ab:0x3ffb25a0 in String::changeBuffer(unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:218 (discriminator 4)
#9 0x400f451b:0x3ffb25e0 in String::reserve(unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:182 (discriminator 4)
#10 0x400f47ce:0x3ffb2600 in String::concat(char const*, unsigned int) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:367
#11 0x400f48f5:0x3ffb2620 in String::concat(char) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/WString.cpp:387
#12 0x400efc21:0x3ffb2650 in RemoteDebug::write(unsigned char) at .pio/libdeps/zv/RemoteDebug/src/RemoteDebug.cpp:1174
#13 0x4019c061:0x3ffb26c0 in RemoteDebug::write(unsigned char const*, unsigned int) at .pio/libdeps/zv/RemoteDebug/src/RemoteDebug.cpp:860 (discriminator 2)
#14 0x400f414b:0x3ffb26e0 in Print::printf(char const*, ...) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/Print.cpp:70
#15 0x400d7dd3:0x3ffb2780 in NightDriverTaskManager::StartSocketThread() at include/taskmgr.h:258
(inlined by) setup() at src/main.cpp:807
#16 0x400f6b02:0x3ffb2820 in loopTask(void*) at /Users/metatron/.platformio/packages/framework-arduinoespressif32/cores/esp32/main.cpp:42
ELF file SHA256: 0000000000000000
Rebooting...
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(tSrtya)r(tCS0ocketThreadkHandlingLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
Pass 0 of 5: Connecting to Wifi SSID: ZEN Light - ESP32 Free Memory: 156176, PSRAM:0, PSRAM Free: 0
Brownout detector was triggered
ets Jun 8 2016 00:22:57
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:DIO, clock div:2
load:0x3fff0030,len:1184
load:0x40078000,len:13132
load:0x40080400,len:3036
entry 0x400805e4
Replacing Idle Tasks with TaskManager...
(I) (DebugLoopTaskEntry)(C0) >> DebugLoopTaskEntry
(I)
(W) (setup)(C1) Reserving 39 LED buffers for a total of 71448 bytes...
(I) (setup)(C1) Adding LEDs to FastLED...
(I) (setup)(C1) Adding 600 LEDs to FastLED.
(I) (setup)(C1) Initializing effects manager...
(W) (InitEffectsManager)(C1) InitEffectsManager...
(I) (setup)(C1) Launching Drawing:
(E) (setup)(C1) Heap before launch: PASS
(W) (StartDrawThread)(C1) >> Launching Draw Thread
(W) (DrawLRemoteThread)(C1) >> Launching Remote Thread(W)
(W) (Setup)(C1) >> GFXBase::Setup
(W)
(W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
W) (DrawLoopTaskEntry)(C1) Entering main draw loop!
m(W) (RemoteLoopEntry(SCt0) >> RemoteLoopEntry
(W)
(W) (begin)(C0) Remote Control Decoding Started
W) (begin)(C0) Remote Control Decodi(W) getworkHandlingLoopEn(tSrtya)r(tSocketThreadrkHandlingLoopEntry
(W)
[ 225][E][ESPmDNS.cpp:65] begin(): Failed starting MDNS
Error starting mDNS
W)
t Thread
(I) (setup)(C1) Setup complete - ESP32 Free Memory: 156200
(I)
(I) (ConnectToWiFi)(C0) Setting host name to NightDriverStrip...WL_NO_SHIELD
Beta Was this translation helpful? Give feedback.
All reactions