Skip to content

Commit 687ef25

Browse files
Merge pull request #450 from arduino/update-firmware-modulino
Modulino firmware follow-up [HC-1618]
2 parents cdd6b36 + ec7860a commit 687ef25

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Update Modulino firmware
2+
title: "Update the firmware of a Modulino node"
33
id: 16205756022172
44
---
55

@@ -14,17 +14,15 @@ In this article:
1414

1515
---
1616

17-
<a id="ide"></a>
18-
19-
## Update Modulino firmware in Arduino IDE
17+
## Update Modulino firmware in Arduino IDE {#ide}
2018

2119
1. Connect the Modulino to your Arduino UNO R4 WiFi.
2220

2321
2. Connect the board to your computer and open Arduino IDE.
2422

2523
3. [Go to the Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) and install the [Modulino](https://docs.arduino.cc/libraries/modulino/) and [ArduinoGraphics](https://docs.arduino.cc/libraries/arduinographics/) libraries.
2624

27-
4. In the top menu bar, open **File > Examples > Modulino > Utililities > FirmwareUpdater**.
25+
4. In the top menu bar, open **File > Examples > Modulino > Utilities > FirmwareUpdater**.
2826

2927
5. Click ![Upload button](img/symbol_upload2.png) **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
3028

@@ -34,24 +32,19 @@ In this article:
3432

3533
---
3634

37-
<a id="iot"></a>
38-
39-
## Update Modulino firmware in Arduino Cloud Editor
35+
## Update Modulino firmware in Arduino Cloud Editor {#iot}
4036

4137
1. Connect the Modulino to your Arduino UNO R4 WiFi.
4238

43-
2. Connect the board to your computer and [open the Cloud Editor](https://support.arduino.cc/hc/en-us/articles/13809101080732-Open-the-Cloud-Editor).
44-
45-
3. Go to the **Examples** tab on the left-side panel, and select **From Libraries**.
46-
47-
4. Search for "Modulino" and open **Modulino > Utililities > FirmwareUpdater**.
39+
2. Connect the board to your computer.
4840

49-
5. Copy the "FirmwareUpdater" example to a new sketch.
41+
3. Open the FirmwareUpdater example:
5042

51-
!["Examples" tab in Cloud Editor showing Modulino examples, with 'FirmwareUpdater' selected and 'Copy in your sketches' highlighted](img/modulino_firmwareUpdater.png)
43+
* Click [here to open it directly](https://app.arduino.cc/sketches/examples?nav=Examples&eid=modulino_0_4_2%2Fexamples%2FUtilities%2FFirmwareUpdater&slid=modulino_0_4_2){.link-external}
44+
* Alternatively, open the Cloud Editor, go to **Examples > From Libraries**, search for "Modulino," and open **Modulino > Utilities > FirmwareUpdater**.
5245

53-
6. Click ![Upload button](img/symbol_upload_cloud.png) **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
46+
4. Click ![Upload button](img/symbol_upload_cloud.png) **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
5447

55-
7. The firmware update is complete when the sketch is successfully uploaded to the board and the text `PAS` is displayed on the LED matrix.
48+
5. The firmware update is complete when the sketch is successfully uploaded to the board and the text `PAS` is displayed on the LED matrix.
5649

57-
8. You can now test the Modulino by [importing a Modulino Template](https://support.arduino.cc/hc/en-us/articles/14826942993308-Import-an-Arduino-Cloud-Template).
50+
6. You can now test the Modulino by [importing a Modulino Template](https://support.arduino.cc/hc/en-us/articles/14826942993308-Import-an-Arduino-Cloud-Template).

0 commit comments

Comments
 (0)