Python library to work with Lenovo HW01
Project description
Lenovo HW01
Library to work with Lenovo HW01. To be used in place of Android Lenovo Healthy app.
Dependencies
Traffic analysis
In order to analyse communication between official Android app Lenovo Healthy and Lenovo HW01 device, additional app NordicSemiconductor/Android-nRF-Connect is used to perform traffic logging.
It allows us to write an API library to interact with the watch without using the official Android app.
Debugging
Scan for Bluetooth devices:
$> sudo hcitool lescan
LE Scan ...
XX:XX:XX:XX:XX:XX HW01
Connect to Bluetooth device:
sudo gatttool --device=XX:XX:XX:XX:XX:XX -I -t random
[XX:XX:XX:XX:XX:XX][LE]> connect
Attempting to connect to XX:XX:XX:XX:XX:XX
Connection successful
List device characteristics:
[XX:XX:XX:XX:XX:XX][LE]> primary
attr handle: 0x0001, end grp handle: 0x0007 uuid: 00001800-0000-1000-8000-00805f9b34fb
attr handle: 0x0008, end grp handle: 0x0008 uuid: 00001801-0000-1000-8000-00805f9b34fb
attr handle: 0x0009, end grp handle: 0x000e uuid: 0000190a-0000-1000-8000-00805f9b34fb
attr handle: 0x000f, end grp handle: 0x0014 uuid: 0000190b-0000-1000-8000-00805f9b34fb
attr handle: 0x0015, end grp handle: 0xffff uuid: 0000fee7-0000-1000-8000-00805f9b34fb
Documentation
Test
pip install -r dev-requirements.txt
./setup.py nosetests
References
- creotiv/MiBand2
- My journey towards Reverse Engineering a Smart Band — Bluetooth-LE RE
- Xiaomi Mi Band BLE Protocol reverse-engineering and API
- How I hacked my Xiaomi MiBand 2 fitness tracker — a step-by-step Linux guide
- Get Started with Bluetooth Low Energy on Linux
- NordicSemiconductor/Android-nRF-Connect
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
hw01-1.0.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file hw01-1.0.0.tar.gz
.
File metadata
- Download URL: hw01-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c61b73860ab41ab9335e1f1c42acb4a5b41bb730522a40c7fce38718c508794 |
|
MD5 | 586e568a498f3a97ec76453d19c48d61 |
|
BLAKE2b-256 | 687674d253ff57d92f9396cb805879bda9406982970c752df6e42c0a9430c9a1 |
File details
Details for the file hw01-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: hw01-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 373847ee532fcdca476d4517f46f7ed58792896903e8fca47981ab05512848f7 |
|
MD5 | aa10e75a9b4115b875c6470bc5b18cdf |
|
BLAKE2b-256 | 8d8b712ed321381743d38a6e4fcf973e5953b0a9141809373c953aa1a7007a57 |