Skip to content

Intermittent zeros issue fixed? #21

Open
@Nate711

Description

@Nate711

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions