Skip to content

creotiv/MiBand2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiBand2

Library to work with Xiaomi MiBand 2 (Support python2/python3) 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

Interesting stuff

More interesing stuff about Software Developing

Run

  1. Install dependencies
pip install -r requirements.txt
  1. Turn on your Bluetooth
  2. Unpair you MiBand2 from current mobile apps
  3. Find out you MiBand2 MAC address
sudo hcitool lescan
  1. Run this to auth device
python example.py --mac MAC_ADDRESS --init
  1. Run this to call demo functions
python example.py --standard --mac MAC_ADDRESS
python example.py --help
  1. If you having problems(BLE can glitch sometimes) try this and repeat from 4)
sudo hciconfig hci0 reset

Also there is cool JS library that made Volodymyr Shymansky https://github.com/vshymanskyy/miband-js

Donate

If you like what im doing, you can send me some money for pepsi(i dont drink alcohol). https://patreon.com/mlworld

CC0
To the extent possible under law, Andrey Nikishaev has waived all copyright and related or neighboring rights to Library to work with Xiaomi MiBand 2 .

About

Library to work with Xiaomi MiBand 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages