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
- Host: GitHub
- URL: https://github.com/nkeramov/raspberry_pi_fan_control
- Owner: Nkeramov
- License: mit
- Created: 2025-01-22T13:49:00.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T13:43:08.000Z (4 months ago)
- Last Synced: 2025-02-14T14:37:54.307Z (4 months ago)
- Topics: fan, gpio, pwm, pwm-controller, pwm-fan, python, raspberry-pi, relay-controller
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.