Skip to content

Commit 54f6867

Browse files
authored
Merge pull request #1327 from arduino/jacobhylen/mkr1000-firmware-update
[MKC-1141]Move MKR1000 tutorial and change title
2 parents 8d5c07d + 54bbfe0 commit 54f6867

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed

content/tutorials/generic/firmware-updater/assets/certificates_upload_101.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/certificates_upload_101.png

File renamed without changes.

content/tutorials/generic/firmware-updater/assets/certificates_uploaded_101.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/certificates_uploaded_101.png

File renamed without changes.

content/tutorials/generic/firmware-updater/assets/firmware_updater_sketch_101.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/firmware_updater_sketch_101.png

File renamed without changes.

content/tutorials/generic/firmware-updater/assets/firmware_updater_tool_101.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/firmware_updater_tool_101.png

File renamed without changes.

content/tutorials/generic/firmware-updater/assets/firmware_uploaded_101.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/firmware_uploaded_101.png

File renamed without changes.

content/tutorials/generic/firmware-updater/assets/wifi101_wifinina_firmware_updater.png renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/assets/wifi101_wifinina_firmware_updater.png

File renamed without changes.

content/tutorials/generic/firmware-updater/firmware-updater.md renamed to content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/firmware-updater/firmware-updater.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Firmware Updater'
2+
title: 'Update MKR 1000 WiFi Firmware'
33
description: 'Update the firmware or loading certificates on your MKR1000 WiFi board or WiFi Shield 101'
44
difficulty: beginner
55
tags:
@@ -9,10 +9,8 @@ hardware:
99
- hardware/01.mkr/01.boards/mkr-1000-wifi
1010
software:
1111
- ide-v1
12-
- ide-v2
1312
- web-editor
1413
author: "Arduino"
15-
contributeURL: content/tutorials/generic
1614
---
1715

1816

@@ -27,7 +25,7 @@ This tutorial will guide you in the process of updating the firmware or loading
2725
- [MKR1000 WiFi](/hardware/mkr-1000-wifi) or WiFi Shield 101 connected to an Arduino board
2826
- Arduino IDE ([online](https://create.arduino.cc/) or [offline](https://www.arduino.cc/en/main/software)).
2927

30-
28+
***Note: As of Arduino IDE 2.2.0, the procedure covered in this article no longer works as described for this version. However, you can still use Arduino IDE 1.x.***
3129

3230
## Circuit
3331

@@ -51,13 +49,13 @@ Upload the sketch and keep the board (either the one with the shield plugged in,
5149

5250
If not is not on the list, please check that it is properly configured in the **Tools** menu.
5351

54-
To update the firmware you should choose the right typer of board. You can find your model looking at the WiFi module: the first line in the sticker or the last line of the silk print on the right side of the PCB shows the microcontroller model. It can be either MR210PA or MR510PB and the last letter shows yor model accordingly.
52+
To update the firmware you should choose the right type of board. You can find your model looking at the WiFi module: the first line in the sticker or the last line of the silk print on the right side of the PCB shows the microcontroller model. It can be either MR210PA or MR510PB and the last letter shows yor model accordingly.
5553

5654

5755

5856
Choose in the dropdown list the model corresponding to your unit and proceed clicking on the **Update Firmware button**. A bar at the bottom will show you the progress of the procedure that includes erasing, writing and verifying of the firmware. At the end you get a clear notice of the successful operation.
5957

60-
![Success!](assets/firmware_uploaded_101.png)
58+
![Firmware Updates Successfully!](assets/firmware_uploaded_101.png)
6159

6260
## Certificate Uploading
6361

@@ -71,7 +69,7 @@ The procedure starts connecting your board (either the one with the shield plugg
7169

7270
There you find on the left an empty list and on the right the buttons to add or remove the URL from which you want to download the root certificates. The URL should be exactly the one to which you need to connect. Add all the websites' URLs needed and then proceed with the uploading process. Please remember that you erase all the existing certificates when you load a new set. Press the ''Upload Certificates to WiFi module" and wait for the confirmation message.
7371

74-
![Success!](assets/certificates_uploaded_101.png)
72+
![Certificates Uploaded Successfully!](assets/certificates_uploaded_101.png)
7573

7674
## Programming the Board
7775
When you load the sketch on the board, it prepares the communication between the plug-in and the WiFi chip. It opens up the communication through the serial port to the WiFi module hosted on the board. It is necessary to perform all the procedures managed by the Firmware Upgrader Plugin. Everything will be managed by the plug-in, but it is important to upload this sketch first.

0 commit comments

Comments
 (0)