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

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

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)