Skip to content

Commit 162d9cb

Browse files
committed
OTA notes
1 parent 06ce9c4 commit 162d9cb

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

content/arduino-cloud/03.tutorials/alexa-mkr-rgb-shield/alexa-mkr-rgb-shield.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,15 @@ Upload the code in the snippet above to your MKR WiFi 1010 board. When it has su
196196

197197
We can now move on to the next step: **setting up Alexa.**
198198

199+
### Over the Air Uploads
200+
201+
Did you know that the Arduino IoT Cloud supports over the air uploads? When you've uploaded a sketch to your board once, it will become available for you to upload a new sketch to the board without connecting it to your computer!
202+
203+
***Over the Air uploads requires an Entry plan to the Arduino IoT Cloud***
204+
205+
To use this feature, make sure the board has power. If your project is already sitting somewhere in your house, as long as it's powered on, you should be able to upload to it. navigate to the Things sketch tab in the Arduino IoT Cloud interface, and you should see it being discovered just as if it was connected via USB.
206+
207+
199208
## Step 2: Setting up Alexa
200209

201210
We will now need the Amazon Alexa app which can be downloaded from the [Apple App Store](https://apps.apple.com/us/app/amazon-alexa/id944011620) or the [Google Play Store](https://play.google.com/store/apps/details?id=com.amazon.dee.app&hl=en). Once installed, login with your existing account or create a new one.

content/arduino-cloud/03.tutorials/cloud-environmental-data/cloud-environmental-data.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ The most important thing is that the two following commands are printed:
185185
Connected to "Network"
186186
Connect to the Arduino IoT Cloud
187187
```
188+
### Over the Air Uploads
189+
190+
Did you know that the Arduino IoT Cloud supports over the air uploads? When you've uploaded a sketch to your board once, it will become available for you to upload a new sketch to the board without connecting it to your computer!
191+
192+
***Over the Air uploads requires an Entry plan to the Arduino IoT Cloud***
193+
194+
To use this feature, make sure the board has power. If your project is already sitting somewhere in your house, as long as it's powered on, you should be able to upload to it. navigate to the Things sketch tab in the Arduino IoT Cloud interface, and you should see it being discovered just as if it was connected via USB.
188195

189196
## Building a dashboard
190197

content/arduino-cloud/03.tutorials/cloud-relay-control/cloud-relay-control.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,15 @@ Now that we have created the variables, we can configure the **network details**
109109

110110
>**Note:** You can't enter any network details until you have added a variable.
111111
112+
113+
### Over the Air Uploads
114+
115+
Did you know that the Arduino IoT Cloud supports over the air uploads? When you've uploaded a sketch to your board once, it will become available for you to upload a new sketch to the board without connecting it to your computer!
116+
117+
***Over the Air uploads requires an Entry plan to the Arduino IoT Cloud***
118+
119+
To use this feature, make sure the board has power. If your project is already sitting somewhere in your house, as long as it's powered on, you should be able to upload to it. navigate to the Things sketch tab in the Arduino IoT Cloud interface, and you should see it being discovered just as if it was connected via USB.
120+
112121
### Creating the program
113122

114123
Once we are finished with all the configurations, we can move on to creating the sketch that we are going to upload to our MKR WiFi 1010. To do so, we first need to go to the **"Sketch"** tab.

content/arduino-cloud/03.tutorials/modbus-energy-meter/modbus-energy-meter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,14 @@ double readEnergy() {
404404
return kwh;
405405
}
406406
```
407+
### Over the Air Uploads
408+
409+
Did you know that the Arduino IoT Cloud supports over the air uploads? When you've uploaded a sketch to your board once, it will become available for you to upload a new sketch to the board without connecting it to your computer!
410+
411+
***Over the Air uploads requires an Entry plan to the Arduino IoT Cloud***
412+
413+
To use this feature, make sure the board has power. If your project is already sitting somewhere in your house, as long as it's powered on, you should be able to upload to it. navigate to the Things sketch tab in the Arduino IoT Cloud interface, and you should see it being discovered just as if it was connected via USB.
414+
407415

408416
### Creating a Dashboard in the Arduino Cloud IoT
409417

0 commit comments

Comments
 (0)