Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markmll/shunda_tec06

Text and GUI data collection from Shunda Tec-06 battery tester.
https://github.com/markmll/shunda_tec06

battery-testers linux

Last synced: about 1 month ago
JSON representation

Text and GUI data collection from Shunda Tec-06 battery tester.

Awesome Lists containing this project

README

        

# shunda_tec06
This provides text (to stdout) and GUI data collection from a Shunda Tec-06 battery tester, as described at https://www.sevarg.net/2018/01/14/tec-06-serial-battery-tester-review/ and https://www.sevarg.net/2018/01/20/reverse-engineering-tec-06-serial/

Note that it relies on a non-standard high-speed serial interface, so far the only device that I've found that supports this is a genuine (not a counterfeit) FTDI FT232.

If it is built as a console program (e.g. using the included makefile) or the GUI variant is invoked with a port on the commandline (e.g. /dev/ttyUSB0) then it provides text output which can be redirected to a file. If it is run as a GUI application (no commandline parameter) then it provides graphical output but has no provision to save either a graph or captured text to a file.

Overall layout has been heavily influenced by the appearance of the original Chinese-language program, but as yet there is very limited backend functionality.

![Screenshot](tec06/tec-06.png)

Unfortunately my unit might be acting up, although I suspect that the cause might be as simple as an excessivley-long USB lead.