LiquidCGS / FastIMU

the IMU library to rule them all (wip)
MIT License
122 stars 15 forks source link

Does this work with BMX160? #2

Closed SujithChristopher closed 1 year ago

SujithChristopher commented 1 year ago

Does this library work with BMX160? and give our calibrated Quaternion output?

Because the sensor is not mentioned in the comments.

Thanks.

LiquidCGS commented 1 year ago

You might get that sensor to work as a BMI160, however if you do that you won't be able to use the magnetometer on it.

SujithChristopher commented 1 year ago

Okay, thank you for the reply,

any plans on supporting, the full sensor in the future?

SujithChristopher commented 1 year ago

Secondly, in the comments its mentioned.

Move IMU in figure 8 pattern until done!

Do you have any links/documentation what does this figure 8 pattern mean?

This will be helpful, thanks again.

LiquidCGS commented 1 year ago

I'll add support for it if I can get my hands on one of them. During calibration the sketch will ask you to move the IMU in a figure 8 pattern to calibrate the magnetometer, it quite literally means, to pick up the IMU and move it in the air, drawing an "8" with it while rotating it to calculate the average magnetometer soft iron corrections.

SujithChristopher commented 1 year ago

Thanks