Raspberry Command line Arguments

Report Temp :- /opt/vc/bin/vcgencmd measure_temp  

Report Temp :- vcgencmd measure_temp 

Report CPU Temp :- cat /sys/class/thermal/thermal_zone0/temp 
 Divide by 1000 to get your temp in degrees celcius.. 
If you need the readout to do it for you :- 

cpu=$(</sys/class/thermal/thermal_zone0/temp)
echo "$((cpu/1000)) c"


  • Raspberry commends, raspberry arguments, raspberry temp, temperature report, performance report raspberry, raspberry pi commands, ubuntu commands, linux commands
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

CLONE ODROID,Rapberry PI, Operating system SD CARD ON A MAC

Johnny Winter, a regular contributor to Envato Tuts has a simple straight forward way of...

CLONE RASPBERRY PI SD CARD

Johnny Winter, a regular contributor to Envato Tuts has a simple straight forward way of...

RASPBERRY PI CANNOT SEE WIRELESS NETWORK

Raspberry PI 3 Model b cannot see channel 12 or 13 if router wireless it set to these channels,...

OpenWRT Arduino Radio

https://en.code-bude.net/2013/11/05/radioduinowrt-a-do-it-yourself-webradio/Fantastic project