Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 556 Bytes

RPiFanController

A Fan Controller for Raspberry PI developed using Rust and rppal

Utliizes the RPI-4 PWM enabled GPIO pin (BCM 18), to control fan speed based on cpu temperature

Features

  • Support for cleaning-up GPIO pins after unexpected shutdowns.
  • Configurable fan curve, with multiple points .
  • Hardware enable PWM

Usage

  1. Install Rust link
  2. Clone the repositary
  3. Change the constants in main.rs if required
  4. Build the project using cargo build
  5. Run the the the binary