summaryrefslogtreecommitdiff
path: root/README.md
blob: 3597cf9492a283ce1ea1dbf54f910d9d3d059b99 (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/derf/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/derf/energytrace-util)
  and libmsp430.so
* Python 3 with matplotlib and numpy