> If you run computing hardware at its thermal capacity for long periods of time, this will cause more wear on the parts than if they are run well inside their limits. So I have a moderately increased likelihood of, at some indefinite point in the future, having to spend a whole $35 to replace the Raspberry Pi. I can prevent this by spending extra money (and time) up front. In some cases, it might be worth it. Maybe…
> If you run computing hardware at its thermal capacity for long periods of time, this will cause more wear on the parts than if they are run well inside their limits. How true is this actually? Personal anecdote is an I5-2500K overclocked to 4.6ghz with budget aftermarket cooler (its at 4.6ghz constantly regardless of load). It's been running 24/7 in my desktop since 2011. When will it fail? I see these disclaimers…
The Raspberry Pi 4 needs a fan
81–90 of 293 posts
Re: The Raspberry Pi 4 needs a fan
#82Raspberry Pi tower cooler -- the cooler we deserve. https://www.seeedstudio.com/ICE-Tower-CPU-Cooling-Fan-for-Ra...
That link 404s for me unfortunately.
Heat pipe, heatsink, and fan that is as big as the Pi! :-O
Re: The Raspberry Pi 4 needs a fan
#83I cannot find a data sheet for its CPU (BCM2711B0). Is Pi4 actually an open hardware system?
Re: The Raspberry Pi 4 needs a fan
#84Re: The Raspberry Pi 4 needs a fan
#85I think 'need' is a pretty strong word in this context. 'Could use' would be a better term, as the Pi 4 clearly works without a fan, just not at peak performance for more than a few minutes. For many use-cases, I would prefer some performance reduction over the noise generated by a fan.
Re: The Raspberry Pi 4 needs a fan
#86Re: The Raspberry Pi 4 needs a fan
#87Earlier quoted context omitted.
Over the years I've used Raspberry Pis as little media players, but they kept burning out every 3-4 months; the card reader (their SSD) wouldn't work, or they'd just blink some other error message. I thought they were just cheaply made ($35 after all). Anyway, long story short, I got a fan and the last one has been working for over a year without issues.
SD cards have a limited number of writes so if you have the OS constantly writing to it then eventually it sets itself read-only. You can mitigate this somewhat with https://github.com/azlux/log2ram With some finagling you can get them to boot an OS from an external disk then your SD card can just hold a read-only boot loader.
Re: The Raspberry Pi 4 needs a fan
#88Re: The Raspberry Pi 4 needs a fan
#89Re: The Raspberry Pi 4 needs a fan
#90Earlier quoted context omitted.
Yeah, I'm kinda wondering just what the Pi is supposed to be at this point. Is it still an inexpensive low power device for teaching basic computer science? Because it seems like it's more for making Kodi boxes or the worlds most powerful LED blinkers.
I'd love to see some kind of reasonable data on the breakdown of how many Pis actually end up in education environments vs RetroPie/Kodi/PiHole/whatever else "service on an SD card image" turnkey solution type thing people use them for. At this point, my guess/gut feel is that education is an increasingly small part of the market for the Pi, yet appears to still be the main focus of the Pi Foundation. I've always fel…