Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.85 KB

arduino-mkrwifi1010-firmware-update.md

File metadata and controls

37 lines (18 loc) · 1.85 KB

Tutorial: Arduino MKRWifi1010 Firmware Update

  1. Download and install the hourly Arduino IDE build.

hourly Arduino IDE build screenshot

  1. Launch the hourly IDE release and use the IDE's library manager (Sketch -> Include Library -> Manage Libraries ...) to install/update the following libraries: WiFiNINA, ArduinoBLE

  2. Plug in the MKR WiFi 1010 board into your PC with a USB cable.

  3. Select MKR WiFi 1010 as the board and it's serial port in the Tools menu of the IDE.

  4. Open the WiFiNINA Firmware Updater example sketch: File -> Examples -> WiFiNINA -> Tools -> FirmwareUpdater

WiFiNINA Firmware Updater path screenshot

  1. Upload the sketch onto your board.

  2. If the Serial Monitor is open, close it.

  3. Launch the "WiFi 101 / NINA Firmware Updater" from the Tools menu of the IDE

Firmware Updater path screenshot

  1. Select the Serial Port for your board. The latest version of firmware for the NINA will be automatically selected.

Firmware Updater screenshot

  1. Click the "Update Firmware" button, and wait for the update to complete.

Firmware Updater success screenshot

  1. Close the Updater.

Source