Is it possible to reliably run a Pi in an airtight (watertight) case or is some form of ventilation required for cooling? I'm assuming it doesn't chuck out too much heat, but am wondering whether running it indefinitely this way may cause issues.
I can see where I'm supposed to plug the fan cable but it's covered up and I'm scared to tug on it in case I break it. Is there some knack to opening it?
With reference to recent questions about overclocking (ie. What are the overclocking capabilities? ), is it possible to immersively cool the Raspi?
Presumably such a system would have to rely on finding a coolant that is non-toxic, non-conducting,…
I'm attaching a fan to the RPi's original case. I wanted to use a laptop cpu fan. Should I suck the hot air from RPi? or blow cold air inside the case? Btw, there's a heatsink on the Soc and LAN & USB chip.
I have Raspberry Pi 3b+ with the case, which has a small 5v fan, which is connected to GPIO.
Look to picture below:
The Fan runs continuously, but I don't want continuous operation. I want the fan to run only when the temperature of the Raspberry…
I have a Pi3 in a fairly enclosed environment, and I found that, even when my Pi was relatively idle (5% CPU usage) the CPU temp was averaging around 80C, which is close to the 85C where the Pi starts to underclock and the 90C where the Pi starts to…
There are many guides on how to set up a 5V fan for a Raspberry Pi and control its speed with PWM. Usually, this includes using a
a transistor
a resistor between the PWM pin and the transistor gate
a resistor between the PWM pin and the ground…
The new Raspberry Pi 3 has been beefed up from the previous version. Now it comes with a Broadcom BCM2837, which is an ARM v8 quad-core Cortex-A53, clocked at 1.2GHz. I have also seen somewhere a recommendation for using a 2.5A power supply.
Does…
I'm interested in adding a fan to my Raspberry Pi 4, but I would like to be able to control when it is on/off programatically. However, what I see is that most of the fans suitable for Raspberry Pi come with 2 pins to connect to 3.3/5V and ground…
As I've seen previous projects with the Raspberry Pi being enclosed in stuffed animals and plushies. I've wanted to attempt a project in a similar environment. Will there be a problem with overheating the device when it's enclosed in such a tight…
I have a Raspberry Pi 5 with the official cooler/fan. The firmware enables it from 50°C and up in different steps. I'd like to control it manually, which is possible by writing the steps to /sys/class/thermal/cooling_device0/cur_state:
echo '4' |…
I have a Raspberry Pi 3 Model B+. I am currently installing the Pi into a Super Tinytendo case, which came with a built-in mini fan. However, I'm not sure which set of pins I should plug the fan into.
According to the specs, the mini fan is 5 volts.…
I have just bought a 5v Pi fan for my Pi3. I'm using Retropie 4.1 for the OS. I have connected the red and black wires of the fan to ground and GPIO 18 respectively.
How can I get the fan to start when the CPU temp reaches a certain temperature?
I…
I am able to trigger my Raspberry Pi 3B's fan to turn on at 50 °C with the following line in /boot/config.txt:
dtoverlay=gpio-fan,gpiopin=3,temp=50000
However, it automatically turns off again when the temperature has dropped by 5 °C when it gets…