Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled

Hi to all,

i have a board heltec wifi lora v2 and i installed OMG 0.9.11.
Data from gateway to my brokers works well. Send packet lora from another board and receive by mqtt broker

When i try to publish data to gateway from my mosquito publisher:
mosquitto_pub -t “home/OpenMQTTGateway/commands/MQTTtoSYS/config” -m ‘{“cmd”:“status”}’
I have error

Guru Meditation Error: Core 1 panic’ed (LoadProhibited). Exception was unhandled.

Can you help me?

Hi,

Could you share the logs before the guru meditation error?

Does sending a message MQTTtoLORA works?

Hi, thanks!

i try wit MQTTtoLORA too, same problem
(mosquitto_pub -t home/OpenMQTTGateway/commands/MQTTtoLORA -m ‘{“message”:“hello OMG1”}’)

LORAtoMQTT works well

Let me try with one of my board if I reproduce

1 Like

I have loaded through the Upload function of https://docs.openmqttgateway.com
heltec-wifi-lora32-915.

And I’m sending {"cmd":"status"}
to
home/OpenMQTTGateway_ESP32_LORA/commands/MQTTtoSYS/config
I’m receiving this:

N: Send on /SYStoMQTT msg {"uptime":213,"version":"v0.9.11","freemem":251936,"mqttport":"1883","mqttsecure":false,"freestack":4648,"rssi":-43,"SSID":"Mediacom","ip":"192.168.1.","mac":"","modules":["LORA"]}
N: [ MQTT->OMG ]: {"cmd":"status"}
N: Command: status
N: Send on /SYStoMQTT msg {"uptime":217,"version":"v0.9.11","freemem":251936,"mqttport":"1883","mqttsecure":false,"freestack":4648,"rssi":-42,"SSID":"Mediacom","ip":"192.168.1.","mac":"","modules":["LORA"]}
N: [ MQTT->OMG ]: {"cmd":"status"}
N: Command: status

MQTTtoLORA is also working

Could you try with MQTT explorer, it will avoid typo and incorrect formatting:

image

Works!!!
Thanks

Bye

1 Like