Open
Description
I saw many reviewers saying the BNO086 with this library would often report spurious values at irregular intervals. https://www.sparkfun.com/products/22857#reviews
Is this because the library does not correctly parse zero-length data packets, which the bno086 provides when it doesn't have new data?
From the datasheet
The BNO08X uses CEVA’s SHTP (Sensor Hub Transport Protocol) protocol to communicate. The BNO08X
application does not support the repeated start method for typical I2C register based interfaces. More details are
available in [2]. If the BNO085 is polled and it has no data to send it will stretch the clock until it has data to send.
If the BNO086 is polled and it has no data to send, it will send zero data packets. Host should read the length field
and ignore zero length packets.
Metadata
Metadata
Assignees
Labels
No labels