You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't correspond to 1000/32767 * 1000 , which yields ~30.5.
Why is this so?
Is it a bug or some kind of special conversion factor I'm not aware of?
The values provided in the Code seem to match the examples from the application note though.
e.g. for 250dps like in the application note example, it would result in a range up to 286dps for that scale (which obviously doesn't make much sense from an outside viewpoint).
The text was updated successfully, but these errors were encountered:
The values used to convert the gyroscope readings from int16 to float have inexplicable values.
When calculating the conversion values myself, I get the correct values for the accelerometer, but not so for the gyroscope.
For example:
Corresponds nicely to 16/32767 * 1000.
But:
Doesn't correspond to 1000/32767 * 1000 , which yields ~30.5.
Why is this so?
Is it a bug or some kind of special conversion factor I'm not aware of?
The values provided in the Code seem to match the examples from the application note though.
e.g. for 250dps like in the application note example, it would result in a range up to 286dps for that scale (which obviously doesn't make much sense from an outside viewpoint).
The text was updated successfully, but these errors were encountered: