We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
We found this as well.
Sorry, something went wrong.
fixed in #48
resolved by #48
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: