Skip to content
Michael Arthur edited this page May 13, 2024 · 3 revisions

BLE

Direct communication between the app and the Luba is possible using BLE (Bluetooth Low Energy).

The ble comms use a custom protocol on top of ble which has been reverse engineered. 99% of messages are protobuf and can be decoded as such.

BleMessage class handles decoding of these messages and sending them.

Clone this wiki locally