Port option not showing up for ESP32 on IoT cloud


image
Not Able to select port for ESP32 DEVKITV1 kindly help also I'm in school so use simple language please :smiley:

Also, It says the device is offline even tho i tried different ports on the laptop
image

image

Take a look at : https://support.arduino.cc/hc/en-us/articles/360019545980-I-have-installed-the-Create-Agent-but-the-board-is-not-recognized-

Hi @Herochief76. Please try this:

  1. If you don't still have Arduino Web Editor open in your browser, open it again.
  2. Select "Open Debug Console" from the Arduino Create Agent context menu shown in your screenshot.

A page where debug output from the Arduino Create Agent is printed will now open in your browser. Do you see the port of your board listed in the output on that page?

I just tried this and no it does not show up
image

@ptillisch

Which operating system are you using (e.g., "Windows")?

I ask because I would like to request you to provide some additional information and I want to give you the appropriate instructions for your operating system.

Windows 10 22H2

@ptillisch

Please try this procedure to troubleshoot the problem:

  1. Open the Windows Device Manager.
  2. Unplug the USB cable of your Arduino board from your computer if it is currently connected.
  3. Plug the USB cable of your Arduino board into your computer.

Do you see any new device appear in the Device Manager tree after doing this? If so, please tell us where it is located in the tree and what it is named.

You can repeat steps 2-3 multiple times if you are not sure.


:exclamation: NOTE: These instructions will not solve the problem. They are only intended to gather more information which might provide a clue that eventually leads to a solution.


As a replug the USB cable of my ESP32 a new device shows up
image
Like this

OK, so there is some problem with this device at an operating system level. You will need to solve that problem before it can be used with any Arduino development software.

If you double click on that "CP2102 USB to UART Bridge Controller" item in the device tree, I think there will be a message that tells you more about the problem (possibly a missing driver).

1 Like
The drivers for this device are not installed. (Code 28)

There are no compatible drivers for this device.


To find a driver for this device, click Update Driver.
1 Like

image
fixed the issue and now iot cloud is working for my esp32 thanks

Excellent work fixing the problem. I'm glad it is working now.

Regards,
Per

now, this is showing up..
image

nvm fixed i just linked it to my 2.4Hz wifi

1 Like

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