Skip to content

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

License

Notifications You must be signed in to change notification settings

snowsquizy/Amazfit_Bip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%