diff --git a/content/Hardware Support/UNO/Update-Modulino-firmware.md b/content/Hardware Support/UNO/Update-Modulino-firmware.md new file mode 100644 index 00000000..789a8c00 --- /dev/null +++ b/content/Hardware Support/UNO/Update-Modulino-firmware.md @@ -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) + +--- + + + +## 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**. + +--- + + + +## 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). diff --git a/content/Hardware Support/UNO/img/modulino_firmwareUpdater.png b/content/Hardware Support/UNO/img/modulino_firmwareUpdater.png new file mode 100644 index 00000000..0656cc16 Binary files /dev/null and b/content/Hardware Support/UNO/img/modulino_firmwareUpdater.png differ diff --git a/content/Hardware Support/UNO/img/symbol_upload_cloud.png b/content/Hardware Support/UNO/img/symbol_upload_cloud.png new file mode 100644 index 00000000..2bfc2605 Binary files /dev/null and b/content/Hardware Support/UNO/img/symbol_upload_cloud.png differ