= Raspberry PI - How to get the temperature :docinfo2: :icons: font Display the temperature of the Raspberry (Celsius): ---- echo `cat /sys/class/thermal/thermal_zone0/temp` / 1000 |bc ----