jefmenegazzo / mpu-i2c-drivers-python

I2C Drivers for MPU-9250, MPU-9255, MPU-9150, MPU-6500, MPU-6555, and MPU-6050
https://jefmenegazzo.github.io/mpu-i2c-drivers-python/
Other
72 stars 23 forks source link

Temperature Compensation for the AK8963? #10

Open bjajoh opened 3 years ago

bjajoh commented 3 years ago

Hi,

this is more like a potential feature I might want to add and discuss it with you.

I experienced ground braking issues with the the magnetometer in chaning temperatur conditions and a quick research + looking at my data shows me that there a temperatur compensation might actually be needed.

Does anyone of you have experience with it or can give me any recommendation how to implement it? I assume it is a linear scale factor?

Thanks for your help!