From: Andrea Gatti
Sent: Thursday, October 12, 2023 6:51 AM
To: PicoChess
Subject: Re: PWM Fan Control of the Raspberry
Hi Marc,
I've just received my Noctua 4-wires fan, and I'm about to implement your solution to control the fan speed, based on temperature.
One question: is your solution monitoring and varying the fan speed continuously? Shall put the script in cron?
(Sorry I haven't looked at the script yet, just wanted to understand if I need to take any specific steps to make sure it run continuously. )
Thanks
Andrea
Il giorno venerdì 8 settembre 2023 alle 04:27:42 UTC+2 m371..@gmail.com ha scritto:
Here's a second video where a the fans RPM's is controlled based on temperature. I used a Python script, I downloaded (source is in the description of the video) and call it into memory in from the rc.local at bootup.
On Tuesday, September 5, 2023 at 8:37:44 PM UTC-7 Marc Hamilton wrote:
Here's video showing a Noctua PWM fan installed on a Ice Tower of a Raspberry Pi 4b that comes on when a temperature threshold is reached, and shuts off again when its 10C lower.
This fan can be purchased off Amazon for about $16.99 USD.
Make sure you source the 4-Pin model with PWM control. The 3-Pin model will not work.
The GPIO wiring is fairly simple and I have it in the both the description of the video and an inset at the conclusion of the video.
Marc
--
You received this message because you are subscribed to a topic in the Google Groups "PicoChess" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/picochess/IEH2Y4uo7Ew/unsubscribe.
To unsubscribe from this group and all its topics, send an email to picochess+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/e21ad693-2ec9-4930-ba68-cbdadd00fd1an%40googlegroups.com.
Yellow on pin 4 5v
Black on pin 6 Grnd
Green on pin 8 RPM
Blue on pin 10 PWN (This is GPIO 15 by BCM numbering) … if you use something different, change the pin number in the python script.
The fan comes with a different configuration with the plug… I think the yellow and black are reversed.
Sent from Mail for Windows
From: Andrea Gatti
Sent: Thursday, October 12, 2023 6:51 AM
To: PicoChess
Subject: Re: PWM Fan Control of the Raspberry
Hi Marc,
--
crontab -e: @reboot python3 <filename> &
Runs continuously in memory because of the ampersand
I compiled the script… probably doesn’t make much difference.
I have other scripts you may like better… all running off of GPIO 15
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/070d98f5-66fa-48d2-9882-1d9424e63e5fn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "PicoChess" group.
To unsubscribe from this group and stop receiving emails from it, send an email to picochess+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/picochess/9019e16c-25bb-40bb-a944-f34c12eab2ebn%40googlegroups.com.