Unable to update WINC1501 firmware

I tried letting the Arduino IOT CLOUD interface do the update. It finds the board OK but when it tries to prepare it, it looks like the board just disappears "We could no longer find the device...".

I tried doing the firmware upgrade from Arduino IDE using Tools/WiFi101/WifiNINA firmware updater but when I select "Open Updater sketch" nothing happens.

Also, I don't see a "Check Firmware Version" example sketch for this board anywhere in Arduino 1.8.13 or 1.8.15 and teh Examples for MKR1000 on Examples menu does not seem to include any WiFi examples.

Am I missing something?

The MKR1000 uses WiFi101 instead of a WiFiNina used on 1010, you need to make sure that you have the WiFi101 library on your IDE, in case you don't you can download it from the library manager.

WiFi101: WiFi101 - Arduino Reference

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