Search found 6 matches

by Suresh
Thu Oct 10, 2024 12:40 pm
Forum: ESP-IDF
Topic: Issue with the RCP-OTA update
Replies: 0
Views: 320

Issue with the RCP-OTA update

Connections : ESP32S3Dev kit ESP32H2Dev kit GPIO 4 (TX) <-------> GPIO 4 (RX) GPIO 5 (RX) <-------> GPIO 5 (TX) GPIO RST (7) <-------> GPIO RST GPIO Boot 8 <-------> GPIO Boot 9 ESP-IDF 5.1.4 - branch - main RCP Example Flashed(esp-idf/examples/openthread/ot_rcp/main/) S3 example Flashed (esp-threa...
by Suresh
Tue Jan 16, 2024 7:51 am
Forum: ESP-IDF
Topic: [esp-idf v5.1.2 ] HTTP errors during Azure Connection
Replies: 0
Views: 18517

[esp-idf v5.1.2 ] HTTP errors during Azure Connection

Hi Team, Build environment: SDK: ESP-IDF v5.1.2 Device: ESP32 Component: HTTP Issue: During establishing the connection with the Azure cloud using HTTP (while fetching Azure connection tokens),and despite a stable internet connection, it remains stuck in the same loop. Here are some key observations...
by Suresh
Wed Jan 03, 2024 7:22 am
Forum: ESP-IDF
Topic: [esp-idf v5.1.2 ] SW_CPU_RESET happening when internet disconnects
Replies: 0
Views: 8187

[esp-idf v5.1.2 ] SW_CPU_RESET happening when internet disconnects

Hi, Build environment: SDK: ESP-IDF v5.1.2 Device: ESP32 Component: OTA Issue #: Reproducing steps: During the OTA update (bin downloading time) disconnecting the internet (do not turn off router) MQTT crash is observed , because of application is trying to publishing the fail status. Please check t...
by Suresh
Wed Nov 15, 2023 11:12 am
Forum: ESP-IDF
Topic: ESP32 Issue during the OTA update
Replies: 2
Views: 1421

Re: ESP32 Issue during the OTA update

@hmalpani,


Thanks a lot its working with this fix.



Regards,
Suresh
by Suresh
Tue Nov 07, 2023 9:38 am
Forum: ESP-IDF
Topic: ESP32 Issue during the OTA update
Replies: 2
Views: 1421

ESP32 Issue during the OTA update

Hi Team, Please find the details regarding the OTA Issue. Build environment: SDK: ESP-IDF v4.3.3 Device: ESP32 Component: OTA Issue: Facing the issue during the OTA update, While OTA-binary downloading turns off the internet(Router is still On but only internet goes off) OTA task timeout is not happ...
by Suresh
Mon Sep 04, 2023 12:09 pm
Forum: ESP-IDF
Topic: esp_event_post string data getting corrupted
Replies: 0
Views: 754

esp_event_post string data getting corrupted

Hi I have created one test application. I am trying to post an event along with large string data (~2048 kb). Initial 8 chars are getting corrupted and remaining data i am getting correct. ESP_ERROR_CHECK(esp_event_post(APPLICATION_MESSAGES, UID_MESSAGE_RECEIVED, (void*) &event, sizeof(message_event...