Search found 4 matches
- Mon Mar 07, 2022 10:21 am
- Forum: ESP-IDF
- Topic: Mysterious freeze/stop in the field
- Replies: 15
- Views: 13712
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...
- Wed Mar 02, 2022 11:11 am
- Forum: ESP-IDF
- Topic: Mysterious freeze/stop in the field
- Replies: 15
- Views: 13712
Re: Mysterious freeze/stop in the field
The power supply is a USB-A - AC adapter, 5V, 1A.
- Tue Mar 01, 2022 2:21 pm
- Forum: ESP-IDF
- Topic: Mysterious freeze/stop in the field
- Replies: 15
- Views: 13712
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...
- Tue Feb 22, 2022 11:05 am
- Forum: ESP-IDF
- Topic: Mysterious freeze/stop in the field
- Replies: 15
- Views: 13712
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....