not sure why this is logged so many times Debug Logs. E (4678) task_wdt: esp_task_wdt_reset(783): task not found E (4678) task_wdt: esp_task_wdt_reset(783): task not found E (4678) task_wdt: esp_task_wdt_reset(783): task not found E (4678) task_wdt: esp_task_wdt_reset...
E (32) E (571) task_wdt: esp_task_wdt_reset(793): task not foun d I (571) KILN: After Serial Init I (572) KILN: IDF E (572) task_wdt: esp_task_wdt_reset(793): ta sk not found E (578) task_wdt: esp_task_wdt_reset(793): task not found version: vE (585) task_wdt...
Re: Please help: Unexpected reboot only with "PRO CPU has been reset by WDT" warning PostbyESP_jakob»Wed Mar 23, 2022 10:24 am Not sure but the warning might be from the task watchdog timer (task WDT). You're using a big while loop inside your main function which never waits ...
Re: WDT Reset using DHT11 #96450 By petrtobiska - Sat May 20, 2023 5:49 pm DHT 11 did not transfer data after reset It helped resistor 4k7 from +3,3v to out pin and resistor 2k to ground. Resistor 2k to ground helped to start communication. data appears on oscilloscope. It's ...
My point is that the vTaskDelay doesn't do anything with a wait time of less than 10mS, so having it there or not having it there does not make a difference, as you found. This is expected behaviour. If your question is why your task triggers the TWDT in general, I'd suggest ...
Today I retrieved a lot of new commits from master repository, and found that after the second Deep-sleep, the Task Group 0 watchdog is being triggered during the deep sleep. This was solved rolling back to the mentioned commit. Not sure which commit introduces this behaviour or if the pro...
ESP-IDF5.1 version, when modifying the avdt layer message and sending it out, triggers "PRO CPU has been reset by WDT" and reset. Example used: a2dp_source Modified code, esp-idf/components/bt/host/bluedroid/stack/avdt/avdt_ad.c ...
when I trying to send email ESP8266 will reset, would you please help me.ESP_Sprite Posts: 9769 Joined: Thu Nov 26, 2015 4:08 am Re: ESP8266 reset (wdt reset)by ESP_Sprite » Wed Jun 19, 2019 2:28 am Note that this is a forum for the ESP32, not the ESP8266. You may ha...
The reboot state will not change after software WDT reset or software reset. For example, when the first reset is caused by a power reboot, the rst cause number is 1. After software reset, the rst cause number will still be 1.
The code compiles, connects and responds to the Alexa command "recline on" as seen in the Serial Monitor (pasted below code), however, it does not change the state of GPIO05 or any other pin. It is also always followed by a "Soft WDT reset" 2 seconds after rec...