“Very good easy to install. I did have to take a plastic part out of the official raspberry pi case to be able to fit it in but now it works perfectly. Definitely better than the little fan that comes in the case.”
“Keeps my raspberry pi cold and and stops it from overheating I think it’s really good for a cheap cooler and it works like one of the expensive ones”
“A neat device, easy to affix to the Pi5 (no tools required, pre-padded with heat-pads) If you have a Pi5, DEFFO get one of these. Its surprising how hot it gets. And the fan comes on from time to time when driven hard, but it is quiet. Nice.”
“Great product. Fitted really easily.
I used the following to test the fan was working, because it is silent. I mean, really very quiet!
Execute the following script in one window:
#!/bin/bash
vcgencmd measure_temp
cat /sys/devices/platform/cooling_fan/hwmon/*/fan1_input
In a second, use stess-ng to exercise the CPU
stress-ng --cpu 8 --io 4 --vm 2 --vm-bytes 128M --fork 4 --timeout 100s
I observed:
fan
temp=45.5'C
2534
and later
temp=42.8'C
0”