07-23-2019 03:06 PM
Hello,
How do I convert the output o fht BMM150 into micro-Tesla?
I need this converion in Python, but any written formula is just fine.
THanks, T.
Solved! Go to Solution.
07-23-2019 04:40 PM
Compensation formluas for the BMM150 are today only available as C code in its official sensor API on our GitHub page.
Unfortunately in your case you will need to convert the functions needed in Python, including the read-out of trimming registers, read-out of raw sensor data, and the appropriate compensation formulas (I would assume floating point implementation to be ideal in Python).