Hello, I am using BSX Lite library on BMF055. There are three different functions returning accuracy values related to orientation/magnetometer. - bsx_get_magcalibaccuracy - bsx_get_orient_datastatus - bsx_get_magcalibprofile (returns a structure with 'accuracy' member) There are many instances where each of these accuracy values don't match. All three with three different values. In one of the instances - - value from bsx_get_orient_datastatus is 3 - value from bsx_get_magcalibprofile is 0 - value from bsx_get_magcalibaccuracy is 2 My understanding is that all these values should match. They are called around the same time. Can you please clarify? Thanks.
... View more