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

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments