Search found 4 matches

by QuentinFa
Mon Mar 07, 2022 10:21 am
Forum: ESP-IDF
Topic: Mysterious freeze/stop in the field
Replies: 15
Views: 13114

Re: Mysterious freeze/stop in the field

Hello, Thanks for your help ! There is no USB cable, the esp32 is on a board with a USB-A male pin, plugged on the USB-A female adapter. The only other component on the board is a NeoPixel LED (SK6812 3535), that is always blinking. After adding our daily reboot + custom high-level watchdog, we have...
by QuentinFa
Wed Mar 02, 2022 11:11 am
Forum: ESP-IDF
Topic: Mysterious freeze/stop in the field
Replies: 15
Views: 13114

Re: Mysterious freeze/stop in the field

The power supply is a USB-A - AC adapter, 5V, 1A.
by QuentinFa
Tue Mar 01, 2022 2:21 pm
Forum: ESP-IDF
Topic: Mysterious freeze/stop in the field
Replies: 15
Views: 13114

Re: Mysterious freeze/stop in the field

Hello, thanks for your help, I have tested your hypothesis, but when simulating a stuck, slow or non-responding server, the esp_http_client timeouts and programs handle it correctly. I have also implemented a custom watchdog, that gets hit sometimes in production, but there are still boards that are...
by QuentinFa
Tue Feb 22, 2022 11:05 am
Forum: ESP-IDF
Topic: Mysterious freeze/stop in the field
Replies: 15
Views: 13114

Mysterious freeze/stop in the field

I have an ESP32 ESP-IDF project, on M5stack Atom board. I have shipped hundreds of products in production. Basically my application connects to a wifi AP, poll my server for a few minutes, then connect to a bluetooth peripheral, and lopps back. Some users encounter the device stopping at some point....