I'm unable to find anything in the documentation for what this accuracy represents. I've read the other open issue on accuracy, but it is more referring to the raw accel/gyro/mag accuracy, which should be 0-3. The 0-3 is fine and I understand that 3 means it's most accurate.
Here, though, @PaulZC says that the accuracy from the Quat9 example (data.Quat9.Data.Accuracy) is the compass accuracy, but what is the interpretation of this number? The number is uint16_t and for me floats around 300 or so.
Hello!
I'm unable to find anything in the documentation for what this accuracy represents. I've read the other open issue on accuracy, but it is more referring to the raw accel/gyro/mag accuracy, which should be 0-3. The 0-3 is fine and I understand that 3 means it's most accurate.
Here, though, @PaulZC says that the accuracy from the Quat9 example (
data.Quat9.Data.Accuracy
) is the compass accuracy, but what is the interpretation of this number? The number isuint16_t
and for me floats around 300 or so.Thanks.