arduino-esp32 通过 BLE 做 OTA

arduino-esp32 do OTA via BLE

任何人都知道如何通过 BLE 进行 arduino-esp32 OTA。我想用平板电脑更新 ESP32。平板下载固件并传输到ESP32,ESP32将其保存到分区并重启。

经过一番研究,这就是我要找的东西。

https://github.com/espressif/arduino-esp32/tree/master/libraries/Update/examples

我们可以使用"SD_Update"例子来做BLE OTA。平板电脑将bin文件传输到ESP32,并以bin文件的形式保存到SPIFFS中。数据传输后。关注SD_Update开始OTA