Skip to content

BattOr - Power monitor for smartphones and tablets

License

Notifications You must be signed in to change notification settings

breakerspace/battor-arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

447 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BattOr: Mobile device power monitor

Directory structure

  • sw - PC software for collecting power measurements from the BattOr

Installation

Software

Dependencies

  • automake
  • autoconf
  • make

The software should build and run on most variants of Linux, Mac, as well as Windows (in Cygwin). The build and install instructions are as follows:

$ ./bootstrap
$ ./configure
$ make
$ sudo make install

To run BattOr without root on Linux you will need to add your user to the "dialout" group. You need to logout and login for these settings to take effect.

$ sudo usermod -a -G dialout <userName>

Usage

Desktop operation mode

LED status codes:

  • Blinking YELLOW: Idle, waiting to start next trace.
  • Blinking RED: Recording trace.
  • Solid RED: Downloading trace.
  • Blinking GREEN: Streaming trace.

Usage

There is only currently one mode of operation, USB mode from /dev/ttyUSB0. Simply run battor or sudo battor.

About

BattOr - Power monitor for smartphones and tablets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.4%
  • C 44.6%
  • Other 1.0%