Skip to content

OB-Ryan/PiOven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiOven is a utility that allows you to actively monitor, log, and analyze CPU temperatures on any device running Raspberry Pi OS. It enables you to set-and-forget: Collect data for any length of time, then revisit that data when you are ready to see summarized results.

Set Up

  1. Clone the project repo:

    git clone <repo-url>
  2. Change to the PiOven directory:

    cd PiOven
  3. Make the monitor_temp script executable:

    chmod +x monitor_temp.sh
  4. (Optional) Adjust the sampling interval in the monitor_temp script:

    • Open the file for editing:

      nano monitor_temp.sh
    • Change the sampling interval variable to the desired value, as an integer, in seconds:

      MONITOR_INTERVAL=<Desired Sample Interval>
    • Save the file with ctrl+O

    • Exit the editor with ctrl+X

  5. Use make to show usage:

    make help

About

A utility to monitor, log, and analyze tempertures in Raspberry Pi OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors