Learn how to update the firmware of a Modulino node.
Updating the firmware may be necessary to resolve issues with Modulino nodes.
In this article:
Update Modulino firmware in Arduino IDE
-
Connect the Modulino to your Arduino UNO R4 WiFi.
-
Connect the board to your computer and open Arduino IDE.
-
Go to the Library Manager and install the Modulino and ArduinoGraphics libraries.
-
In the top menu bar, open File > Examples > Modulino > Utilities > FirmwareUpdater.
-
Click Upload to upload the sketch to your Arduino UNO R4 WiFi.
-
The firmware update is complete when the sketch is successfully uploaded to the board and the text
PAS
is displayed on the LED matrix. -
You can now test the Modulino by uploading an example from File > Examples > Modulino.
Update Modulino firmware in Arduino Cloud Editor
-
Connect the Modulino to your Arduino UNO R4 WiFi.
-
Connect the board to your computer.
-
Open the FirmwareUpdater example:
- Click here to open it directly
- Alternatively, open the Cloud Editor, go to Examples > From Libraries, search for “Modulino,” and open Modulino > Utilities > FirmwareUpdater.
-
Click Upload to upload the sketch to your Arduino UNO R4 WiFi.
-
The firmware update is complete when the sketch is successfully uploaded to the board and the text
PAS
is displayed on the LED matrix. -
You can now test the Modulino by importing a Modulino Template.