Skip to content

andygock/accucel_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Accucel Logger

by Andy Gock

Logger for iMax-B6, Turnigy Accucel-6 and similar 4-button chargers

CSV output in format:

time,minutes,voltage,current,charge

If using Windows:

Download wintee: http://code.google.com/p/wintee/
(allows logging to file AND viewing output at the same time)

Run (Win):

del file.txt
python log.py COM14 | wtee file.txt

Run (Linux/Mac):

python log.py /dev/ttyUSB0 | tee file.txt

Press Ctrl+C to terminate.

Read more in my write up here: http://micro.gock.net/2013/08/usb-datalogging-on-the-turnigy-accucel-6-hobby-charger/

About

accucel_logger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages