https://github.com/aptpod/bluez_python_gatt_client_sample
https://github.com/aptpod/bluez_python_gatt_client_sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aptpod/bluez_python_gatt_client_sample
- Owner: aptpod
- Created: 2021-12-15T05:44:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-15T05:49:12.000Z (over 4 years ago)
- Last Synced: 2025-01-12T08:41:55.798Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BLE Clinet with BlueZ
## What is this?
- BLE Gatt client Application based on bluez
### Support Profiles
- Cycling Speed and Cadence Profile
- Heart Rate Profile
## requirements
- bluez 5.58
- python 3.5.5
- dbus-python
## How to run
```sh
./ble_client.py
```
## more information
T.B.D