Xiaomi/Ninebot scooter communication library (internal fork)
 
Go to file
flowswitch 77d076a369 Merge branch 'master' of https://github.com/flowswitch/py9b 2018-10-18 23:10:30 +02:00
py9b BLELink is working now 2018-10-18 23:08:27 +02:00
.gitignore Initial commit 2018-10-15 14:01:15 +02:00
LICENSE Initial commit 2018-10-15 14:01:15 +02:00
README.md Update README.md 2018-10-15 23:26:23 +02:00
read_esc.py BLELink is working now 2018-10-18 23:08:27 +02:00
tcp_test.py imported 2018-10-15 14:10:00 +02:00

README.md

py9b

Ninebot/Xiaomi electric scooter communication library

Requirements

  • Python 2.x.x [www.python.org]
  • PySerial [pip install pyserial] - for direct serial link backend
  • PyGatt [pip install pygatt] - for BLED112 dongle backend
  • nRFUARTBridge [https://github.com/flowswitch/nRFUARTBridge] - for Android BLE-TCP backend