Checking the temperature of raspberry pi
The guide below shows how in a few seconds we can check the temperature in raspberry pi.
The command works on all versions.
We run a terminal and issue the command:
1 | vcgencmd measure_temp |
We'll get the result below:
1 | temp=38.0'C |