Search found 3 matches
- Thu Mar 16, 2023 1:39 pm
- Forum: ESP-IDF
- Topic: Weird ESP32 uart data behavior
- Replies: 2
- Views: 1222
Re: Weird ESP32 uart data behavior
Thanks for the reply you are right. I realized the `pio monitor` tool did not remember the "hot" setting of the baud rate after it "reconnected" the serial port (I wonder what reconnecting a serial port actually means) This is data coming at 115200 while the tool reconfigured the port at 9600, I did...
- Tue Mar 14, 2023 1:23 pm
- Forum: ESP-IDF
- Topic: Weird ESP32 uart data behavior
- Replies: 2
- Views: 1222
Weird ESP32 uart data behavior
I'm having an ESP32 logging via uart at 115200 for a while, then while working normally I got what is seen on the image. Could this be related to a bad hardware unit or may be a bad electrical design of the board? Anybody seen this before? I'm using ESP-IDF 5 an ESP-PROG board monitoring the default...
- Fri Mar 10, 2023 2:07 pm
- Forum: ESP-IDF
- Topic: Task WDT timeout
- Replies: 0
- Views: 645
Task WDT timeout
Hi, I'm working on a project and after some time I get this at the console: (233902522) task_wdt: - IDLE (CPU 0) (233902522) task_wdt: Tasks currently running: (233902522) task_wdt: CPU 0: omotor (233902522) task_wdt: CPU 1: IDLE (233902522) task_wdt: Print CPU 0 (current core) backtrace Backtrace: ...