"Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"
Posted: Wed Mar 14, 2018 8:58 am
My environment is as below.
esp-wrover-kit, Arduino IDE with selecting board "ESP32 Dev Module" (see viewtopic.php?f=19&t=5002).
When I ran ~/arduino-1.8.5/hardware/espressif/esp32/libraries/WiFi/examples/WiFiClient/WiFiClient.ino, an error was reported saying "Guru Meditation Error: Core 0 panic'ed (IllegalInstruction)".
We could address the issue very accurately. At WiFiClient.ino as attached, all statements related to "WiFi" were commented. Then it could run forever (see 180314-1.log).
If it just ran very few statements related to "WiFi" (see WiFiClient.2.ino), then "Guru Meditation Error: Core 0 panic'ed " occurred (see 180314-2.log).
I think you are able to replace issue with running the same example at your side
Could you help to analyze the issue then?
Thanks!
esp-wrover-kit, Arduino IDE with selecting board "ESP32 Dev Module" (see viewtopic.php?f=19&t=5002).
When I ran ~/arduino-1.8.5/hardware/espressif/esp32/libraries/WiFi/examples/WiFiClient/WiFiClient.ino, an error was reported saying "Guru Meditation Error: Core 0 panic'ed (IllegalInstruction)".
We could address the issue very accurately. At WiFiClient.ino as attached, all statements related to "WiFi" were commented. Then it could run forever (see 180314-1.log).
If it just ran very few statements related to "WiFi" (see WiFiClient.2.ino), then "Guru Meditation Error: Core 0 panic'ed " occurred (see 180314-2.log).
I think you are able to replace issue with running the same example at your side
Could you help to analyze the issue then?
Thanks!