← Return to Log

🍓 Getting Started with Raspberry Pi [01] Hardware Setup

P-chan
Raspberry Pi DevLog PochomLab

Raspberry Pi 4 Setup Series

👀Table of Contents


🧰 Equipment Prepared

The Raspberry Pi used here is one I bought at the beginning of July 2025 for 🐍Python learning.
After doing a single power-on check when I first bought it, I left it untouched for a while.

Image of all prepared equipment

This time, in order to move forward with connection tests to a local LLM and several other experiments, I also prepared a few additional peripherals, including a monitor.

PartProduct namePriceShop
Single-board computerRaspberry Pi 4 8GB (Japan technical conformity certified)¥14,994Amazon
CaseArgon ONE M.2 Aluminum Case¥11,622Amazon
M.2 2280 SSDWestern Digital 480GB WD Green SATA¥6,697Amazon
Power adapterAnker PowerPort III Nano 20W (PD Charger 20W USB-C)¥1,780Amazon
USB-C cableAnker PowerLine III Flow USB-C & USB-C Cable¥1,790Amazon
HDMI cableTwozoh Micro HDMI to HDMI Cable 1M¥973Yahoo! Shopping
MonitorSantek Open Frame Touch Monitor 7-inch (main unit + dedicated cover)¥11,891Amazon
KeyboardREDRAGON Gaming Keyboard, Silver Switches, 92 Keys¥5,480Rakuten Bic
Mini HDMI adapterMini HDMI Male to HDMI Female Adapter, 2-piece set¥319Rakuten
Total: ¥55,546

The HDMI cable and mini HDMI adapter are not required if the Raspberry Pi is only used after being installed in the case. However, they become necessary when checking the board directly before putting it into the case.

The monitor and keyboard are also not essential if the plan is to operate the Raspberry Pi remotely over SSH.
I did not have a suitable small touch monitor on hand, and my only spare keyboard was an old PS/2 model, so I bought a tenkeyless mechanical keyboard.

At minimum, what you need is roughly the Raspberry Pi itself, a power adapter, cables, and a microSD card, so it is possible to start more cheaply.
For the microSD card, an extra one from a smartphone or digital camera should be enough.

I had the impression that Raspberry Pi-related prices had been gradually rising since I first bought mine. As of April 2026, when I am writing this article, the prices I was able to confirm had increased quite a lot.

  • Raspberry Pi 4 8GB: ¥14,994 → ¥27,800
  • SSD: ¥6,697 → ¥23,980

I bought the case as a set with a SATA board, but the case itself also included a SATA board. As a result, I ended up with one extra board. At the time, I casually thought, “I can just buy a second Raspberry Pi and a standard case without the M.2 board,” but looking at the current price increases, I will probably wait and see for a while.


🛠️ Assembling the Raspberry Pi

First, I installed the Raspberry Pi itself into the case.

Image of the included parts

First, connect the Raspberry Pi single board to the Argon ONE expansion board.

Image of the Raspberry Pi connected to the Argon ONE expansion board

Next, attach the thermal pads to the top side of the case.

Image of thermal pads attached to the top cover

After that, place the Raspberry Pi, now connected to the expansion board, onto the top side of the case.

Image of the Raspberry Pi being placed into the top cover

Next, install the SSD onto the M.2 board that forms the bottom side of the case.

Image of the M.2 board and SSD

Image of the SSD installed on the M.2 board

Finally, fasten the top and bottom plates together with screws, and the assembly is complete.

Front view of the completed case

From the back, the connectors are arranged like this.

Rear view of the case


📺Preparing the Monitor

Next, I checked the monitor I bought for this setup.

Image of the monitor in its box

The included accessories were as follows.

  • USB-A to USB-C cable × 2
  • HDMI to mini HDMI cable
  • Monitor stand

Image of the monitor accessories after opening the box

The back side has an exposed circuit board structure, and it is designed so that a Raspberry Pi can be mounted on it.
Since I also bought the dedicated cover this time, and some reviews mentioned that the central chip can get hot, I plan to attach a heatsink before putting the cover on.

Image of the back side of the monitor

I attached the stand and also checked whether the monitor would power on.
For the monitor’s power supply, I reused an Android charger I already had. It seems to require 5V-2A. If the power conditions are not met, the red LED does not appear to light up.

As a test, I connected an Anker PowerPort III Nano (5V=3A / 9V=2.22A), but this monitor did not power on with it.

Image of the powered-on monitor from the back

After that, I connected my work laptop using the included HDMI cable and confirmed that the display worked.

Screen connected to the laptop

Installing the Heatsink and Dedicated Cover

A few days later, the heatsink and dedicated cover arrived, so I installed them on the monitor.

For the heatsink, I chose a black aluminum model measuring about 40 × 40 × 11 mm.

Image of the heatsink and dedicated cover

Back side of the monitor with the heatsink installed

Image of the cover installed

The temperature of the controller chip on the back became much lower.

When I am not using it with the Raspberry Pi, it also seems useful as a small secondary monitor for my work PC.


✅ Checking Raspberry Pi Operation

I had already checked the Raspberry Pi itself by connecting it to my main monitor when I first bought it, so I skipped that step this time.

However, if you are setting up a Raspberry Pi for the first time, I think it is reassuring to connect the monitor and Raspberry Pi directly at this stage and confirm that the boot screen appears.
This makes it easier to separate hardware-side issues from OS writing or initial setup problems later.


✍️ Summary

This Raspberry Pi had originally been prepared for 🐍Python learning, but this time I finally started setting it up together with the surrounding equipment.

Since this was my first Raspberry Pi, I ended up buying some items that were not strictly necessary. Still, I want to keep that included as a real record of the introduction process.

Next time, I will move on to installing Raspberry Pi OS.