From a2188217c7e1ac11c3b6c7f7c1b8ab838765ba67 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Oct 2018 10:35:08 +0200 Subject: Add README and COPYING --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0f0c75 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# msp430-etv – MSP430 EnergyTrace Visualizer + +msp430-etv is a wrapper around +[energytrace-util](https://github.com/carrotIndustries/energytrace-util) to +simplify aggregation, visualization and basic analysis of EnergyTrace +measurements. + +Measumerents can be taken directly or loaded from energytrace-util output. +Data belonging to startup code whose power consumption is not of interest can +be skipped. + +msp430-etv supports plotting the power consumption (calculated from voltage and +current data) and writing mean voltage, current, and power as well as total +energy for a given measurement to stdout. + +## Dependencies + +* [energytrace-util](https://github.com/carrotIndustries/energytrace-util) + and libmsp430.so +* Python 3 with matplotlib and numpy -- cgit v1.2.3