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
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?
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
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: