====== Check Pi CPU Temp ====== \\ \\ To check the CPU temp of the Pi, use the following from the command line: \\ cat /sys/class/thermal/thermal_zone0/temp \\ The result will return in milli °C, for my Pi right now I get: \\ 53692. So 53692/1000 is 53.692 °C \\ \\