nou waarom heeft die niet zelf een instelbare faan
Listens on serial port for fan speed setting
per channel: IRF540n MOSFET in common-source that drives a fan placed in parallel with a big 2200uF elco.
TODO: Use optical isolator to readout the hall effect rpm sensor
- Read config file
- Scan PC for serial ports and try to connect to them
- Loop: Check if speed needs to be changed (mandated by either file or temp) and do so
- Check
fan_daemon
if you need to change the config file location and the like - Create the directory listed in
fan_daemon
(Something like~./radeonFanControl
) - Place
config
in that directory - Place
fan_daemon
in/usr/bin
chmod 755
that shit- Place
fan_daemon.service
in/etc/systemd/system
- Run
sudo systemctl start fan_daemon.service
(or reboot)