USB Not recognized with MKR 1010

When I connect the MKR 1010 to the computer, the MKR flashes orange and green, then just flashes green, which means it's working, but it still can't be recognized. The message that comes from Windows is that the USB cannot be recognized. Also, when I try to upload the code, I get a message saying no hardware found. I updated the Arduino IDE, changed the USB, changed the computer, but all of this did not work. MKR was working previously.

Try out these steps::

  1. Do complete Uninstall Arduino IDE and then re-install the Arduino IDE (use Arduino IDE 2.3.0). Make sure that you install all the dependencies that shows up after the installation. If your machine is running Windows 11, check How to Fix Arduino Problem on Windows 11 and grant the IDE admin right.

  2. Install your board's Package Core, it contains the board's driver.

  3. Use a good quality data USB cable to connect the board to the computer without anything connected or wired to the board. Charging/bad USB cable will make it impossible for your computer to detect your board.

  4. Make sure you select the board and the port it is connected to before uploading a sketch.

  5. If #1-4 above fails to solve it, double tap the reset button fast and check the status of the onboard "L" LED. If the onboard LED fade in and out slowly (pulsating), upload an example sketch (Blink LED) from the IDE to the board. This will Reset your board

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