2023-02-09 05:53 AM
I'm trying to implement a BLE characteristic for compass data following the BlueST protocol, but I think I found an error in the documentation.
UM2496: User manual - Getting started with the BlueST protocol and SDK
This is exactly the same as table 20, which is a different feature.
I would expect something like
Secondary question:
Can I add trailing bytes to the array, without breaking the format?
For example, can I add a byte with calibration status, which would just be ignored by the ST BLE Sensor app?