ESP32 - Board Cannot be Connected

Hello,

So I am new at Iot Cloud and I'm currrently using esp32 as my microcontroller, but no matter what I do I just cant seem to connect my port to the Iot Cloud and I even made sure that my esp32 is new and functioning, what can I do to have my board be connected so that i can upload my sketch. Thank you

is your esp32 an "Arduino Nano ESP32"?

I you use the Arduino IDE can you run blink on it?

it is esp-wroom 32 sir, im sorry there seems to be a misinformation in my query.

7e38e7f8ca4f7a8163360ab1854eef808eb9c5c9

no sir since there is no port be connected in my esp32 even when i use the arduino ide instead if the web editor of the iot cloud.

For me the solution was very simple. I downloaded the board manager in the Arduino IDE and it worked after that.
I downloaded the "esp32 by Espressif Systems" board manager.

Thank you for the effort good sir but it seems that there is no port to be connected in the web editor to my esp32 what do you think that i am missing is it because im missing some exclusive drivers that i need to install?

@eardvyl

your board is not an Arduino Nano ESP32 but a generic ESP32.
Your post should not be in this section of the forum.
That said, you probably have a driver issue on your machine.

While Arduino's official boards are most of the time automatically recognised by the OS, your board needs drivers which depend on which USB-to-Serial chip is used on your particular ESP32.

Try to search for the driver on Google, but make sure you know which chip you have.
Might be CH340 or CP2104 or even something else

best of luck
u.

Have you installed the Board Package? If not, follow these steps:
1. Open IDE.

2.
File ----> Preferences

3. Copy/paste the following link in the "Addiional Boards Manager URLs:" box:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

4. Click on OK button

5.
Tools ---> Boards: ----> Boards Manager... and enter esp32
The Board and the associated Libraries and Drivers will be installed.
You will see the following message on the Boards Manager window:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.