GithubHelp home page GithubHelp logo

ckwun / nanopi-pwm-fan Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 2 KB

Shell script for enabling PWM fan control on FriendlyElec (NanoPi) SBCs.

License: MIT License

Shell 100.00%
friendlyelec nanopi pwm-fan sbc

nanopi-pwm-fan's Introduction

About

Shell script for enabling PWM fan control on FriendlyElec (NanoPi) SBCs.

Only tested on NanoPi NEO3 with Armbian. But should work for most SBC with the 2pin fan connector.

Quick Start

git clone https://github.com/ckwun/nanopi-pwm-fan
cd nanopi-pwm-fan
chmod +x start-pwm-fan install.sh  uninstall.sh

Run

Run the script with default configuration:

./start-pwm-fan

Config

Custom configuration can be made by modifying the pwm-fan.conf file.

Run the script with config file:

./start-pwm-fan pwm-fan.conf
Name Description Default
PWM PWM API path "/sys/class/pwm/pwmchip0"
TEMP Thermal API path "/sys/class/thermal/thermal_zone0/temp"
PERIOD Total period of the PWM signal 8000000
POLARITY Polarity of the PWM signal "normal"
TARGET_TEMPS If current temperature is greater than TARGET_TEMPS[i], duty cycle will be set to DUTY_CYCLES[i] (65000 60000 55000 50000)
DUTY_CYCLES The active time of the PWM signal (8000000 6000000 4000000 2000000)
DEFAULT_DUTY_CYCLE Duty cycle will be set to this value if current temperature is lower than all TARGET_TEMPS 0

For more info, see: kernel.org - Pulse Width Modulation (PWM) interface

Install

Install it as systemd service, and enable it to auto start at boot:

./install.sh

Uninstall

Stop and disable the service, remove all files added by install.sh:

./uninstall.sh

nanopi-pwm-fan's People

Contributors

ckwun avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.