Stream UART BLE data from a microcontroller
Project description
UART-Bluetooth Low Energy
Stream UART BLE data from a microcontroller
Install
To install the library run: pip install uart-ble
Development
- Install Poetry
make initto create the virtual environment and install dependenciesmake formatto format the code and check for errorsmake testto run the test suitemake cleanto delete the temporary files and directoriespoetry publish --buildto build and publish to https://pypi.org/project/uart-ble
Usage
import asyncio
from uart_ble import stream_uart_ble
if __name__ == "__main__":
asyncio.run(stream_uart_ble(microcontroller_name="CIRCUITPY"))
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
uart_ble-0.1.4.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uart_ble-0.1.4.tar.gz.
File metadata
- Download URL: uart_ble-0.1.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05e3bca3f79852406ac16f8b37c28673f465bc40bb7af055fd8dad8482316de2
|
|
| MD5 |
e1cd442dc215dec9e4c2a5e229946d41
|
|
| BLAKE2b-256 |
d3fe1d34d491305637342d9df9bfc5bb66e4847bae159b6146a2f6c311b32df3
|
File details
Details for the file uart_ble-0.1.4-py3-none-any.whl.
File metadata
- Download URL: uart_ble-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.13.3 Darwin/24.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ba3d0d0291a3f400e25db05a4e68ee18913b96dccc9ad01f9ac91b44d01e748
|
|
| MD5 |
b29e5abf1883db570c673c647080acdd
|
|
| BLAKE2b-256 |
a1bc529080c42b8b4a4bd6c1bafb72065044e5dc1b5e3ce2527313617eac0f86
|