espressif/ble_ota

0.1.15

Latest
uploaded 3 weeks ago
Espressif defined BLE OTA profile

readme (zh)

# ESP BLE OTA 组件说明

``esp ble ota`` 是基于自定义 ``BLE Services`` 进行数据收发的固件升级组件,待升级固件会被主机分包之后依次传输,从机接收到数据之后进行包序列以及 CRC 校验并回复 ACK。

## 从机示例代码

[ESP BLE OTA](https://github.com/espressif/esp-iot-solution/tree/master/examples/bluetooth/ble_ota)

> ![TIP]
>
> 使用 NimBLE 时,可能需要增大 `CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE`。

readme_zh (zh)

# ESP BLE OTA 组件说明

``esp ble ota`` 是基于自定义 ``BLE Services`` 进行数据收发的固件升级组件,待升级固件会被主机分包之后依次传输,从机接收到数据之后进行包序列以及 CRC 校验并回复 ACK。

## 从机示例代码

[ESP BLE OTA](https://github.com/espressif/esp-iot-solution/tree/master/examples/bluetooth/ble_ota)

> ![TIP]
>
> 使用 NimBLE 时,可能需要增大 `CONFIG_BT_NIMBLE_HOST_TASK_STACK_SIZE`。

Links

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/ble_ota^0.1.15"

or download archive

Stats

  • Archive size
    Archive size ~ 63.60 KB
  • Downloaded in total
    Downloaded in total 4.0k times
  • Downloaded this version
    This version: 189 times

Badge

espressif/ble_ota version: 0.1.15
|