Windows version, cell info tab.
This repository aims to provide open source tools for popular Battery Management Systems (BMS).
Currently it only supports the JBD BMS.
I've compiled some JBD register documentation, and at the time of this writing the most complete that I could find.
Feature | Support |
---|---|
Cell / device info | Full support |
EEPROM Settings | Full support |
Calibration | Full support |
MOS Control, Remaining capacity edit, balance control | Full support |
Logging | Full support |
Graphing | Planned |
BLE Support | Investigating |
Firmware update | Not planned |
Currently provided:
- Backend Python library
- Frontent GUI App
Planned:
- Command line app
pip install .
While the GUI itself is wxpython and doesn't technically need to be built, but for distribution pyinstaller is used to build a distributable executable.
pip install .[gui]
- make