Power consumption measurement platform
  • C++ 66.4%
  • CMake 33.6%
Find a file
2016-07-21 14:09:48 +02:00
host Update README file, add project structure and a simple demo program. 2016-07-21 14:05:54 +02:00
measurement-board Update README file, add project structure and a simple demo program. 2016-07-21 14:05:54 +02:00
platforms Update README file, add project structure and a simple demo program. 2016-07-21 14:05:54 +02:00
CMakeLists.txt Update README file, add project structure and a simple demo program. 2016-07-21 14:05:54 +02:00
power.sublime-project Update README file, add project structure and a simple demo program. 2016-07-21 14:05:54 +02:00
README.md Update README.md 2016-07-21 14:09:48 +02:00

Power consumption measurement platform

This project proposes a hardware and software platform to measure power consumption of a Jetson TK1 board.

It is composed of 3 parts:

  • the measurement board (Arduino) which sends data (current intensity) to the host (serial),
  • the platform benchmarks and utilities, which allow to control the CPUs/GPU and send events to the host (serial),
  • the host which receives both current intensity and events and merge them.

Requirements

  • Boost 1.60 with boost_system library