Skip to content

zoff99/raspberry_pi_cpu_temp_watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Raspberry Pi 3 CPU/GPU Temperature watcher

it will turn on the ACT (green) LED when the temperature is higher than <level 1> degrees celcius
and will make the ACT (green) LED blink when the temperature is higher than <level 2> degrees celcius
otherwise the ACT (green) LED will stay dark

works nice on retropi

installation

as root:

copy the pi_temp_watcher.sh script to /usr/local/bin
chmod a+rx /usr/local/bin/pi_temp_watcher.sh

and add this line to /etc/rc.local (before the "exit 0" line):

/usr/local/bin/pi_temp_watcher.sh >/dev/null 2>/dev/null &

then reboot

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages