Nano being picked up/not working/drivers

I have 2 Nanos, what kind exactly I don't know, when I plug them in I hear the Windows sound confirming that it's being picked up, In the Arduino IDE the port tab is greyed out. In device manger the device shows up like this, I've attempted to update drivers by linking them to the drivers folder IDE because I found that advice online.
image_2021-11-08_152356

(also on one of my Nano's The L led is always on, I don't know if that means anything)

You need to install the driver for the CH340 USB to serial adapter chip used by your Chinese derivative "Nano" boards. You can do that by following these instructions:

  1. Open the page on the Chinese manufacturer of the CH340's website that provides the driver downloads: http://www.wch.cn/downloads/CH341SER_ZIP.html
  2. Click the button with the cloud and downward pointing arrow to download the driver.
  3. Wait for the download to finish.
  4. Unzip the downloaded CH341SER.ZIP file.
  5. Open the Windows Device Manager.
  6. Connect the CH340-based board to your computer with a USB cable.
  7. You should see a new device ("USB2.0-Serial") appear under the "Other devices" section of the device tree. Double click on it.
  8. Click the Update Driver... button.
  9. Click "Browse my computer for drivers".
  10. Click the Browse... button.
  11. Select the unzipped folder of the download from the WCH website.
  12. Click the OK button.
  13. Click the Next button.

The driver should now install successfully. After that, the CH340 -based board should appear in the "Ports (COM & LPT)" section of the Windows Device Manager device tree as "USB-SERIAL CH340 (COMn)" and the board should show up under the Arduino IDE's Tools > Port menu.

1 Like

Thank you so much :).

You are welcome. Enjoy!

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