Post by ESP_Sprite » Sun Jun 24, 2018 7:37 am
Are you sure your power supply is adequate?
hi, thanks for the reply.
But no power supply issues.
Search found 3 matches
- Mon Jun 25, 2018 10:25 am
- Forum: General Discussion
- Topic: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
- Replies: 5
- Views: 12653
- Sat Jun 23, 2018 5:44 am
- Forum: General Discussion
- Topic: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
- Replies: 5
- Views: 12653
Re: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
I tried your code and I test it to "test.mosquitto.org" without username and passkey
const char* mqtt_server = "test.mosquitto.org";
const char* topic = "temp/random";
if (client.connect(clientId.c_str())) {
and i got successfully connected.
Connecting to CONNECTSA
...........
WiFi connected
IP ...
const char* mqtt_server = "test.mosquitto.org";
const char* topic = "temp/random";
if (client.connect(clientId.c_str())) {
and i got successfully connected.
Connecting to CONNECTSA
...........
WiFi connected
IP ...
- Sat Jun 23, 2018 4:58 am
- Forum: General Discussion
- Topic: Esp32 ota code crashes
- Replies: 0
- Views: 2646
Esp32 ota code crashes
hi, am trying to run ota example of espressif esp IDF in platformio . and the code crashes in between and I get the following error.
␛[0;32mI (185) ota: Starting OTA example…␛[0m
␛[0;31mE (185) esp_ota_ops: not found ota data␛[0m
Guru Meditation Error: Core 1 panic’ed (LoadProhibited)
. Exception ...
␛[0;32mI (185) ota: Starting OTA example…␛[0m
␛[0;31mE (185) esp_ota_ops: not found ota data␛[0m
Guru Meditation Error: Core 1 panic’ed (LoadProhibited)
. Exception ...