Skip to content

Commit 8c35c95

Browse files
authored
Merge pull request #1230 from arduino/jacobhylen/ota-highlights-cloud
[MKC-1023]Highlight OTA feature in various IoT Cloud articles
2 parents c28c9b1 + 99719bc commit 8c35c95

File tree

5 files changed

+45
-0
lines changed

5 files changed

+45
-0
lines changed

content/arduino-cloud/01.getting-started/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ After we have successfully uploaded the code, we can open the **“Serial Monito
186186

187187
***The cloud editor is a mirrored "minimal" version of the Web Editor. Any changes you make will also be reflected in the Web Editor, which is more suitable for developing more advanced sketches.***
188188

189+
#### Over the Air Uploads
190+
191+
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!
192+
193+
***Over the Air uploads require an Entry plan to the Arduino IoT Cloud***
194+
195+
To use this feature, make sure the board has power. If your board is already connected to the IoT Cloud, you will be able to upload to it over the air. 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.
196+
189197
### 8. Creating a Dashboard
190198

191199
Now that we have configured the device & network, created variables, completed the sketch and successfully uploaded the code, we can move on to the fun part: **creating dashboards!**

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 require an Entry plan to the Arduino IoT Cloud***
204+
205+
To use this feature, make sure the board has power. If your board is already connected to the IoT Cloud, you will be able to upload to it over the air. 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 require an Entry plan to the Arduino IoT Cloud***
193+
194+
To use this feature, make sure the board has power. If your board is already connected to the IoT Cloud, you will be able to upload to it over the air. 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,17 @@ 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 require an Entry plan to the Arduino IoT Cloud***
118+
119+
120+
To use this feature, make sure the board has power. If your board is already connected to the IoT Cloud, you will be able to upload to it over the air. 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.
121+
122+
112123
### Creating the program
113124

114125
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,16 @@ 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 require an Entry plan to the Arduino IoT Cloud***
412+
413+
414+
To use this feature, make sure the board has power. If your board is already connected to the IoT Cloud, you will be able to upload to it over the air. 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.
415+
416+
407417

408418
### Creating a Dashboard in the Arduino Cloud IoT
409419

0 commit comments

Comments
 (0)