Recent comments

Internet Articles

how to check temperature on raspberry pi 4

 As in all electronic devices, heating occurs in the Rasberry Pi 4 mini computer. 40-45 ° C temperature is normal for Raspberry Pi 4. Since it will reach much higher temperature values without a fan, cooling is needed.

For raspberry pi 4, which we normally run with a fan, we will want to control the temperature from time to time. Currently, we can only do this temperature control from the terminal command line;

  • /opt/vc/bin/vcgencmd measure_temp

We will control the temperature with an auxiliary tool in the future.

No comments