Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 546 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 546 Bytes

Raspberry Pi Hardware Based PWM Fan Control

This is a fork of https://gist.github.com/alwynallan/1c13096c4cd675f38405702e89e0c536 for use with the KubeSail PiBox

git clone https://github.com/kubesail/rpi-pwm-fan.git
cd rpi-pwm-fan
tar zxvf bcm2835-1.68.tar.gz
cd bcm2835-1.68
./configure
make
sudo make install
cd ..
make
sudo make install

To stress-test for 3 minutes:

sudo apt install -y git stress-ng
stress-ng -c 4 -t 3m -q & watch -n1 cat /run/pi_fan_hwpwm.state

And Ctrl+C when done.