Connecting arduino nano

Hi, I'm new to using Arduino. Just installed IDE 2 and have tried to connect a Nano board to use as a tutorial board to learn. I've also tried to connect an ESP32 WROOM 32 board that I want to use when I've started to understand how these things work.

However, the IDE software can only see one COM line (COM06) and I figured that it was a COM line that IDE set up for communicating with boards. When I try to connect and upload the simple blink example, the upload fails as IDE can't connect to any boards on the given COM channel.

Any tip to what I can do to get around this issue? I don't expect any trouble once the IDE can upload things to the board.

I moved your topic to an appropriate forum category @otigiga.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Hi @otigiga.

Please perform this experiment to verify that port is really your Arduino board:

  1. Disconnect the USB cable of the Arduino board from your computer.
  2. Select Tools > Port from the Arduino IDE menus.
  3. Take note of the ports, if any, listed in the menu.
  4. Close the Tools menu.
    :exclamation: The ports list is only updated when the Tools menu is re-opened, so this step is essential.
  5. Connect the Arduino board to your computer with a USB cable.
  6. Select Tools > Port from the Arduino IDE menus. - If a new port is listed in the menu, that is the port of your Arduino board.

Select that port from the menu and try uploading again.

If the upload still fails, or if no new port appeared after you plugged the Arduino board into your computer, add a reply here to let us know and we'll investigate the problem further.

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