10-10-2019 11:35 AM
Please help me in setting up BMI08X for Arduino.My Questions are.
Thank you in Advance.
10-11-2019 10:12 AM
We do not have Arduino library for BMI08X IMU. But you can use our API on github: https://github.com/BoschSensortec
10-16-2019 07:45 AM
Hi Habib,
In addition, the sensor API is a C library that can be used on most platforms to communicate with the sensor. To adopt to the Arduino environment, you will have to implement the callbacks for sensor read/write and delay. This Gist should give a fair idea on how to implement these callbacks for Arduino. If you need further assistance, please feel free to post here.
04-08-2020 03:14 AM
Hello.
I have a question regarding internal 24-bit counter (BMI088 shutle board). First two bytes (0 - 15) work as expected but third byte acts strange: it goes from 0 to 255 when second counter reaches 128 and when second counter overflows third counter goes to 0. This is the library I'm using: https://github.com/bolderflight/BMI088
Library looks fine and I experience the same problem on all 6 sensors I have. Any ideas what might be wrong?