Starter kit

iRasptek Raspberry Pi 5 8GB Starter Kit Review

Metal Case

Metal caseThe case supplied with the starter kit is not the official Raspberry Pi 5 case. Unlike the official plastic case, this one is a sturdy aluminum affair.

I like the case. It’s very easy to assemble, looks attractive, offers better ventilation than the official case, and it’s better at dissipating heat. Sure there are more refined cases available for the Pi 5, but for someone new to the Pi scene, it’s a basic yet solid case.

I’ve seen a few exotic cases for the Raspberry Pi which reduce WiFi performance by up to 20-50 MBits/sec.  particularly where the Pi is buried inside a larger case. That’s not the case here. The metal case doesn’t reduce WiFi speed. That may not be an important factor for you though e.g. if you run the Pi over ethernet exclusively.

Active Cooler

Active cooler For desktop use, I strongly recommend you don’t run the Pi 5 without a fan and heatsink. I love totally silent computers, but with no cooling, a Raspberry Pi’s CPU idle temperature is around 65°C. Under stress it hits the  thermal limit which impacts performance.

The kit supplies an active cooler. The cooler is a single-piece anodized aluminium heatsink with an integrated blower. It has pre-applied thermal pads for heat transfer, and is mounted to the Raspberry Pi 5 board directly using spring-loaded push pins. It keeps the computer running at a comfortable operating temperature even under heavy load.

Courtesy of the passive heatsink, the idle temperature is much lower. On a warm May day here in sunny England it drops below 50°C. When the CPU temperature rises above 50°C the fan starts spinning. But unlike many mini PC, fan noise is minimal, it’s inaudible from 1 metre in a quiet room. Even when the temperature rises above 60°C (the 2nd cooling level) fan noise is still very quiet. And unlike many mini PCs, you’ve got complete flexibility to change the four different temperature thresholds, the temperature hysteresis, and the fan PWM setting. All you need to do is add a few lines to the /boot/firmware/config.txt file.

Here’s an example where I’ve change my Pi 5 so the fan comes on at a speed of 55°C (that’s around 1780RPM) and remains on until the temperature reaches the hysteresis point of 53°C at which point it turns off. I’ve also change the temperature threshold settings for the 2nd and 3rd cooling levels, and their respective fan PWM settings.

dtparam=fan_temp0=55000
dtparam=fan_temp0_hyst=2000
dtparam=fan_temp0_speed=50
dtparam=fan_temp1=60000
dtparam=fan_temp1_hyst=5000
dtparam=fan_temp1_speed=75
dtparam=fan_temp2=70000
dtparam=fan_temp2_hyst=5000
dtparam=fan_temp2_speed=125

I’ve not defined the 4th cooling level so that’s at its default (when the temperature hits 75°C the fan speed is 250).

Next page: Page 4 – microSD card

Pages in this article:
Page 1 – Introduction and Installation
Page 2 – Raspberry Pi 5 single board computer
Page 3 – Metal Case and Active Cooler
Page 4 – microSD card
Page 5 – Summary

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Please read our Comment FAQ before posting.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments