-
-
Notifications
You must be signed in to change notification settings - Fork 19
BLE
Michael Arthur edited this page May 13, 2024
·
3 revisions
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.
All pages in this wiki are licensed under the Apache License 2.0