Tag: temperature
We can write a BASH Script to print out the current CPU frequency and temperature on Raspberry PI. #pi@raspberrypi:~ $ cat ./cpu_freq.sh #!/bin/bash temp=`head -n 1 /sys/class/thermal/thermal_zone0/temp | xargs …
In , the BASH command/script is used to measure the temperature of the Raspberry PI. In , I described using a USB external cooler fan (for laptop) to drop …
In this post, we show an easy script to view the current temperature of the CPU in Raspberry PI. The Raspberry PI doesn’t have a CPU fan or cooler …
Raspberry PI is a credit-card size fully functional PC. You can install Linux on it. The CPU is ARM 700MHz for both A and B models. However, it is …