C.H.I.P. battery functions library in bash. Also automatic shutdown stuff. Based on someone else's work.
Go to file
Bryan 2ca9ce750a edit README.md 2021-01-02 10:50:28 -06:00
README.md edit README.md 2021-01-02 10:50:28 -06:00
chipmonk.cfg update README.md, rename blonk to chipmonk 2021-01-02 10:38:34 -06:00
chipmonk.service update README.md, rename blonk to chipmonk 2021-01-02 10:38:34 -06:00
chipmonk.sh update README.md, rename blonk to chipmonk 2021-01-02 10:38:34 -06:00
chipmonkInstall.txt rename blonk to chipmonk, delete unused files 2021-01-02 10:05:48 -06:00

README.md

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.