Page 1 of 1

Raspberry Pi hardware PWM fan control and monitoring

Posted: Sunday 05 February 2017 18:40
by Lomax

Re: Raspberry Pi hardware PWM fan control and monitoring

Posted: Sunday 27 September 2020 20:49
by badabustyhh
Hey, i found your tutorial (at first thanks for that) puttet everything together but there is a problem when i test the script.

Code: Select all

pi@raspberrypi:~ $ sudo /usr/local/bin/fancontrol.sh
/usr/local/bin/fancontrol.sh: Zeile 38: interval: Kommando nicht gefunden.
sleep: fehlender Operand
„sleep --help“ liefert weitere Informationen.


i edited the config txt and added
For example to get a hardware timer on GPIO_18 (pin 12) on any RPi, add this to config.txt

4.9 kernel

dtoverlay=pwm
out of : guide for how to install it: Using the Raspberry Pi hardware PWM timers
https://jumpnowtek.com/rpi/Using-the-Ra ... imers.html

i updated kernel i think its 5.2 now.

i propably misst something, i would be thankfull for a tip.

thx guys