Skip to content

Commit dc54fe5

Browse files
committed
create article
1 parent a1c2c80 commit dc54fe5

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
title: "Update Modulino firmware"
3+
id:
4+
---
5+
6+
Learn how to update the firmware of a [Modulino node](https://store-usa.arduino.cc/products/plug-and-make-kit?srsltid=AfmBOopomr-DZVLRzl_VhXSSemiNa75qfABCHjqhvLQs7vz9_2PLgQN9#:~:text=technology%20%E2%80%93%20and%20yours.-,What%20are%20Modulino%C2%AE%3F,-Modulino%C2%AE%20are%20sensors).
7+
8+
Updating the firmware may be necessary to resolve issues with Modulino nodes.
9+
10+
In this article:
11+
12+
- [Update Modulino firmware in Arduino IDE 2](#update-modulino-firmware-in-arduino-ide-2)
13+
- [Update Modulino firmware in Arduino Cloud Editor](#update-modulino-firmware-in-arduino-cloud-editor)
14+
15+
---
16+
17+
<a id="ide"></a>
18+
19+
## Update Modulino firmware in Arduino IDE 2
20+
21+
1. Connect the Modulino to your Arduino UNO R4 WiFi.
22+
23+
2. Connect the board to your computer and open Arduino IDE 2.
24+
25+
3. [Go to the Library Manager and install the "Modulino" library](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE).
26+
27+
4. In the top menu bar, open **File > Examples > Modulino > Utililities > FirmwareUpdater**.
28+
29+
5. Click ![Upload button](img/symbol_upload2.png) **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
30+
31+
6. The firmware update is complete when the sketch is successfully uploaded to the board.
32+
33+
7. You can now test the Modulino by uploading an example from **File > Examples > Modulino**.
34+
35+
---
36+
37+
<a id="iot"></a>
38+
39+
## Update Modulino firmware in Arduino Cloud Editor
40+
41+
1. Connect the Modulino to your Arduino UNO R4 WiFi.
42+
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**.
48+
49+
5. Copy the "FirmwareUpdater" example to a new sketch.
50+
51+
!["Examples" tab in Cloud Editor showing Modulino examples, with 'FirmwareUpdater' selected and 'Copy in your sketches' highlighted](img/modulino_firmwareUpdater.png)
52+
53+
6. Click ![Upload button](img/symbol_upload_cloud.png) **Upload** to upload the sketch to your Arduino UNO R4 WiFi.
54+
55+
7. The firmware update is complete when the sketch is successfully uploaded to the board.
56+
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).
44.8 KB
Loading
802 Bytes
Loading

0 commit comments

Comments
 (0)