snowsquizy / Amazfit_Bip

GUI to utilise library to interact with Xiaomi MiBand 2/3 and Amazfit Bip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazfit Bip

Library to work with Amazfit Bip Read the Article here

Contributors & Info Sources

  1. Base lib provided by Leo Soares
  2. Additional debug & fixes was made by my friend Volodymyr Shymanskyy
  3. Some info that really helped i got from Freeyourgadget team
  4. Me, added storing download data to an SQLITE3 database and a python3 GTK GUI

Run

  1. Install dependencies
python3 -m pip install -r requirements.txt
  1. Turn on your Bluetooth
  2. Unpair you MiBand2 from current mobile apps
  3. Find out you MiBand2/3 Amazfit Bip MAC address
sudo hcitool lescan
  1. Run this
chmod +x main.py
./main.py
  1. The setup button on the bottom left allows for device mac address input and initialisation
  2. If you having problems(BLE can glitch sometimes) try this and repeat from 4)
sudo hciconfig hci0 reset

About

GUI to utilise library to interact with Xiaomi MiBand 2/3 and Amazfit Bip

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%