Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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风扇速度控制软件。

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 manually

Build & 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