chip-battery/README.md

607 B

Description

This script monitors the battery voltage, battery charge current.

  • Can send an alert if battery is not charging or is low.
  • May be run as a forground utility also, to display system stats.

Installation

  1. clone repository to your C.H.I.P. device

  2. copy

    cp ./chipmonk /usr/local/bin/
    cp ./chipmonk.service /etc/systemd/system/
  1. automatically start it using systemd
    systemctl enable chipmonk.service
    systemctl start chipmonk.service

Use as utility

You may also run script chipmonk without the -d flag to display system stats.