Hello there Espressif team!
I have an ESP32 project in ESP-IDF where I need to do OTA using BLE.
So far the examples I have found are for the Arduino framework, but not for ESP-IDF.
Is this supported by default or I'm not looking in the correct place?
Thank a lot in advance
OTA over BLE
-
- Posts: 168
- Joined: Sun May 22, 2022 2:42 pm
Re: OTA over BLE
I guess most customers will want to upgrade the firmware via WiFi, so that might be the reason for a missing example.
It's definitely possible though. In my (proprietary) firmware I have implemented OTA over BLE. Since I didn't want to deal with the fragmentation introduced by GATT, I used the L2CAP layer with a connection-oriented channel and a custom binary protocol.
It's definitely possible though. In my (proprietary) firmware I have implemented OTA over BLE. Since I didn't want to deal with the fragmentation introduced by GATT, I used the L2CAP layer with a connection-oriented channel and a custom binary protocol.
Re: OTA over BLE
Thanks for the reply!
At least I know I can start working on a custom firmware to do it
At least I know I can start working on a custom firmware to do it
-
- Posts: 24
- Joined: Wed Jul 06, 2022 8:36 am
Re: OTA over BLE
Hello @gomez9656,
The ESP BLE OTA component maintained by Espressif is registered in the ESP Component Registry.
Please checkout https://components.espressif.com/compon ... if/ble_ota.
Thank you!
The ESP BLE OTA component maintained by Espressif is registered in the ESP Component Registry.
Please checkout https://components.espressif.com/compon ... if/ble_ota.
Thank you!
Who is online
Users browsing this forum: Bing [Bot] and 112 guests