https://github.com/boonya/raspi-fan-control
RaspberryPI Temperature Control Service
https://github.com/boonya/raspi-fan-control
cooling-control cooling-device cooling-fans gpio-interface pwm-fan raspberry-pi systemd-service
Last synced: 4 months ago
JSON representation
RaspberryPI Temperature Control Service
- Host: GitHub
- URL: https://github.com/boonya/raspi-fan-control
- Owner: boonya
- License: mit
- Created: 2020-10-08T12:13:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-14T15:42:18.000Z (over 5 years ago)
- Last Synced: 2025-01-08T14:43:20.686Z (over 1 year ago)
- Topics: cooling-control, cooling-device, cooling-fans, gpio-interface, pwm-fan, raspberry-pi, systemd-service
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cooler
## RaspberryPI Cooling Fan Control Service
### Installation
```sh
wget https://github.com/boonya/raspi-fan-control/releases/download/0.1.0/cooler_0.1.0_arm64.deb
sudo dpkg -i cooler_0.1.0_arm64.deb
```
### Deinstallation
```sh
sudo apt purge cooler
```
### Origin
- [GPIO for Raspberry PI GPIO Group](https://askubuntu.com/a/1233458/790519)
- [Build Your Own IoT Fan with Raspberry Pi](https://www.digikey.com/en/maker/projects/c5061a5c6cf646b69a2ff6d698298422)
- [Настройка udev rules в Linux](https://losst.ru/nastrojka-udev-rules-v-linux)
- [Raspberry Pi PWM Generation using Python and C](https://www.electronicwings.com/raspberry-pi/raspberry-pi-pwm-generation-using-python-and-c)
- [Raspberry pi fan control and monitoring with bash](https://wiki.domoticz.com/Raspberry_pi_fan_control_and_monitoring_with_bash)