From 15322c7cd2c4a132e85de168c8ea015ded5281f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20S=C3=B6derby?= <35461661+karlsoderby@users.noreply.github.com> Date: Tue, 24 Jan 2023 11:25:25 +0100 Subject: [PATCH] Update OTA section for ESP32 --- .../iot-cloud-tech-ref.md | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md b/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md index d298122629..b16f3b2aeb 100644 --- a/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md +++ b/content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md @@ -107,7 +107,7 @@ A shortcut to add a device is also provided in **"Things" page** as explained in Below you will find a list of features that are available in the Arduino IoT Cloud. -### Uploading over-the-air (OTA) +### Uploading Over-The-Air (OTA) 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: @@ -115,9 +115,22 @@ This feature allows for uploading sketches wirelessly to Arduino boards, without - [Arduino NANO 33 IoT](https://store.arduino.cc/arduino-nano-33-iot) - [Arduino Nano RP2040 Connect](https://store.arduino.cc/products/arduino-nano-rp2040-connect-with-headers) - [Portenta H7](https://store.arduino.cc/products/portenta-h7) -- Cloud compatible ESP32 boards. - -***ESP32 boards are supported as of January 2023.*** +- Cloud compatible ESP32 boards (see list below). + +#### Verified ESP32 Boards Supporting OTA + +The following ESP32 boards have been tested and verified to support OTA: + +- ESP32-S2-DevKitC +- NODEMCU-32-S2 +- WEMOS LOLIN D32 +- ESP32-S3-DevKitC +- WEMOS LOLIN D32 +- ESP32-CAM +- NodeMCU-32S +- Freenove ESP32 WROVER +- ESP32-DevKitC32E +- DOIT ESP32 DevKit v1 ![Connecting the device with the OTA option](./images/device_OtA.png)