Search found 3 matches
- Thu Aug 28, 2025 7:49 pm
- Forum: Hardware
- Topic: ESP32-S3 freezing at some locations - PWM still working
- Replies: 2
- Views: 740
Re: ESP32-S3 freezing at some locations - PWM still working
That is very odd indeed. Do you have the watchdogs (interrupt and task) enabled? Are you doing anything with light/deep sleep modes?
Do not use deep any sleep mode. I turned watchdog in tasks and system restart, but I can't capture any logs because it never happens in my lab.
I have two tasks ...
- Tue Aug 26, 2025 2:16 pm
- Forum: Hardware
- Topic: ESP32-S3 freezing at some locations - PWM still working
- Replies: 2
- Views: 740
ESP32-S3 freezing at some locations - PWM still working
I produce an equipment with a PWM motor controller, an optical sensor, LCD and INA219. It uses WiFi for update and Bluetooth for two optional sensors.
At my lab all devices work fine, but in some places, they just freeze at a random time after motor is started. No logs, no panic, no restart. Just ...
At my lab all devices work fine, but in some places, they just freeze at a random time after motor is started. No logs, no panic, no restart. Just ...
- Tue Aug 26, 2025 1:56 pm
- Forum: ESP-IDF
- Topic: Logless system freeze.
- Replies: 4
- Views: 3249
Re: Logless system freeze.
I have a very similar issue with ESP32-S3.
I produce an equipment with a PWM motor controller, LCD and INA219. At my lab all devices work fine, but in some places, they just freeze at a random time after motor is started. No logs, no panic, no restart. Just move to other place and all work fine.
I produce an equipment with a PWM motor controller, LCD and INA219. At my lab all devices work fine, but in some places, they just freeze at a random time after motor is started. No logs, no panic, no restart. Just move to other place and all work fine.