maciek134 / charge-guru

An application to control SkyRC B6* series chargers.
GNU General Public License v3.0
26 stars 8 forks source link
b6 battery chargemaster charging lipo lipo-charger skyrc

ChargeGuru

This is an application to control SkyRC B6* chargers. It's a replacement for the ChargeMaster application provided by the manufacturer, which is badly designed and doesn't work on GNU/Linux. It's written in Qt5.

screenshot

Installation

Dependencies:

qt5 qtcharts libusb-1.0 libb6

Grab libb6 from https://github.com/maciek134/libb6.

Run these commands to compile the software:

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make

Either run the programs that use it as root (not recommended) or create an udev rule similar to this one:

SUBSYSTEM=="usb", ATTRS{idVendor}=="0000", ATTRS{idProduct}=="0001", MODE:="666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="0000", ATTRS{idProduct}=="0001", MODE="0666", GROUP="plugdev"

Start the software and connect the charger, the interface will be enabled when charger's interface is up (it may take a few seconds, the MCU is a bit slow in that aspect).

What's working

TODO / what to expect in the future