Skip to content

Commit 2e0c1e7

Browse files
authored
README: Add list of boards supporting OTA
1 parent d771bd7 commit 2e0c1e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,14 @@ ArduinoIoTCloudTCP::handle_SubscribeMqttTopics could not subscribe to /a/t/xxxxx
8080
```
8181
In this case either the device has not been associated with the thing within the Arduino IoT Cloud GUI configuration or there's a typo in the thing id.
8282

83+
#### OTA
84+
OTA is supported by the following boards:
85+
[`MKR WiFi 1010`](https://store.arduino.cc/arduino-mkr-wifi-1010), [`Nano 33 IoT`](https://store.arduino.cc/arduino-nano-33-iot), [`Portenta H7`](https://store.arduino.cc/portenta-h7), [`Nano RP2040 Connect`](https://store.arduino.cc/products/arduino-nano-rp2040-connect), [`Nicla Vision`](https://store.arduino.cc/products/nicla-vision)
86+
8387
#### ESP Boards
8488
Support for ESP boards is obtained through third-party core with some differences and limitations compared to Arduino boards.
8589

8690
- **Authentication scheme**: Board authentication is done through `DEVICE_LOGIN_NAME` and `DEVICE_KEY`, both values are included in the `thingProperties.h` file.
8791
- **RTC**: RTC support is not included thus each `ArduinoCould.update()` call will lead to an NTP request introducing delay in your `loop()` function. The scheduler widget will not work correctly if connection is lost after configuration.
8892
- **Watchdog**: Watchdog support is not included.
93+
- **OTA**: OTA support is not included

0 commit comments

Comments
 (0)