Hi guys,
I have a problem with simple code in esp32. When I use esp-idf in a version lower than version 4.4.5, everything was fine. But when I wanted to update to esp-idf v4.4.5 or v.5.1, the problem started. Firmware stops at: cpu_start: init function call: 0x4200a7e4[0m.
But when I remove the ...
Search found 4 matches
- Mon Sep 25, 2023 4:21 pm
- Forum: ESP-IDF
- Topic: ESP32 issue when updating ESP-iDF to version 4.4.5 and higher
- Replies: 2
- Views: 2392
- Sat Aug 28, 2021 6:44 pm
- Forum: ESP-IDF
- Topic: MQTT problem
- Replies: 4
- Views: 1997
Re: MQTT problem
This is probably caused by "�" inside the message. How we can avoid this problem?
- Sat Aug 28, 2021 5:13 pm
- Forum: ESP-IDF
- Topic: MQTT problem
- Replies: 4
- Views: 1997
Re: MQTT problem
Hi,
I have only code for receiving information.
But If I use for example MQTT explorer like external APP I can see corect frame.
esp_err_t Protocols::Mqtt::mqttEventHandlerCb(esp_mqtt_event_handle_t t_event)
{
std::string userContext = *((std::string*) t_event->user_context);
switch (t_event ...
I have only code for receiving information.
But If I use for example MQTT explorer like external APP I can see corect frame.
esp_err_t Protocols::Mqtt::mqttEventHandlerCb(esp_mqtt_event_handle_t t_event)
{
std::string userContext = *((std::string*) t_event->user_context);
switch (t_event ...
- Fri Aug 27, 2021 10:35 am
- Forum: ESP-IDF
- Topic: MQTT problem
- Replies: 4
- Views: 1997
MQTT problem
Hello everyone,
I have a problem with the MQTT receiver. I'm sending a message using proto file like
"
TurnOn/ On j
2 <reply/ 24: 0A: C4: 40: D5: 7C / 9d3cc41f-0d35-4543-8521-1bdd63c59b99 "
But in the ESP32 code I got:
And (18713) Mqtt: DATA =
Switch / selector
2
Cuts out some information ...
I have a problem with the MQTT receiver. I'm sending a message using proto file like
"
TurnOn/ On j
2 <reply/ 24: 0A: C4: 40: D5: 7C / 9d3cc41f-0d35-4543-8521-1bdd63c59b99 "
But in the ESP32 code I got:
And (18713) Mqtt: DATA =
Switch / selector
2
Cuts out some information ...