Skip to content

🌬️ Raspberry Pi Hardware Based PWM Fan Control

Notifications You must be signed in to change notification settings

kubesail/rpi-pwm-fan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🌬️ Raspberry Pi Hardware Based PWM Fan Control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published