cancel
Showing results for 
Search instead for 
Did you mean: 

help about word signification with LSM6DSO32

SBaro.11
Associate III

Hi all,

I'am working with a LSM6DSO32, and I try to implement AHRS algorithm to fuse gyro and accel data. In source code I have this line

FusionVector3 gyroscopeSensitivity = {
     1.0f,
     1.0f,
     1.0f,
}; // replace these values with actual sensitivity in degrees per second per lsb as specified in gyroscope datasheet

So if I've understood well, for my LSM6DSO32 configure at 500dps, I have a sensitivity at 17.50 mdps/LSB, so mdps is milli degrees per second that's right ? So in my struct I have to replace 1.0f by 0.0175f am I right?

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
TBomb.1
Senior II

Hi, right, it should be the 3 axis sensitivity. If you are working at FS=500dps, the calculation is the one you have reported.

Tom

View solution in original post

1 REPLY 1
TBomb.1
Senior II

Hi, right, it should be the 3 axis sensitivity. If you are working at FS=500dps, the calculation is the one you have reported.

Tom