Search found 21 matches

by milan pipaliya
Mon Sep 15, 2025 1:15 pm
Forum: ESP-IDF
Topic: andom Task Watchdog Timeout on ESP32-C3 Using ESP-IDF v5.3.3
Replies: 0
Views: 895

andom Task Watchdog Timeout on ESP32-C3 Using ESP-IDF v5.3.3

Hello everyone,

I'm facing a random issue in my program running on the ESP32-C3 using ESP-IDF version v5.3.3. The program works fine most of the time, but occasionally, without any clear pattern, it crashes with the following error message:

E (170600) task_wdt: Task watchdog got triggered. The ...
by milan pipaliya
Tue Jun 03, 2025 5:08 am
Forum: ESP RainMaker
Topic: ESP INSIGHT Enable issue
Replies: 2
Views: 8446

Re: ESP INSIGHT Enable issue

Thanks for your valuable response

this things not work but we manage our side and we achieve our goal !!
by milan pipaliya
Wed May 28, 2025 10:12 am
Forum: ESP RainMaker
Topic: ESP INSIGHT Enable issue
Replies: 2
Views: 8446

ESP INSIGHT Enable issue

Build Fails with ESP Insights Enabled — Undefined References to esp_diag_* Functions
Board: ESP32-S3
ESP-IDF Version: v5.3
Toolchain: xtensa-esp-elf-gcc 13.2.0
Custom Components Path: /home/dnk133/HONEYKOMB_MERGE/components/esp-insights/
Problem: Build fails when ESP Insights is enabled via ...
by milan pipaliya
Thu May 15, 2025 11:34 am
Forum: ESP RainMaker
Topic: OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?
Replies: 4
Views: 8893

Re: OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?

Hi, Piyush ,

In our code, we delete all running tasks just before starting the OTA update. This seems to reduce the overall stack usage and increases the available heap size. After doing this, the OTA update completes successfully.

Can you please confirm — is this the correct and recommended way ...
by milan pipaliya
Wed May 14, 2025 4:40 am
Forum: ESP RainMaker
Topic: OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?
Replies: 4
Views: 8893

Re: OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?

Thanks for the suggestion!

We will try reducing the Wi-Fi buffer sizes as recommended. Just to confirm:

Are these configurations available directly in menuconfig?
We're using ESP32-S3 with ESP-IDF v5.3, and we couldn't find all of these options under Component config → Wi-Fi or similar. Please ...
by milan pipaliya
Tue May 13, 2025 12:36 pm
Forum: ESP RainMaker
Topic: ESP32-S2 OTA Fail
Replies: 3
Views: 18212

Re: ESP32-S2 OTA Fail

i am usinf ESP_IDF v5.3 we will finding issue some time explain how to solve it @Piyush ?? give us guidance
by milan pipaliya
Tue May 13, 2025 12:27 pm
Forum: ESP RainMaker
Topic: OTA update needs PSRAM?
Replies: 2
Views: 18104

Re: OTA update needs PSRAM?

we also have similar issue like

I (34524) heap_metrics: free:0xca64 lfb:0x4000 min_free_ever:0x2718
I (34525) heap: alloc_fail size:0x416d func:heap_caps_calloc
E (34525) Dynamic Impl: alloc(16749 bytes) failed

explain if you find solution
by milan pipaliya
Tue May 13, 2025 12:14 pm
Forum: ESP RainMaker
Topic: OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?
Replies: 4
Views: 8893

OTA Update Fails on First Attempt After Custom Code Deployment, Succeeds After Reboot – Heap/Stack Issue?

Hello ESP RainMaker Community,

I’m facing a persistent issue with OTA updates on custom ESP32 devices using ESP RainMaker, and I’m hoping for some guidance or suggestions from the community.

Issue Summary
When deploying a new device with our custom firmware, the first OTA update attempt almost ...
by milan pipaliya
Mon Apr 07, 2025 6:18 am
Forum: ESP-IDF
Topic: ESP32-S3 WROOM-1 Flash Success but WROOM-2 Reboots with TG1WDT_SYS_RST
Replies: 2
Views: 584

Re: ESP32-S3 WROOM-1 Flash Success but WROOM-2 Reboots with TG1WDT_SYS_RST

yes i tried it but showing same problem

in my code when i2c scan function call then after reboot
by milan pipaliya
Sat Mar 29, 2025 5:52 am
Forum: ESP-IDF
Topic: ESP32-S3 WROOM-1 Flash Success but WROOM-2 Reboots with TG1WDT_SYS_RST
Replies: 2
Views: 584

ESP32-S3 WROOM-1 Flash Success but WROOM-2 Reboots with TG1WDT_SYS_RST

Description:
I am working on an ESP32-S3 project using ESP-IDF v5.4-dev. The same code flashes and runs successfully on the ESP32-S3 WROOM-1 module, but when I try it on the WROOM-2 module, it reboots with the following error:

E (793) app_driver: Failed to read serial number
E (795) i2c: i2c_master ...

Go to advanced search