2022-05-03 06:01 AM
Hi..
My name is Anil and i am facing an issue with mems motion_GC library ie.,regarding MotionGC_Update function (&data_in, &data_out, &bias_update); for this function i am providing data.in and trying to get the calibrated data.out but not getting and the bias update is always showing 0 even for steady state and data.out values are also 0. everytime what might be the reason for this?? thanks in advance.
with regards,
ANIL.
Solved! Go to Solution.
2022-06-01 05:26 AM
I think you should just compare the steps done in GyroscopeCalibration in terms of initializations, settings and data manipulations with the steps you do in your code and make sure you didn't forget anything important. Of course you cannot use our code as it is, it doesn't fit to your environment.