Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 601 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 601 Bytes

Raspberry Pi Automated Fan Control

Automated Raspberry Pi Fan Control (python script)

C: Cpu Temp | F: Fan Status

image

/home/pi klasörü içine fan.py dosyasını oluşturup repodaki kodları yapıştırın.

Sistem başlangıcında otomatik çalıştırmak için

sudo vim /etc/rc.local

exit 0 kodundan önce aşağıdaki kodu ekleyin

screen -L -dmS fann python /home/pi/fan.py &

Önizlemek için için sudo screen -r fann

Bütün screenleri görmek için sudo screen -ls