Changes

Jump to navigation Jump to search

X708-Software

464 bytes added, 10:21, 31 May 2023
8. Automatically control the cooling fan
cd ~/x708v2/raspberry-pi-os/
python3 fan.py
Then The X708 hardware supports two fan speeds: low speed (default) and high speed; if you want the fan to run at high speed, you need to run the fan.py script.fan.py provides a method that can switch the fan speed.It should be noted that the x708 does not use a PWM fan, it only supports two speed modes (low speed and high speed). In the fan.py file, the speed mode of the fan starts runningis controlled by reading the temperature of the CPU in real time. You need to read the code to understand more logic.
python3 fan.py'''[PS]''' You need to create a crontab job, and then put this run command into the job, so that the command will run automatically when the device restarts. refer to [X708-Software#FAQ]

Navigation menu