Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pymumu/fan-control-rock5b
PWM fan speed control for rock5B; ROCK5B风扇速度控制软件。
https://github.com/pymumu/fan-control-rock5b
fan pwm rock5b
Last synced: about 2 months ago
JSON representation
PWM fan speed control for rock5B; ROCK5B风扇速度控制软件。
- Host: GitHub
- URL: https://github.com/pymumu/fan-control-rock5b
- Owner: pymumu
- License: mit
- Created: 2022-10-20T14:29:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T13:56:43.000Z (about 1 year ago)
- Last Synced: 2024-10-30T14:41:33.000Z (2 months ago)
- Topics: fan, pwm, rock5b
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 109
- Watchers: 6
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
Fan-control
==============A tool to control fan speed by temperature automatically for ROCK5B.
Features
--------------
1. Control fan speed by temperature. (above 45 degrees)
2. set fan speed manuallyBuild & install
==============
```shell
make package
dpkg -i fan-control*.deb
```Usage
==============
```shell
systemctl enable fan-control
systemctl start fan-control
```
Configuration
==============configuration file locations is `/etc/fan-control.json`, Configuration parameter description:
|Configuration|Description|
|--|--|
|pwmchip|pwmchip id, 1 for auto scan|
|gpio|gpio id, 0 is default gpio |
|pwm-period|PWM period|
|temp-map|temperature configuration table|
|temp|temperature, in degrees Celsius|
|duty|duty ratio|
|duration|duration, in second|License
===============
MIT License