Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ The following boards are based on the [NINA-W10 series](https://content.arduino.
- [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect)
- [MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
- [Nano 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
- [MKR Vidor 4000](https://store.arduino.cc/arduino-mkr-vidor-4000)
- [MKR Vidor 4000](https://store.arduino.cc/arduino-mkr-vidor-4000) /*

The following boards are based on the [ATWINC1500](https://www.microchip.com/en-us/product/ATWINC1500) module.

- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi)
- [MKR 1000 WiFi](https://store.arduino.cc/arduino-mkr1000-wifi) /*
- [WiFi Shield 101](https://docs.arduino.cc/retired/shields/arduino-wifi-shield-101)

/* As of [Arduino IDE 2.2.0](https://github.com/arduino/arduino-ide/releases/tag/2.2.0), these boards are no longer supported. Update is still supported via the legacy IDE. See [this tutorial](/tutorials/mkr-1000-wifi/firmware-updater) for more information.


## When to Update Firmware

In most cases, manually updating your board's firmware is not necessary, as it is shipped to work 'out of the box'. But there are some cases where updating it might be useful, for example to correct hardware bugs or to be compatible with a specific setup.
Expand All @@ -57,7 +60,7 @@ To update the Firmware, follow the below steps:

**1.** Connect your board to your computer.

**2.** Open the Arduino IDE 2, and navigate to **Tools > WiFi101 / WiFiNINA Firmware Updater**.
**2.** Open the Arduino IDE 2, and navigate to **Tools > Firmware Updater**.

![Selecting the Firmware Updater Tool.](assets/fw-cert-img01.png)

Expand Down