Skip to main content
TimeTravelingTurtle
Visitor II
February 9, 2023
Question

BlueST protocol for Compass data

  • February 9, 2023
  • 0 replies
  • 556 views

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

0693W00000YAMzxQAH.pngThis is exactly the same as table 20, which is a different feature.

I would expect something like

  • 2 bytes timestamp
  • 2 bytes angle (degrees * 100)

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?

This topic has been closed for replies.