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

UART bardrate wrong in examples #46

Closed
PaddyCube opened this issue Oct 25, 2023 · 3 comments
Closed

UART bardrate wrong in examples #46

PaddyCube opened this issue Oct 25, 2023 · 3 comments

Comments

@PaddyCube
Copy link

According to your documentation here
https://learn.adafruit.com/adafruit-9-dof-orientation-imu-fusion-breakout-bno085/python-circuitpython

the baud rate should be set to 115200

from adafruit_bno08x.uart import BNO08X_UART

import serial
uart = serial.Serial("/dev/serial0", 115200)

bno = BNO08X_UART(uart)

but this doesn't work. After digging some time, I found that you use a baud rate of 3,000,000 i the examples of the circuit python library.

So I would ask you to change your valuable and clear instructions to the correct value

@jason-jaia
Copy link

We found this as well.

@Tekunalogy
Copy link
Contributor

fixed in #48

@FoamyGuy
Copy link
Contributor

resolved by #48

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

4 participants