Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Recorded information and data analysis ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
joneskoo committed Aug 21, 2011
1 parent b616c69 commit 0c16b6f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.mdown
Expand Up @@ -7,6 +7,30 @@ an easy-to-use (and maintain) toolkit for analyzing battery performance.
Currently implemented is battery data logger only. The data is stored in a
sqlite3 database. The data logger supports daemonizing (run in background).

# Recorded information #

The following information is stored:

* timestamp
* battery serial number
* voltage
* amperage
* capacity

Much more information would be available but I did not see the usefulness of
other fields yet.

# Data analysis #

Some ideas for data analysis (later) are listed here:

* Sleep detection (no data)
* How long was the system in sleep?
* How much capacity was drained in sleep?
* Charge/discharge cycle detection (based on amperage)
* What was the average power during a discharge cycle
* Full charge time?


# System requirements #

Expand Down

0 comments on commit 0c16b6f

Please sign in to comment.