BMI160-Arduino
BMI160-Arduino copied to clipboard
### Description - Library to support the Bosch BMI160 IMU with the BMM150 magnetometer connected as an auxillary sensor - Community effort with some untested functions, some of which have...
Dear Sir/Madam, I have utilized the code and patched it according to the configuration. However, I am unable to initialize the I2C using "BMI160.begin(BMI160GenClass::I2C_MODE, i2c_addr);". May I check whether there...
Hey, i'm pretty new to the whole arduino world and coming from mechanical engineering, so propably a lot of my coding is not best practice.. I'm currently working on a...
Hi, this might be a stupid question. I am using PlatformIO and when I try to build. I am missing the `eiaextensions.h` In the Arduino Web IDE it builds as...
I don't understand how connect hardware wire and which registr have to read. (i read the datasheet). Thank you.
How to get the acceleration data from BMI160 with arduino nano? could you please provide me the source code!
I want to use an IMU module as the sync signal source for other IMU modules or digital cameras, so I wonder how this can be done using your code...
hi, can you help me to get the degree of the rotation of sensor? i need to use in rotating device by some degree
Hello, I am using your library and i am having issues with the interrupts. I am trying to modify the detection threshold and duration with the function "setMotionDetectionDuration" but i...