I want to use the AR/VR stabilization of the game rotation vector on my BNO080, because the normal game rotation vector is drifting a lot and the normal rotation vector is not suitable for my application. I am using an Arduino (Mega) and your BNO080 Library.
A possible solution is described in the Datasheet: 2.2.3 AR/VR Stabilized Game Rotation vector
They say, that I need to send an FRS (Flash Record System – see Figure 1-31) record.
In you Library I only see how to read FRS records but not how to write (send) them.
Am I doing something wrong, or is there no function to send an FRS record implemented. If there is no function implemented, can somebody help me to do that?