Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


New Argon M2 enclosure
#4
(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
Then to edit the fan settings..

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
At any time to measure temperatures..

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
Reply


Messages In This Thread
New Argon M2 enclosure - by DRONE7 - 12-16-2020, 07:48 AM
RE: New Argon M2 enclosure - by Jandu - 12-20-2020, 03:48 PM
RE: New Argon M2 enclosure - by DRONE7 - 12-20-2020, 06:30 PM
RE: New Argon M2 enclosure - by Jandu - 12-20-2020, 06:46 PM
RE: New Argon M2 enclosure - by grumbleweed - 12-20-2020, 04:24 PM
RE: New Argon M2 enclosure - by DRONE7 - 12-20-2020, 06:34 PM
RE: New Argon M2 enclosure - by MikeyFresh - 12-20-2020, 07:26 PM

Forum Jump: