CircuitPython library for use with the Adafruit Bluefruit Connect apps.
Project description
Introduction
This module helps you to communicate with the Adafruit Bluefruit Connect app or use its protocols.
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-bluefruitconnect
To install system-wide (this may be required in some cases):
sudo pip3 install adafruit-circuitpython-bluefruitconnect
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-bluefruitconnect
Usage Example
Normally this library is used with the Adafruit_CircuitPython_BluefruitConnect library (adafruit_bluefruit_connect). The included examples use that library. Below is a simple standalone example.
from adafruit_bluefruit_connect.color_packet import ColorPacket
from adafruit_bluefruit_connect.gyro_packet import GyroPacket
# [uart setup omitted]
color_packet = ColorPacket((70,75,80))
gyro_packet = GyroPacket.from_bytes(packet_buf)
uart.write(gyro_packet.to_bytes())
Contributing
Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.
Documentation
For information on building library documentation, please check out this guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file adafruit-circuitpython-bluefruitconnect-1.1.2.tar.gz
.
File metadata
- Download URL: adafruit-circuitpython-bluefruitconnect-1.1.2.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0879fb4ba923cc290d50fdb8484f82629b13753c43536eccd68cfdad0ca9844 |
|
MD5 | a4761e2b7279a749bf0f796579d53afc |
|
BLAKE2b-256 | e02ae328971fd8c8fe6a43658df6ef978cf34eb0720ee08353ef136a8d9171de |