Skip to content

Changing UNIT_SEL register don't change output data units effectively #75

Description

@JoaoVictor0508

During my tests using the BNO055, I noticed that when I change the register to select the output data units (UNIT_SEL - 0x3B), the data published in the topics remains with same units (i.e., when I change the bit4 of the register the temperature published should change from Celsius to Fahrenheit, but it stays publishing in the same unit).

if not (self.con.transmit(registers.BNO055_UNIT_SEL_ADDR, 1, bytes([0x83]))):

I was changing the register in this part of the code, am I changing it on the wrong place?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions