Overview
This release of PyBLEz, a Python library for creating BLE peripherals using BlueZ and D-Bus, includes new features and improvements.
Features
BLE Peripheral Setup:
- Easily create a BLE peripheral.
- Power on the Bluetooth adapter and start advertising.
- Support for specifying the advertisement duration.
Service and Characteristic Management:
- Define custom BLE services and characteristics.
- Support for read, write, and notify operations on characteristics.
New Features
Notification and Duration Support:
- Read, Write, Notify: PyBLEz now fully supports "read", "write", and "notify" operations on characteristics.
- Advertisement Duration: Added support for setting the advertisement duration.
Installation
Install PyBLEz via pip [v0.2.3](https://pypi.org/project/PyBLEz/0.2.3/):
bash
pip install PyBLEz