m9cd0n9ld/IMU-VR-Full-Body-Tracker

BNO055

kennibaz opened this issue · 4 comments

Is it possible to substitute BNO085 with BNO055?

As long as the IMU sensor or AHRS algorithm can provide quaternion in ENU coordinate, any IMU sensor can be used, just need to do some minor modification in the Arduino sketch code. But for best result, it's better to use high quality AHRS output IMU such as BNO085, etc.

I see mpu6050 can output quaternion, shouldn't be a problem.