Search code examples
arduino-mkr1000

My computer is not recognizing my Arduino anymore


For some reason my Arduino is not recognized by my computer anymore. It happened while I was programming using Platform.io within Visual Studio Code, earlier today it was still possible for me to upload sketches to my computer. Unfortunately, it's not the case anymore.

I've tried many solutions, unfortunately they didn't work. These are the solutions i've tried:

  1. Use Arduino IDE, instead of Platform IO to upload my Sketch;
  2. Reinstall Arduino IDE and try to upload again;
  3. Reinstall All Arduino software;
  4. Restart my Computer without the Arduino Attached;
  5. Reset my Arduino using the Reset button on the Arduino;
  6. Using a different USB-cable;
  7. Try the same solutions on a different Computer;
  8. Update my port drivers in the Device Manager;
  9. Deleted and reinstalled my port drivers in the Device Manager;
  10. Manually add hardware in the Device Manager

So I've tried a lot of solutions, without any positive outcome. There is definitely something wrong with my Arduino or else it would have worked on a different computer.

Perhaps somebody recognizes this problem and will have a solution for this problem.

I am using the Arduino MKR1000.


Solution

  • Solution: https://forum.arduino.cc/index.php?topic=673665.0

    The loopback test only works for boards that use a dedicated USB to serial adapter chip. Your MKR1000 has native USB capabilities, and thus does not use a dedicated USB to serial adapter chip. This means the loopback test will always fail on the native USB boards like your MKR1000.

    If you press and release the reset button on the MKR1000 twice quickly, does the "L" LED start pulsing? After doing that, do you see a port for the MKR1000 in the Arduino IDE's Tools > Port menu?