09-02-2020 09:00 AM
Hello, I would like to convert the rhall value output by the BMM150 to a temperature. How to do this?
Solved! Go to Solution.
09-02-2020 08:38 PM
rhall will be used by API (in following link) to convert the register data into physical data with temperature compensation.
It also use some trimming register inside BMM150.
https://github.com/BoschSensortec/BMM150-Sensor-API/blob/master/bmm150.c
But you can't directly convert rhall to temperature value.