Search found 107 matches

by william.ferguson.au
Fri Jan 08, 2021 12:14 am
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

Re: WDT timeout in bootloader for ESP32s2

Hi Angus. Some answers. Yes the apps is definitely running for 1.2 seconds. There is app log showing. Yes, the log output indicates that it is past the bootloader and into the app. I assumed it had to be to do with the bootloader because the address given only appears to be valid for the bootloader,...
by william.ferguson.au
Thu Jan 07, 2021 10:43 pm
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

Re: WDT timeout in bootloader for ESP32s2

OK that didn't work either.
Suggestions on pasting an image?
In any case, it's a replica of the one that you posted.
by william.ferguson.au
Thu Jan 07, 2021 10:41 pm
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

Re: WDT timeout in bootloader for ESP32s2

OK, image doesn't seem to be showing for me. So trying again.
Image
by william.ferguson.au
Thu Jan 07, 2021 10:38 pm
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

Re: WDT timeout in bootloader for ESP32s2

Looks like its the same as yours.

Image
by william.ferguson.au
Wed Jan 06, 2021 8:29 pm
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

Re: WDT timeout in bootloader for ESP32s2

@ESP_sprite - yes the code does the same thing on another ESP32S2
No, I can't easily put the code anywhere.

@Mohitvermaji51- sorry I don't understand your comment.
by william.ferguson.au
Mon Jan 04, 2021 1:40 pm
Forum: General Discussion
Topic: WDT timeout in bootloader for ESP32s2
Replies: 22
Views: 17484

WDT timeout in bootloader for ESP32s2

My app is aborting and rebooting after only 1251 millis. If I modify the app even slightly (eg adding a log line that is never called) then it starts working again at least until some other arbitrary code modification causes it to stop working. When it aborts it doesn't provide any info, just stops ...
by william.ferguson.au
Mon Dec 28, 2020 12:28 pm
Forum: ESP-IDF
Topic: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"
Replies: 10
Views: 11063

Re: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"

The phone is not disconnecting from the network when the call to "/" fails.
Have responded to the remainder on the issue.
by william.ferguson.au
Thu Dec 24, 2020 3:59 am
Forum: ESP-IDF
Topic: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"
Replies: 10
Views: 11063

Re: wifi_prov_mgr example failing with "httpd_resp_send_err: error calling setsockopt : 22"

Shubham, can I just clarify that I am testing the same way as you because I seem to be seeing what looks like a race condition in the http server where it will sometimes have security configured but most often not. Here's how I am testing: ESP-IDF Android SoftAp Provisioning app Click on Provision n...