Search found 3 matches

by sjurgw
Thu Jan 27, 2022 8:57 am
Forum: ESP-IDF
Topic: OTA with offset
Replies: 1
Views: 1592

OTA with offset

Hi I have been working on OTA updates for an ESP32-wroom-32 chip. I have managed to successfully use esp_ota_write to perform the update. However, the packets may arrive in an arbitrary order, so I have been looking at the esp_ota_write_with_offset function. Using this function I have not been able ...
by sjurgw
Thu Jan 27, 2022 7:30 am
Forum: ESP-IDF
Topic: ESP32 MQTT CORE DUMP
Replies: 1
Views: 1286

Re: ESP32 MQTT CORE DUMP

I can also add that I am running ESP-IDF version 4.2
by sjurgw
Wed Jan 26, 2022 1:52 pm
Forum: ESP-IDF
Topic: ESP32 MQTT CORE DUMP
Replies: 1
Views: 1286

ESP32 MQTT CORE DUMP

Hi, I am trying to run the pppos_client example located in https://components.espressif.com/component/espressif/esp_modem , and I am experiencing Core panics while connected to a mqtt broker using ssl. Most of the times it runs smoothly and works perfectly fine, but when it happens, it always happen...