Arduino MKR Wifi 1010 double reset not fixing uploads

Hi, I have been facing an issue with uploading onto my MKR Wifi 1010 with Arduino IDE 2.3.0, where the board and com port is detected however an error message saying no device found appears when trying to upload.

I have read around the forum and found the double reset method, which changes the COM port from COM6 to COM8 and allows me to upload, however after doing so the board returns to COM6 and the uploading issue comes back as before. Would like any assistance if possible thanks!

upload a working sketch. try Blink first

Issue remains the same regardless of what sketch I upload. I have tried with BareMinimum, Blink and my own sketches. After uploading Blink the code runs, however I cannot upload to the board again without double pressing the reset button.

did you modify something in the SAMD boards package?
try to reinstall it

If you can double tap the reset button and upload a blink sketch, then try:

  1. Do complete Uninstall Arduino IDE and then [re-install the Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360019833020-How-to-install-the-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

Hi, I've deleted every single arduino related file and reinstalled IDE, that seems to have solved the issue. Thanks all for the help :slight_smile:

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