Hello there!
First of all, a big congrats to everyone involved in this great project!
I’m facing Guru Meditation Error: Core 1 panic’ed (StoreProhibited), whenever I try to write BLE characteristics over MQTT to an ESP32 relay. Specifically, when I try to publish something, format like below :
Topic: home/OpenMQTTGateway_ESP32_BLE/commands/MQTTtoBT/config
JSON:
{
“ble_write_address”:“xx:xx:xx:xx:xx:xx”,
“ble_write_service”:“”,
“ble_write_char”:“”,
“ble_write_value”:“1”,
“value_type”:“HEX”,
“ttl”:4,
“immediate”:true }
ESP32 crashes and reboots with error:
Guru Meditation Error: Core 1 panic’ed (StoreProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x4019348f PS : 0x00060e30 A0 : 0x801935c2 A1 : 0x3ffcfe60
A2 : 0x00000000 A3 : 0x3ffcfef4 A4 : 0x00000001 A5 : 0x00000000
A6 : 0x00ff0000 A7 : 0xff000000 A8 : 0x00000031 A9 : 0x3ffcfe30
A10 : 0x00000000 A11 : 0x3ffcfef4 A12 : 0x00000001 A13 : 0x3ffcfe6c
A14 : 0x000000b7 A15 : 0xb7f5ea07 SAR : 0x00000012 EXCCAUSE: 0x0000001d
EXCVADDR: 0x00000000 LBEG : 0x40091cbd LEND : 0x40091ccd LCOUNT : 0xffffffff
Backtrace: 0x4019348c:0x3ffcfe60 0x401935bf:0x3ffcfe80 0x400e11c9:0x3ffcfea0 0x400e13cf:0x3ffcffc0 0x400e2622:0x3ffd0000 0x400e26e7:0x3ffd03d0 0x401b09ef:0x3ffd03f0 0x400e3b2d:0x3ffd0410 0x400df9e1:0x3ffd0450 0x40103b35:0x3ffd0470
Any help would be much appreciated.
Thank you
Konstantinos