Skip to main content

Introduction

Documentation Status Discord Build Status Code Style: Ruff

A simple helper library for using the UART-RVC mode of the BNO08x IMUs

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Installing from PyPI

On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:

pip3 install adafruit-circuitpython-bno08x-rvc

To install system-wide (this may be required in some cases):

sudo pip3 install adafruit-circuitpython-bno08x-rvc

To install in a virtual environment in your current project:

mkdir project-name && cd project-name
python3 -m venv .venv
source .venv/bin/activate
pip3 install adafruit-circuitpython-bno08x-rvc

Usage Example

import time
import board
import busio
from adafruit_bno08x_rvc import BNO08x_RVC

uart = busio.UART(board.TX, board.RX, baudrate=115200, receiver_buffer_size=2048)
rvc = BNO08x_RVC(uart)
while True:
    roll, pitch, yaw, x_accel, y_accel, z_accel = rvc.heading
    print("Roll: %2.2f Pitch: %2.2f Yaw: %2.2f Degrees" % (roll, pitch, yaw))
    print("Acceleration X: %2.2f Y: %2.2f Z: %2.2f m/s^2" % (x_accel, y_accel, z_accel))
    print("")
    time.sleep(0.1)

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

Release files for adafruit-circuitpython-bno08x-rvc 1.0.24

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for adafruit-circuitpython-bno08x-rvc 1.0.24
File Size Uploaded
adafruit_circuitpython_bno08x_rvc-1.0.24.tar.gz 23.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for adafruit-circuitpython-bno08x-rvc 1.0.24
File Interpreter ABI Platform
adafruit_circuitpython_bno08x_rvc-1.0.24-py3-none-any.whl Python 3 none any Details

Total release size: 28.5 kB

Release files / adafruit_circuitpython_bno08x_rvc-1.0.24.tar.gz

Download URL adafruit_circuitpython_bno08x_rvc-1.0.24.tar.gz
Size 23.2 kB
Tags Source
SHA-256 checksum
How to use checksums
f9bde0f7647052297f96db0c8d94c22862cee330b35dec79e255acf479e96809
BLAKE2b-256 checksum
How to use checksums
30b5a9faae2bfc2c91bffeb8acef10567fa1877707f2e9ccce0ac4ee4f6f4223
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release files / adafruit_circuitpython_bno08x_rvc-1.0.24-py3-none-any.whl

Download URL adafruit_circuitpython_bno08x_rvc-1.0.24-py3-none-any.whl
Size 5.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
8c06d7b7478777ff4b8d3b0ec075003d01d2573278fdc29800c427b20ced6dc1
BLAKE2b-256 checksum
How to use checksums
6308d80849bf93607a9a1e8c0b1326b2ed610d16060ddb797c61ad54a5760303
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.11.15

Release history Release notifications | RSS feed

This release

1.0.24 This release

2 release files

1.0.23

2 release files

1.0.22

2 release files

1.0.21

2 release files

1.0.20

2 release files

1.0.19

2 release files

1.0.15

2 release files

1.0.14

2 release files

1.0.13

2 release files

1.0.12

2 release files

1.0.10

1 release file

1.0.9

1 release file

1.0.8

1 release file

1.0.7

1 release file

1.0.6

1 release file

1.0.5

1 release file

1.0.4

1 release file

1.0.3

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page