Skip to content

Commit 5c62a00

Browse files
authored
Merge pull request #800 from arduino/karlsoderby/ota-esp32
[MKC-807] OTA ESP32 Docs
2 parents 9e52959 + 871176f commit 5c62a00

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,15 @@ Below you will find a list of features that are available in the Arduino IoT Clo
109109

110110
### Uploading over-the-air (OTA)
111111

112-
This feature allows for uploading sketches wirelessly to Arduino boards, without the need to connect the board physically. This feature is supported for the following **compatible Arduino boards**:
113-
114-
![Over The Air compatible boards](./images/ota_compatible_boards.png)
112+
This feature allows for uploading sketches wirelessly to Arduino boards, without the need to connect the board physically. This feature is supported for the following boards:
115113

116114
- [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
117115
- [Arduino NANO 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
118116
- [Arduino Nano RP2040 Connect](https://store.arduino.cc/products/arduino-nano-rp2040-connect-with-headers)
119117
- [Portenta H7](https://store.arduino.cc/products/portenta-h7)
118+
- Cloud compatible ESP32 boards.
119+
120+
***ESP32 boards are supported as of January 2023.***
120121

121122
![Connecting the device with the OTA option](./images/device_OtA.png)
122123

content/arduino-cloud/01.getting-started/05.esp-32-cloud/esp-32-cloud.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ software:
2020

2121
In this tutorial, we will go through the steps necessary to set up an **ESP32 / ESP8266 development board** with the Arduino Cloud IoT. To test it out, we will send random values from the board to the cloud, and set up a switch that can enable the built-in LED on the board.
2222

23-
>**Please note:** the support for ESP32 microcontroller is currently in an experimental stage. For reporting issues, please refer to Arduino Forum.
24-
25-
- [Report Arduino Cloud IoT ESP32 issues on the Forum.](https://forum.arduino.cc/c/software/iot-cloud/152)
23+
***Over-the-air (OTA) uploads is now supported on ESP32 boards. You can read more about this feature in the [OTA uploads article](/arduino-cloud/features/ota-getting-started).***
2624

2725
## Goals
2826

0 commit comments

Comments
 (0)