bolderflight / bmi088-arduino

Arduino library for communicating with the Bosch BMI088 6 axis IMU
MIT License
40 stars 25 forks source link

Compatibility with BMI160, BMI055, BMI085 #1

Closed mpkuse closed 3 years ago

mpkuse commented 5 years ago

Hi, First of all thanks for sharing this library.

Do you know if this library will also work with other similar sensors from Bosch like BMI160, BMI055, BMI085 ?

I am planning to buy one of the shuttle boards. Also do you know the exact difference, I looked at the datasheet but couldn't comprehend the difference.

flybrianfly commented 3 years ago

Do you know if this library will also work with other similar sensors from Bosch like BMI160, BMI055, BMI085 ?

Likely not without at least a modification to the device ID check for the accel and gyro. Hard to say about the rest of the library without digging in to the data sheets.

Also do you know the exact difference, I looked at the datasheet but couldn't comprehend the difference.

The main differentiation in Bosch's product line is by application. I think their IMU Overview webpage includes a good description of how they see their different products.