Xiaomi/Ninebot scooter communication library (internal fork)
 
Go to file
flowswitch 4079e4f619 Many fwupd fixes 2018-12-01 23:24:21 +01:00
py9b Many fwupd fixes 2018-12-01 23:24:21 +01:00
.gitignore Many fwupd fixes 2018-12-01 23:24:21 +01:00
LICENSE Initial commit 2018-10-15 14:01:15 +02:00
README.md Many fwupd fixes 2018-12-01 23:24:21 +01:00
fwupd.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
read_bms.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
read_bms_ll.py Fixes in SerialLink 2018-11-19 01:16:19 +01:00
read_bms_mem.py Fixes in SerialLink 2018-11-19 01:16:19 +01:00
read_esc.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
read_esc_ll.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
sniffer.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
tcp_test.py Fixes in SerialLink 2018-11-19 01:16:19 +01:00
wr_esc.py Many fwupd fixes 2018-12-01 23:24:21 +01:00
wr_esc_sn.py Many fwupd fixes 2018-12-01 23:24:21 +01:00

README.md

py9b

Ninebot/Xiaomi electric scooter communication library

Requirements

  • Python 2.x.x [www.python.org]
  • ProgressBar [pip install progressbar]
  • 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