Skip to content

uptime-industries/compute-blade-pwm-fan-control

 
 

Repository files navigation

Compute Blade PWM Fan Control

This is a simple script to control your pwm fan on compute blade.

Install GPIO Zero

apt

GPIO Zero is packaged in the apt repositories of Raspberry Pi OS, Debian and Ubuntu. It is also available on PyPI.

sudo apt update
sudo apt install python3-gpiozero

pip

If you’re using another operating system on your Raspberry Pi, you may need to use pip to install GPIO Zero instead. Install pip using get-pip and then type:

sudo pip3 install gpiozero

About

Compute blade PWM Fan control for STA Fan Unit

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%