Skip to content

Commit

Permalink
Merge pull request #422 from arduino/update-modulino-firmware
Browse files Browse the repository at this point in the history
Update Modulino firmware [HC-1593]
  • Loading branch information
Renat0Ribeir0 authored Oct 3, 2024
2 parents c2e8030 + 62859bf commit bbc2a8f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions content/Hardware Support/UNO/Update-Modulino-firmware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: "Update Modulino firmware"
id:
---

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).

Updating the firmware may be necessary to resolve issues with Modulino nodes.

In this article:

* [Update Modulino firmware in Arduino IDE](#ide)
* [Update Modulino firmware in Arduino Cloud Editor](#iot)

---

<a id="ide"></a>

## Update Modulino firmware in Arduino IDE

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

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

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://www.arduino.cc/reference/en/libraries/modulino/) and [ArduinoGraphics](https://www.arduino.cc/reference/en/libraries/arduinographics/) libraries.

4. In the top menu bar, open **File > Examples > Modulino > Utililities > FirmwareUpdater**.

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

6. The firmware update is complete when the sketch is successfully uploaded to the board and the text `PAS` is displayed on the LED matrix.

7. You can now test the Modulino by uploading an example from **File > Examples > Modulino**.

---

<a id="iot"></a>

## Update Modulino firmware in Arduino Cloud Editor

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

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).

3. Go to the **Examples** tab on the left-side panel, and select **From Libraries**.

4. Search for "Modulino" and open **Modulino > Utililities > FirmwareUpdater**.

5. Copy the "FirmwareUpdater" example to a new sketch.

!["Examples" tab in Cloud Editor showing Modulino examples, with 'FirmwareUpdater' selected and 'Copy in your sketches' highlighted](img/modulino_firmwareUpdater.png)

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

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.

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).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbc2a8f

Please sign in to comment.