summaryrefslogtreecommitdiff
path: root/README.md
blob: b0f0c751aab277905a03e4b04257600ca820804f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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