X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ftricks%2Fraspberry_pi3_temperature.html;fp=www%2Ftricks%2Fraspberry_pi3_temperature.html;h=08c065f09b0f35a0952de26827ed6b904368685a;hp=0000000000000000000000000000000000000000;hb=50069149c3083de49613e48143ed306f53d2b528;hpb=08499c48587fd911dea96c8c42ea8db276c32eae diff --git a/www/tricks/raspberry_pi3_temperature.html b/www/tricks/raspberry_pi3_temperature.html new file mode 100644 index 0000000..08c065f --- /dev/null +++ b/www/tricks/raspberry_pi3_temperature.html @@ -0,0 +1,49 @@ + + + + + + + +Raspberry PI - How to get the temperature + + + + + + + +
+
+

Display the temperature of the Raspberry (Celsius):

+
+
+
+
echo `cat /sys/class/thermal/thermal_zone0/temp` / 1000 |bc
+
+
+
+ + + + \ No newline at end of file