Page 1 of 1

Stuck on conecting ESP32-WROVER-IB

Posted: Sat Dec 12, 2020 8:01 pm
by Clip16
I was trying to upload code to my prototype board but I was stuck on "connecting..."
The ESP32 is well soldered and was not heating too much when being soldered.

The thing that is probably the problem but I don't know how to fix it is ArduinoIDE setting.
I am using ESP32-WROVER-IB(16MB) and programer met for ESP32CAM

Here is my ArduinoIDE setting + scheme of the project
Capture.PNG
ArduinoIDE setting
Capture.PNG (18.09 KiB) Viewed 3046 times
Capture2.PNG
scheme of the project
Capture2.PNG (92.16 KiB) Viewed 3046 times
Thanks for your help.

Re: Stuck on conecting ESP32-WROVER-IB

Posted: Sun Dec 13, 2020 2:13 am
by ESP_Sprite
The board type shouldn't matter to get a connection (as long as it's got an ESP32 on it). If you use a terminal program, do you see the ESP32 signon message?

Re: Stuck on conecting ESP32-WROVER-IB

Posted: Sun Dec 13, 2020 10:04 am
by Clip16
How do I find out if it sends signon message?
If you meen the RXD and TXD LEDs on the programer then just one is blinking.

Re: Stuck on conecting ESP32-WROVER-IB

Posted: Mon Dec 14, 2020 1:09 am
by ESP_Sprite
Start a terminal program (or run 'idf.py monitor') and press 'reset'. If everything is connected correctly, you should see the ESP32 spit out a few lines of text.