Shop OBEX P1 Docs P2 Docs Learn Events
BNO086 9-axis sensor in RVC mode — Parallax Forums

BNO086 9-axis sensor in RVC mode

RaymanRayman Posts: 15,367
edited 2025-06-29 15:23 in PASM2/Spin2 (P2)

Been toying with this 9DOF sensor from Sparkfun with BNO086.
Was initially looking at I2C interface, but this was looking a bit daunting.

Then, read about this RVC mode (robot vacuum cleaner).
This is dirt simple, it just outputs the data I need at 115200 baud at rate of 100 Hz.

All needed to do was solder bridge the "PS0" solder jumper on the back of the board.
Even better, the data comes out on the same wire as the I2C SCL, so can still use the QWIIC cable to connect with.

The robot want to use this for isn't a vacuum cleaner, but I guess it's a very similar thing, so should be perfect.

This code reads the serial packets and shows the data in Prop Tool's debug window.

Comments

Sign In or Register to comment.