Closed GiovanniCmpaner closed 3 years ago
I would collect accelerometer and magnetometer data and use an offline tool, such as Octave, to estimate the bias and scale factors. Accelerometer and magnetometer calibration likely only needs to be performed once. For the gyro, I would collect a few seconds of data and compute the mean (i.e. the sensor bias). Gyro data is highly temperature dependent and likely does need to be performed each time the sensor is used.
Our issue with including calibration in the lib is:
Calibration functions are no longer included as part of this library.
Originally posted by @flybrianfly in https://github.com/bolderflight/mpu9250-arduino/issues/78#issuecomment-778863376
So what are the alternatives for calibration?