From 0c16b6faaf5518b8ad4fe66b4d2cb049a2b4298c Mon Sep 17 00:00:00 2001 From: Joonas Kuorilehto Date: Sun, 21 Aug 2011 19:06:21 +0300 Subject: [PATCH] Recorded information and data analysis ideas --- README.mdown | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.mdown b/README.mdown index f66f861..6d26dc2 100644 --- a/README.mdown +++ b/README.mdown @@ -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 #