• sales

    +86-0755-88291180

Raspberry Pi ------ 3.3 Get CPU temperature,Adjust fan speed User Guide

Get CPU temperature,Adjust fan speed

The Raspberry Pi RGB_Cooling_HAT needs to be properly plugged into the GPIO port of the Raspberry Pi and open the Raspberry Pi system I2C function.

The experimental phenomenon is to read and print the Raspberry Pi CPU temperature, and adjust the speed of the fan rotation according to the temperature. The higher the temperature, the faster the rotation speed.

1. File transfer

1.1 Install WinSCP tool on the computer side, connect the Raspberry Pi and transfer the temp_control.zip package to the pi directory of the Raspberry Pi.

Path of WinSCP:[Raspberry Pi RGB_Cooling_HAT]---[Tools]---[winscp556_setup.1416364912.exe]


1.2 Extract file

Open the Raspberry Pi terminal and input command ls to find the temp_control.zip file. 

As shown below:


Input command to extract file:

unzip temp_control.zip


2. Compiling and running program

2.1 Input command to enter temp_control find file:

cd temp_control/

ls


2.2 Input command to compile:

gcc -o fan_temp fan_temp.c -lwiringPi


Among them, the gcc compiler is called, -o means to generate the file, fan_temp is the generated file name, fan_temp.c is the source program, -lwiringPi is the wiringPi library that references the Raspberry Pi.

2.3 Input command to run the program

./fan_temp


We can see the Raspberry Pi CPU temperature will be printed, and adjust the speed of the fan rotation according to the temperature. The higher the temperature, the faster the rotation speed.

3. About code

3.1 First, import the file control library and the I2C library. The path of the Raspberry Pi to view the CPU temperature is defined as TEMP_PATH.


3.2 Define CPU temperature related parameters and I2C related parameters in the main function


3.3 Cycle through the CPU temperature file and save fd_temp, if the open fails it will return -1 . Then, read the temperature, save it to buf, and return -1 if it fails.

When the temperature reading is successfully saved to the buf, since the value is relatively large, divide by 1000 to get the current temperature, the unit is Celsius, and save to temp. Run the close() function to close the file each time the file is read.


3.4 Get the temperature. Next, judge the temperature value and modify the fan speed. Can be modified according to actual needs.

TAG: Raspberry Pi 5 Audio Raspberry Pi 5 Audio hat A7670E LTE Cat-1 HAT for Raspberry Pi Multi Band 2G GSM / GPRS LBS RP2040 LoRa ESP32 C3 1.44inch LCD Computer USB Monitor Screen SpotPear ESP32-P4 ESP32-C6 Development Board RISC-V WiFi6 MIPI CSI Camera 7/10.1 inch DSI Display /RJ45 Ethernet /Mic /Audio Size Compatible with Raspberry Pi DeepSeek XiaoZhi AI Voice Chat Robot BOX ESP32-S3 Development Board 1.85 inch Round LCD N16R8 Raspberry Pi 5 Audio Card Raspberry Pi 64MP Camera ESP32 S3 Development Board 1.91 inch AMOLED Display Screen For Arduino LVGL With SD-Port/ QMI8658C 6-Axis Sensor Computer Monitor Screen 3.52 inch e-Paper HAT B E Ink Red/Black/White 360x240 Screen Display For Arduino /Raspberry Pi /Jetson Nano /STM32 PC USB Secondary Screen Raspberry Pi 7.5 inch e-Paper link (H) RYBW 800x480 For Arduino / Jetson Nano / STM32 PC USB Monitor Screen TTL To CAN Mini STM32 1.54inch OLED Image extraction User Guide