-
-
Notifications
You must be signed in to change notification settings - Fork 13
Update Modulino firmware [HC-1593] #422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dc54fe5
create article
Renat0Ribeir0 8e5daec
update instructions
Renat0Ribeir0 3df8d4f
Update content/Hardware Support/UNO/Update-Modulino-firmware.md
Renat0Ribeir0 c935f52
Update content/Hardware Support/UNO/Update-Modulino-firmware.md
Renat0Ribeir0 4c1e6ea
apply changes after revision
Renat0Ribeir0 62859bf
update TOC
Renat0Ribeir0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 2](#update-modulino-firmware-in-arduino-ide-2) | ||
- [Update Modulino firmware in Arduino Cloud Editor](#update-modulino-firmware-in-arduino-cloud-editor) | ||
|
||
--- | ||
|
||
<a id="ide"></a> | ||
|
||
## Update Modulino firmware in Arduino IDE 2 | ||
|
||
1. Connect the Modulino to your Arduino UNO R4 WiFi. | ||
|
||
2. Connect the board to your computer and open Arduino IDE 2. | ||
|
||
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** 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. | ||
Renat0Ribeir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
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. | ||
|
||
 | ||
|
||
6. Click  **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. | ||
|
||
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.