You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Connect the Modulino to your Arduino UNO R4 WiFi.
22
20
23
21
2. Connect the board to your computer and open Arduino IDE.
24
22
25
23
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.
26
24
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**.
28
26
29
27
5. Click **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
30
28
@@ -34,24 +32,19 @@ In this article:
34
32
35
33
---
36
34
37
-
<aid="iot"></a>
38
-
39
-
## Update Modulino firmware in Arduino Cloud Editor
35
+
## Update Modulino firmware in Arduino Cloud Editor {#iot}
40
36
41
37
1. Connect the Modulino to your Arduino UNO R4 WiFi.
42
38
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.
48
40
49
-
5. Copy the "FirmwareUpdater" example to a new sketch.
41
+
3. Open the FirmwareUpdater example:
50
42
51
-

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**.
52
45
53
-
6. Click **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
46
+
4. Click **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
54
47
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.
56
49
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