03-05-2024 08:26 PM
Hello.
I am currently using C file below with mingw32-make in COINES to run the corrected accelerometer, but it shows the calibration status to be 0.
I read on the "BSX sensor fusion for smart sensor system" that I need to calibrate it, but I do not know how to perform the listed procedure on the C file.
Additionally, my project requires the IMU to be put inside of a box, meaning the sensor should automatically calibrate itself. Is there any way to implement this in C?
Solved! Go to Solution.
03-06-2024 09:07 AM - edited 03-07-2024 07:04 AM
Hi Newguy,
You can refer to the software code in the attachment and enable Acc and gyro for calibration. The calibration status can be obtained through the callback function. Usually, the sensor calibration is completed only when the calibration status reaches 3.
Calibration is not automatically completed by the sensor and needs to meet the following conditions:
Accel: 6 axes calibration
Gyro: keep sensor stable
The built-in BSX algorithm of BHI360 runs in the background, only requiring the device to meet the above calibration conditions. Please refer to this video for detailed calibration method: https://www.youtube.com/watch?v=Bw0WuAyGsnY
After the calibration status of Accel and Gyro reaches 3, use the algorithm output from BSX (such as quaternions).