(12-20-2020, 03:48 PM)Jandu Wrote:(12-16-2020, 07:48 AM)DRONE7 Wrote: New Argon M2 with M.2 SATA SSD Compatibility , IR, and full size HDMI
https://www.argon40.com/argon-one-m-2-ca...-pi-4.html
Expansion for existing cases..
https://www.argon40.com/argon-one-m-2-ex...board.html
Fan only with power management.
https://www.argon40.com/argon-fan-hat-fo...i-3-b.html
Would you know if only MoOde is installed. Would the fan be in auto mode or would it be on all the time. With only MoOde, I do not know how to execute the one-line code to get it into auto mode.
Thanks.
For MoOde.. to activate the fan operations... (I'm assuming you know your way around ssh, nano, and the Linux terminal. ?)
Code:
git clone https://github.com/Howchoo/pi-fan-controller.git
sudo apt install python3-pip
sudo pip3 install -r pi-fan-controller/requirements.txt
./pi-fan-controller/script/install
Code:
cd /usr/local/bin/
sudo nano fancontrol.py
and edit for your requirements.
To restart the fan..
Code:
sudo /etc/init.d/fancontrol.sh start
Code:
vcgencmd measure_temp
My experience is the same as @grumbleweed. The fan has never switched on while running MoOde. The passive case cooling is more than enough.
----------
bob
bob