bleak

Package — Robotics/IoTPython 3.7+Advanced

Bluetooth Low Energy (BLE) client for asyncio

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
async-timeout, typing-extensions (platform BLE stack required)
Install
pip install bleak

Learn by Difficulty

Quick Example

python
# Install: pip install bleak
import bleak

# Basic bleak usage
print(f"Using bleak")
# See documentation for detailed examples

bleak is a third-party package. Bluetooth Low Energy (BLE) client for asyncio. Install with: pip install bleak

Try in Playground

Tags

packageroboticsiothardwareembedded