At the moment I can't use my esp32 anymore because after some time the serial monitor keeps showing ugly characters. I tested it now with a simple code (attached) and there too I get the same problem (also attached).
Sometimes it only takes a minute and sometimes the characters appear after 30 minutes.
Then the serial monitor also hangs up and must be closed via the task manager.
I am using Arduino 1.8.19.
Can someone help me and tell me what to do?
Thanks in advance!
Then you might be beating yourself on the head with it until you try a different one. Is there any external hardware or devices connected to the ESP32, or is it just the bare board? Circuit problems can cause this.
1st image: Serial monitor hangs while "Hello" is displayed, before that the time already started to hang, as can be seen on timestamps
2nd image: bad characters on PC, before that the time already started to hang, as can be seen on timestamps
3rd picture: bad characters on Mac, before that the time already started to hang, as can be seen on timestamps
Take all the hardware off your board and run your simple sketch again- if that works ok , then the problem is caused by the added circuitry . Add parts one at a time to identify the cause .
Don’t power loads of parts off the Arduino 5v line ( which over heat it and cause problems ) . .
Thank you. The problem is that everything worked fine for about 2 months. Then came the ugly characters. And now even with no external components, just running the ESP on the board with simple "hello" code gives the ugly characters too.