LSM6DSR Gyro sensor angular rate sensitvity and calculation?
Dear all,
- How to get the Angular rate sensitvity from Full-Scale range of LSM6DSR? what is the formula to get 4.375 mdps/LSB from FS = +/- 125?
- My understanding is signed 16-bit max positive value = 32767, FS = +125 dps, then one dps / LSB = 125 / 32767 = 3.8 mdps / LSB, why the datasheet is 4.375 mdps/LSB?
- If we get the raw data from register, the actual angular velocity is raw_data x angular rate sensitvity? AngularRate[0] = (int32_t)((float)((float)data_raw.i16bit[0] * sensitivity));
Thanks.

