The system on a chip (SoC) of the Raspberry Pi has a temperature sensor that can be used to measure its temperature from the command line. To view the Pi's temperature, type: cat /sys/class/thermal/thermal_zone0/temp . Divide the result by 1000 to find the value in Celsius. Yes.