bmi088-arduino icon indicating copy to clipboard operation
bmi088-arduino copied to clipboard

Arduino library for communicating with the Bosch BMI088 6 axis IMU

Results 5 bmi088-arduino issues
Sort by recently updated
recently updated
newest added

I'm using this library for IMU testing, and I want to read both the accelerometer data and gyroscope data as raw data. This library only provides the converted data. Is...

I am not sure if I am just missing something, or if there is just no documentation for the error codes. I am using the BMI088 on a model rocket...

Thank you for you great library. I needed to access accel/gyro raw values so I added function getSensorRawValues() is Bmi088Accel, Bmi088Gyro and Bmi088 classes. Thought this might be useful to...

Due to definition of OPEN_DRAIN at https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/esp32-hal-gpio.h#L50, this library cannot be compiled on an esp32.

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is...