Image of the Raspberry Pi 5

SunFounder Pironman 5 NVMe Mini PC Case Review

Software

After starting up the machine for the first time, the case fans run unnervingly at full blast and the OLED output is blank. Don’t worry, we need to install the Pironman software.

There’s the familiar command to update the system.

$ sudo apt-get update

Next install git and Python:

$ sudo apt-get install git -y
$ sudo apt-get install python3 python3-pip python3-setuptools -y

Clone the Pironman 5’s GitHub repository:

$ cd ~
$ git clone https://github.com/sunfounder/pironman5.git

Change into the newly created directory and install the software.

$ cd ~/pironman5
$ sudo python3 install.py

Once the software is installed, I can access an attractive web interface to monitor the Pi 5 and also change many settings. Point the web browser to http://localhost:34001/.

Here’s what you’ll see.

Pironman 5 dashboard
Click image for full size

There’s a history monitor.

Pironman 5 history
Click image for full size

Next page: Page 3 – Cooling

Pages in this article:
Page 1 – Introduction and Assembly
Page 2 – Software
Page 3 – Cooling
Page 4 – Disk Performance
Page 5 – WiFi Performance
Page 6 – Summary


All articles in this series:

Raspberry Pi 5 Series
Hardware
iRasptek Starter KitAll the kit you need to get started with the Pi 5
Pironman 5 Case ReviewTransform the Pi 5 into a beautiful desktop mini PC
Passive Cooling the Pi 5Passively cool your Pi 5 the right way. Silent yet cool
BenchmarkingBenchmarking the Pi 5 against an Intel N100 mini PC
OverclockingLet's increase the clock speed of the BCM2712 SoC
Power ConsumptionCompare the power consumption of the Pi 5 with Intel Mini PCs
2.5Gbps NetworkingImproving the wired performance of the Pi 5
Configuration
raspi-configUseful text-based tool to configure the Pi 5
PiGroGUI tool that streamlines the process of managing the Pi 5
Increase Swap Memory SizeIncrease the swap size from 512MB to 2GB
ZRAM swapdriveSimple script to use a ZRAM swapdrive instead of a swapfile
Software
Installing SoftwareDifferent ways to install software on the Pi 5
df snap pollutionReplace df with dysk
Ollama GUIRunning Large Language Models on the Pi 5
Many software articles are planned. Stay tuned!
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