02-05-2024 09:53 AM
Hi
after running self calibration and get data in the struct bmi3_gyr_dp_gain_offset.
Solved! Go to Solution.
02-07-2024 03:53 AM
Hi avihoo,
After you do gyroscope calibration, you can get gyroscope offset value from data path register by calling sensor API bmi3_get_gyro_dp_off_dgain() and save it to Flash or EEPROM.
When your device starts up again, you can read these offset values from Flash and set them to BMI323 by calling bmi323_set_gyro_dp_off_dgain(). The data output from the gyroscope will be subtracted from these offset values without the need for calibration again.
02-07-2024 10:38 AM
thanks for the quick responese
BR
avihoo