adafruit / Adafruit_CircuitPython_BNO055

CircuitPython driver for BNO055 absolute orientation sensor
MIT License
85 stars 51 forks source link

Euler angles give a random -0.065 value #111

Open Francis-Simera opened 1 year ago

Francis-Simera commented 1 year ago

I have two imu's connected to the same i2c bus. One of them gives a random -0.065 for the pitch reading when the other is connected but works perfectly fine once the other is removed. Lowering the clock speed to 5kHz seems to decrease how often I get the random values when both are connected.