espressif/ble_ota_raw

0.1.0

Latest
uploaded 2 days ago
BLE OTA profile for ble_conn_mgr backend

changelog

# ChangeLog

## [0.1.0] - 2026-03-25

BLE OTA (Bluetooth Low Energy Over-the-Air Update) allows firmware images to be transferred to devices over Bluetooth Low Energy.

It enables wireless firmware upgrade for embedded devices, with command control, sector-based data transfer, and ACK feedback during the OTA process.

BLE OTA GATT Definition

- Service UUID (0x8018)
- Characteristic UUID (RECV_FW) (0x8020)
- Characteristic UUID (PROGRESS_BAR) (0x8021)
- Characteristic UUID (COMMAND) (0x8022)
- Characteristic UUID (CUSTOMER) (0x8023)

The OTA characteristics support Write Without Response and Notify for firmware transport, command/ACK exchange, progress reporting, and optional customer-defined data.

Features:

- BLE-OTA: BLE OTA profile based on `esp_ble_conn_mgr`, with command parser, sector CRC check, and firmware receive callback.

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/ble_ota_raw^0.1.0"

download archive

Stats

  • Archive size
    Archive size ~ 9.95 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/ble_ota_raw version: 0.1.0
|