BMI08x_SensorAPI icon indicating copy to clipboard operation
BMI08x_SensorAPI copied to clipboard

Sensor API for controlling the BMI08x range of IMUs from Bosch Sensortec. To report issues, go to https://community.bosch-sensortec.com/t5/Bosch-Sensortec-Community/ct-p/bst_community

Results 7 BMI08x_SensorAPI issues
Sort by recently updated
recently updated
newest added

Updated the int8_t range parameter to float, just like the mm library has.

On BMI088 the `bmi08a_get_synchronized_data` method does not reset `ACC_STATUS` register. In order to reset the `drdy_acc` flag, any accelerometer data register has to be read. Here, we replace `BMI08_REG_ACCEL_GP_0` with...

According to data sheet the BW mask is only bit `[6:4]` not `[7:4]`.

https://community.bosch-sensortec.com/t5/MEMS-sensors-forum/BMI088-accelerometer-noise-too-high/td-p/57674

This adds C code highlighting and proper code block formatting to the example code in the README.md. It makes it a lot nicer and easier to read.

Function `bmi08a_get_meas_conf()` reads > /*! > * @brief This API reads the accel config value i.e. odr, band width and range from the sensor, > * store it in the...