angadgill92 / MiBand2

Library to work with Xiaomi MiBand 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiBand2

Library to work with Xiaomi MiBand 2 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

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_ADDRESS init
  1. Run this to call demo functions
python example.py MAC_ADDRESS
  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://www.paypal.me/creotiv

About

Library to work with Xiaomi MiBand 2


Languages

Language:Python 100.0%