Search found 6 matches
- Mon Jun 25, 2018 3:12 pm
- Forum: General Discussion
- Topic: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
- Replies: 5
- Views: 12646
Re: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
Please help, any idea?
- Sun Jun 24, 2018 9:56 pm
- Forum: General Discussion
- Topic: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
- Replies: 5
- Views: 12646
Re: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
Same as me, tried using others mqtt broker, no problem.Are you sure your power supply is adequate?
As mentioned using other mqtt broker, connect this board to laptop using usb cable, no problem.
- Fri Jun 22, 2018 4:03 am
- Forum: General Discussion
- Topic: "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
- Replies: 5
- Views: 12646
"Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error
Hi,
I tried to connect to IoT platform from ESP32 through MQTT.
My code as below. There is no problem when I use Adafruit MQTT broker.
But I got a "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error when tried to send MQTT to this IoT platform.
Is it due to the key is too long ...
I tried to connect to IoT platform from ESP32 through MQTT.
My code as below. There is no problem when I use Adafruit MQTT broker.
But I got a "Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited)" error when tried to send MQTT to this IoT platform.
Is it due to the key is too long ...
- Tue Jan 30, 2018 2:23 am
- Forum: ESP32 Arduino
- Topic: BLE Client and MQTT
- Replies: 3
- Views: 10035
Re: BLE Client and MQTT
Can you advise where and how to fix my code?result.c_str() is null terminated string
https://stackoverflow.com/questions/203 ... ted-string
what do you want to read and send is array of uint8 values
- Thu Jan 25, 2018 5:34 am
- Forum: ESP32 Arduino
- Topic: BLE Client and MQTT
- Replies: 3
- Views: 10035
BLE Client and MQTT
Hi,
I'm developing a gateway for my sensor module (as ble server). I would like to
publish the sensor data to mqtt broker. So I'm using ESP32 that can use BT + WiFi.
Below is my programming. Based is from example of BLE_Client. And I modify
by myself (some took from this forum discussion).
My ...
I'm developing a gateway for my sensor module (as ble server). I would like to
publish the sensor data to mqtt broker. So I'm using ESP32 that can use BT + WiFi.
Below is my programming. Based is from example of BLE_Client. And I modify
by myself (some took from this forum discussion).
My ...
- Thu Jan 18, 2018 2:13 pm
- Forum: ESP32 Arduino
- Topic: Sensor Module Gateway : BLE Client + MQTT
- Replies: 0
- Views: 3934
Sensor Module Gateway : BLE Client + MQTT
Hi,
I'm very amateur in programming. I only have basic knowledge in C/C++.
So very sorry if my question or programming is very in low level.
I'm developing a gateway for my sensor module (as ble server). I would like to
publish the sensor data to mqtt broker. So I'm using ESP32 that can use BT ...
I'm very amateur in programming. I only have basic knowledge in C/C++.
So very sorry if my question or programming is very in low level.
I'm developing a gateway for my sensor module (as ble server). I would like to
publish the sensor data to mqtt broker. So I'm using ESP32 that can use BT ...