01-21-2021 07:26 PM
Hi everyone,
Present i am working with BMI160 IMU, For reading ACC, GYRO and MAG data.
Till now i am able to read ACC and MAG Raw data correctly, But Gyro data is not comming properly.
When i place IMU in rest position ACC data comming like X=0.00 , Y =0.00 , Z= +/-1.000 but gyro data is not stabilized,it is comming like X= -5 , Y = -2 , Z =1
etc without FOC. So i want to implement FOC for avoiding gyro drift.
Can any one sugest me , how implement it in BMI160?
Is it possible to implement FOC in ACC low powert mode?
Is it possible to implement FOC only for gyro readings?
Thank you in advance
amarr
Solved! Go to Solution.
01-21-2021 11:46 PM
Hello Amar,
You can configure FOC for BMI160.
Could you please check below URL?
https://github.com/BoschSensortec/BMI160_driver
There is some example code for FOC.
Thanks,
01-22-2021 06:48 PM
Hi Minhwan,
Thank you for reply,
Can i implement FOC in ACC low power mode ?
Thanks
amarr
01-22-2021 07:55 PM
Hello Amar,
What about running FOC in normal mode, then change to low power mode at the beginning of your application?
That's I think safe way.
Thanks,
01-24-2021 07:57 PM
Hi Minhwan,
Thank you.
amarr