espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.45k stars 7.25k forks source link

OTA OVER BLE MESH (IDFGH-12080) #13140

Open shreenidhi-ayla opened 7 months ago

shreenidhi-ayla commented 7 months ago

Is your feature request related to a problem?

Hello there Espressif team!

We currently working with the ESP32-S3 in a BLE MESH app. I'm mostly using the Vendor model to transmit the values that I need, and it works as expected.

I would like to add an OTA feature. I would like to know which model can be used to for this?

Thanks a lot in advance.

Describe the solution you'd like.

No response

Describe alternatives you've considered.

No response

Additional context.

No response

XionHsieh commented 7 months ago

You can refer to here:

https://github.com/espressif/esp-iot-solution/tree/master/examples/bluetooth/ble_ota

shreenidhi-ayla commented 7 months ago

Thanks you @XionHsieh

shreenidhi-ayla commented 6 months ago

@xiewenxiang will this OTA example work on BLE_mesh? what are things i need to take care if i have to integrate it into vendor model example of BLE mesh