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 unsupported Modulino nodes.
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
- Modulino LED Matrix
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 board.
-
Connect the board to your computer and open Arduino IDE.
-
Ensure that the Modulino and ArduinoGraphics libraries are installed in the Library Manager.
-
In the top menu bar, open File > Examples > Modulino > Utilities > FirmwareUpdater.
-
Click
Upload to upload the sketch to your Arduino board.
-
The firmware update is complete when the sketch is successfully uploaded to the board. If your board has an LED matrix, the text
PASwill be displayed. -
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 board.
-
Connect the board to your computer.
-
Open the FirmwareUpdater example. Go to Examples > From Libraries, search for “Modulino,” and open Modulino > Utilities > FirmwareUpdater.
-
Click
Upload to upload the sketch to your Arduino board.
-
The firmware update is complete when the sketch is successfully uploaded to the board. If your board has an LED matrix, the text
PASwill be displayed. -
You can now test the Modulino by importing a Modulino Template.