Adafruit_BNO08x icon indicating copy to clipboard operation
Adafruit_BNO08x copied to clipboard

Arduino library for BNO08x

Results 12 Adafruit_BNO08x issues
Sort by recently updated
recently updated
newest added

- Arduino board: Teensy 4.1 - Arduino IDE version: Arduino Extension in VS Code Version 0.6.0 using Arduino CLI 0.31.0 Hi, i am using the BNO085 connected via UART. I...

Hello! Is there currently any plans do implement the Tare function for the BNO085 chips to the library? Is there currently a way to do this and I'm just not...

Greeting, I want to read the raw data of the `accelerometer` , `gyroscope` and `magnetometer` to check the current consumption. ```cpp // Basic demo for readings from Adafruit BNO08x #include...

- Arduino board: Arduino Pro Mini 5v, ATmega 328P - Arduino IDE version: 2.2.1 - List the steps to reproduce the problem below: My problem is that I am trying...

Hello everybody, I connected adafruit bno085 sensor to my ESP32-S3 devkit. Uploading with arduino ide works without any problem. But when i am trying to upload the same program with...

Check the length field of the header for invalid packet. In the original implementation, the I2C read function check the length field of the initial 4-byte header. The same check...

Hi, I have raised a question on the Adafruit forum and the support reply suggested I raise the issue here, even though I don't really think it's a library issue....

Attempting to create more than one `Adafruit_BNO08x` fails, because `i2c_dev` is a `static` global, and gets discarded and re-created on the second call to the `Adafruit_BNO08x` constructor. I believe the...

There is a println at [line 114 here](https://github.com/adafruit/Adafruit_BNO08x/blob/0301e6d5d838609b5f30afafdd9e56dfb1a02d47/src/Adafruit_BNO08x.cpp#L114), which seems to have been left by mistake (since all other Serial.println are commented out). I've modified the library locally to remove...

Is there any way to set configuration for reports? Particularly the Shake Detector?