Issue with MKR WiFI 1010 Flashing Orange LED - Board not functioning

Afternoon All,

I'm having some bother with my new Arduino MKR WiFi 1010 board. The problem I'm having is that occasionally (about 1 in every 5 attempts) when I try to upload a sketch, it seems to go into some sort of 'bootloader' mode. What I mean by this is that the BUILTIN Orange LED flashes by fading in and out (Not the CHRG LED). The computer can recognise the board as it makes the Windows device insertion tone when plugged in. When this happens to the board, it can not run any sketches and I cannot upload anything onto the board- rendering it useless. There is nothing attached to the Arduino, just the USB Cable.

Under normal operation, the board will connect to my computer under a low numbered port such as com4, and be fully working. However, when it is in this 'stuck flashing' mode, it will connect to the IDE under a high numbered port such as com21. Device Manager shows that it can detect the bootloader (see screenshot).

I have tried:

  • Removing the foam packaging from the bottom of the board
  • Pressing the reset button
  • Quickly double-tapping the reset button
  • Using a different USB Cable
  • Using a different USB protocol (2.0, 3.0)
  • Using a power only USB (no data connection)
  • Holding the reset button down when connecting to PC
  • Using a different computer
  • Using both the Web IDE and the Local one
  • Updating the firmware for the board once I have been able to get it out of this 'stuck flashing' mode previously.
  • Installing all the neccacary drivers and libraries to use this Arduino.
    And all of that has made no difference. I can't for the life of me get this board working again, but I have been able to do it in the past by trying for hours- I'm not sure how I was able to fix it. As I mentioned above, this problem occurs when I click the sketch upload button in the Web or Local IDE. Thank you for your help in advance, this problem is driving me nuts! :o

EDIT:

Just attempted the loop back test and I don't think it worked as the CHRG LED just kept flashing and there was no Windows device insertion tone.

device_manager.png

Have the same problem. Unit was working fine for 2 months (connected to BME280 sensor). Stopped responding a few days ago. I tried a normal restart which had worked before when unit froze. This time, orange charge light flashes rapidly and board does not respond. Sketch upload appears at first to work ("verify successful, CPU reset") but upload then errors out saying it can't find the board on the selected com port. I'm trying various things, but it may be toast. Any insights would be appreciated.

Hi,

My Arduino mkr1010 Wifi gets sometimes stuck sometimes while loading the firmware. But i just disconnect usb, and connect it, I press again the "upload" button and it works. In my case I am not using windodws but ubuntu.

To write the new sw in the microcontroller, it must enter in bootloader mode, from there, the flash is erased and writen, and at this point your computer detects bootloader. Once reset is done the device enters normal mode and the computer should detect the right com port..

Once I had a similiar problem with another microcontroller and Windows, and windows was to blame at that time...

I would try to disconnect your arduino, restart your computer, connect your arduino and open the ide again...

Hi again,

Ironically I started having problems with loading firmware with arduino in the last days (since I posted in this thread.) :-S.

Last week my USB cable (which I also used for my mobile) suffered an accident, and I had to buy another one.
Since then my arduino has problems when loading software and gets stuck really often and my IDE (installed in Ubuntu) does not recognise de arduino port most of the time...I did not remarked till today....
Today I changed my USB cable for another which length is shorter, and now I have not so many problems when uploading code.

With my new usb cable aprox. 110 cm cable --> firmware update gets stuck very often
with another usb cable aprox. 55 cm cable --> firmware loads muuch better

...or maybe the long cable had defect...i do not know, i do not have more usb cables to test

Same problem started yesterday. Very disappointing.

The orange led is a battery charge indicator. My Arduino has the same problem, maybe it's the lack of the connected battery. However, this is not interfering with the normal functioning of the Arduino.

1 Like

I have had the same issue. Could not upload a new sketch. error: Port busy or kept trying to upload.
During compiling I read that via a 1200 baud setting the MKR receives a reset.
I changed the serial monitor to 1200 baud, and it seems to have resetted the MKR1010.
I could thereafter upload my sketches.
Changed thereafter my settings back to 9600 baud