An open API service indexing awesome lists of open source software.

https://github.com/nkeramov/raspberry_pi_fan_control

Scripts for Raspberry Pi to control fan based on the CPU temperature
https://github.com/nkeramov/raspberry_pi_fan_control

fan gpio pwm pwm-controller pwm-fan python raspberry-pi relay-controller

Last synced: 21 days ago
JSON representation

Scripts for Raspberry Pi to control fan based on the CPU temperature

Awesome Lists containing this project

README

        

# Raspberry Pi fan control

This project provides examples of fan control based on the current CPU temperature.

It includes implementations of a relay controller and a proportional controller.

The fan is connected via a transistor switch to the 4th pin of the I/O ports. The fan connection pin can be changed in scripts. The remaining parameters can be set at startup.

Use run.sh to run project.