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:
Supported Modulino nodes
Warning
Do not use the FirmwareUpdater sketch with an unsupported Modulino node.
The FirmwareUpdater sketch can be used with the following Modulino nodes:
- Modulino Buttons
- Modulino Buzzer
- Modulino Joystick
- Modulino Knob
- Modulino Latch Relay
- Modulino Pixels
- Modulino Vibro
The firmware for the following Modulino nodes cannot be updated:
- Modulino Distance
- Modulino Light
- Modulino Movement
- Modulino Thermo
If you experience issues with your Modulino node after running the FirmwareUpdater sketch, please contact us.
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
PASis 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
PASis displayed on the LED matrix. -
You can now test the Modulino by importing a Modulino Template.