Skip to content

LN882H Bluetooth Low Energy

The ln882h_ble component enables the Bluetooth Low Energy controller of the LN882H (LibreTiny ln882x platform) — the platform analog of ESP32 BLE. It owns the BLE stack bring-up and the controller’s persistent BLE address; higher-level consumers (such as the LN882H BLE tracker) build on it and load it automatically.

# Example configuration entry
ln882h_ble:
enable_on_boot: false
  • enable_on_boot (Optional, boolean): Bring the BLE stack up during boot. Defaults to false: on the single-core LN882H, stack init during boot competes with the WiFi connection handshake, so consumers enable the stack lazily on first use instead.
  • id (Optional, ID): Manually specify the ID used to reference this component.

NOTE

BLE adapter address. The address is loaded from the device’s persistent storage; when none is stored it is derived once as WiFi MAC + 1 (only the last byte incremented, OUI unchanged — the standard factory pairing) and persisted.