-
- Posts: 5
- Joined: Thu Mar 09, 2017 9:00 am
Raspberry Pi 3 B+ PoE Hat fan
On what temperature is the fan on the PoE Hat working. Do I have to enable something to use the fan on PoE Hat? Because it is never on.
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6383
- Joined: Fri Jul 29, 2011 5:36 pm
Re: Raspberry Pi 3 B+ PoE Hat fan
You need to make sure your firmware is up to date:LewisDexter wrote: ↑Thu Aug 23, 2018 1:48 pmOn what temperature is the fan on the PoE Hat working. Do I have to enable something to use the fan on PoE Hat? Because it is never on.
Code: Select all
sudo apt update
sudo apt dist-upgrade
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6383
- Joined: Fri Jul 29, 2011 5:36 pm
Re: Raspberry Pi 3 B+ PoE Hat fan
ShiftPlusOne wrote: ↑Thu Aug 23, 2018 1:51 pmYou need to make sure your firmware is up to date:LewisDexter wrote: ↑Thu Aug 23, 2018 1:48 pmOn what temperature is the fan on the PoE Hat working. Do I have to enable something to use the fan on PoE Hat? Because it is never on.It should come on at 45C, speed up at 50C and be at full speed above 55C.Code: Select all
sudo apt update sudo apt dist-upgrade reboot
Re: Raspberry Pi 3 B+ PoE Hat fan
That seems awfully conservative. The standard wisdom on this forum seems to be that you shouldn't start worrying at all about temperature until at least 60. And shouldn't really be worried worried [sic] until you hit 70.It should come on at 45C, speed up at 50C and be at full speed above 55C.
My machines routinely run in the 50s - occasionally hitting the low 60s.
BTW, can anyone recommend an alternative fan rig for the Pi - that does what the PoE Hat one does, but (obviously) doesn't include the PoE stuff? One could, of course, rig something up themselves, but I'm curious about off-the-shelf solutions.
"L'enfer, c'est les autres"
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
Re: Raspberry Pi 3 B+ PoE Hat fan
There appears to be some detail on how to change settings here ...
https://www.raspberrypi.org/forums/view ... 0#p1356682
- ShiftPlusOne
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6383
- Joined: Fri Jul 29, 2011 5:36 pm
Re: Raspberry Pi 3 B+ PoE Hat fan
Since the pi throttles from 1.4GHz to 1.2GHz at 60C, that was chosen as the point to try to avoid going over.
https://www.raspberrypi.org/forums/view ... 5#p1354556
And this post shows how to disable the fan altogether or set a static temperature:hippy wrote: ↑Thu Aug 23, 2018 2:32 pmThere appears to be some detail on how to change settings here ...
https://www.raspberrypi.org/forums/view ... 0#p1356682
https://www.raspberrypi.org/forums/view ... 5#p1354556
-
- Posts: 5
- Joined: Thu Mar 09, 2017 9:00 am
Re: Raspberry Pi 3 B+ PoE Hat fan
Thanks, the firmware update solved it
Re: Raspberry Pi 3 B+ PoE Hat fan
Interesting. I do not have a 3B+ (yet).Since the pi throttles from 1.4GHz to 1.2GHz at 60C, that was chosen as the point to try to avoid going over.
For all previous models, the CW has always been that it doesn't throttle until it hits 80.
"L'enfer, c'est les autres"
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
G fytc hsqr rum umpbq rm qyw rm rfc kmbq md rfgq dmpsk:
Epmu Sn!
J lnacjrw njbruh-carppnanm vxm rb mnuncrwp vh yxbcb!
Re: Raspberry Pi 3 B+ PoE Hat fan
That is still the case with the 3B+ - the first throttling at 60℃ is a soft throttle, it only removes the overclock. The Pi won't throttle further, until ~82℃
55:55:44:44:4C
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
52:4C:52:42:41
Rose tinted glasses are difficult to see through.
Re: Raspberry Pi 3 B+ PoE Hat fan
Dear All,
first of all, thank you for the previous comments, it helped me to narrow down the troubleshooting.
Issue:
POE hat fan starts at 50C even though, the command's Threshold is set to 80C. I used the same command since 1.5 years and never heard the fan afterwards
Since the firmware update to 4.19.114-v7+, the fan on the POE hat will always turn on for 10sec (sounds like full speed) and turn off again. In between you can hear some short high pitch sounds (which it always does when you boot).
Room ambient temperature is roughly around 30C and the command:
shows: all day long temperatures between 49C - 51 C.
I read in the following thread that the standard threshold for the fan is 50C, which would explain why it suddenly turns on again.
viewtopic.php?p=1356682#p1356682
Details:
Raspberry Pi 3 Model B Plus Rev 1.3
stretch
4.19.114-v7+ #1303
Pi is mounted behind a screen, without case, lifted for better airflow
command used:
/boot/config.txt
I am absolutely in the end of researching on google searches and have no further clue where is the setting, which tells the fan to turn on with its standard config. The fan has been also unmounted and cleaned.
Since the above command worked flawless over the time, I may give the following a try:
https://github.com/raspberrypi/linux/bl ... verlay.dts
has anyone done this before?
Any suggestions from the forum are very much appriciated.
Cheers
first of all, thank you for the previous comments, it helped me to narrow down the troubleshooting.
Issue:
POE hat fan starts at 50C even though, the command's Threshold is set to 80C. I used the same command since 1.5 years and never heard the fan afterwards

Since the firmware update to 4.19.114-v7+, the fan on the POE hat will always turn on for 10sec (sounds like full speed) and turn off again. In between you can hear some short high pitch sounds (which it always does when you boot).
Room ambient temperature is roughly around 30C and the command:
Code: Select all
vcgencmd measure_temp
I read in the following thread that the standard threshold for the fan is 50C, which would explain why it suddenly turns on again.
viewtopic.php?p=1356682#p1356682
Details:
Raspberry Pi 3 Model B Plus Rev 1.3
stretch
4.19.114-v7+ #1303
Pi is mounted behind a screen, without case, lifted for better airflow
command used:
/boot/config.txt
Code: Select all
dtparam=poe_fan_temp0=80000,poe_fan_temp0_hyst=5000
dtparam=poe_fan_temp1=82000,poe_fan_temp1_hyst=2000
Since the above command worked flawless over the time, I may give the following a try:
https://github.com/raspberrypi/linux/bl ... verlay.dts
has anyone done this before?
Any suggestions from the forum are very much appriciated.
Cheers