Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JoaoVictor0508 opened this issue Jun 20, 2024 · 1 comment

Comments

@JoaoVictor0508
Copy link

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?

Copy link

Thank you for creating your first issue on this repo! Give me some time to review and respond to your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant