ICM-20689 Manual provides formula for converting Temperature Sensor reading to actual temperature in C:
TEMP_degC = ((TEMP_OUT – RoomTemp_Offset)/Temp_Sensitivity) + 25degC
Unfortunately, I cannot find values of RoomTemp_Offset, Temp_Sensitivity, 25degC.
Can anybody point out where they are?
- Log in to post comments
phpbb Topic ID
36681
DS-000143 Page 12: Room Temperature Offset = 0, Sensitivity = 326.8 LSB/°C
Thank you very much.