Page 1 of 1

Weird characters when pressing Enable Button

Posted: Fri Jul 17, 2020 1:28 am
by GuilhermeBDP
Hi guys! I have an issue.
My esp32 needs the capacitor connected between enable and ground to enter the auto boot mode using the Arduino IDE.
The problem is that i need to press EN button to start the program but all that happens is weird characters showing at the serial port (as i show below). I don't know why that happens, but i need to keep pressing it until the code initialize.
Anyone knows how to fix it?
(the code i uploaded is the simplest example, blinking the inboard led)

Re: Weird characters when pressing Enable Button

Posted: Fri Jul 17, 2020 2:45 am
by jgustavoam
Hi Guilherme,
Check these instructions in my tutorial : (em portugues)
https://blog.eletrogate.com/conhecendo- ... ino-ide-2/

Re: Weird characters when pressing Enable Button

Posted: Sat Jul 18, 2020 1:54 am
by GuilhermeBDP
jgustavoam wrote:
Fri Jul 17, 2020 2:45 am
Hi Guilherme,
Check these instructions in my tutorial : (em portugues)
https://blog.eletrogate.com/conhecendo- ... ino-ide-2/
Olá, eu vi o tutorial mas ainda não resolveu o problema. Não sei porque esses caracteres ficam aparecendo.

Re: Weird characters when pressing Enable Button

Posted: Sat Jul 18, 2020 12:47 pm
by jgustavoam
Hi Guilherme,
This wrong characthers is because, there is a mismatch between Speed of Arduino console and speed of ESP32 Serial interface.
Probally wrong setup! Did you test my tutorial ?
Try change speed of Arduino Console. What is the speed of your Sketch?