/rpi-fan-pwm

Cool dow your raspberry pi with a laptop fan and control speed with pmw

Primary LanguagePython

rpi-laptop-fan-pmw

Control your raspberry pi with a laptopfan and control speed with pmw

Install

wget -qO- https://raw.githubusercontent.com/akashshingha850/rpi-fan-pwm/main/setup.sh | bash

Check Status

sudo systemctl status rpi-fan-pwm

Uninstall

wget -qO- https://raw.githubusercontent.com/akashshingha850/rpi-fan-pwm/main/uninstall.sh | bash

Reference

  1. pwm: https://blog.driftking.tw/en/2019/11/Using-Raspberry-Pi-to-Control-a-PWM-Fan-and-Monitor-its-Speed/#Use-PWM-to-Control-Fan-Speed
  2. cpu stress: https://core-electronics.com.au/guides/stress-testing-your-raspberry-pi/
  3. run at boot: https://learn.sparkfun.com/tutorials/how-to-run-a-raspberry-pi-program-on-startup/all