+1 500 000 products in offer

7000 packages per day

+300 000 clients from 150 countries

Quick Buy Favourites
Cart

A Simple Guide to Setting Up a Raspberry Pi

Date of publication: 17-04-2025 Update date: 10-04-2026 🕒 5 min read

Are you taking your first steps in the world of electronics and planning to work with Raspberry Pi? Check how to easily and quickly configure this popular computer step by step.

Hardware you need:

  1. Raspberry Pi Board (Model 3B+, 4, 5)
  2. MicroSD Card (16GB or larger recommended) with an SD card reader
  3. Power Supply (specific to your Raspberry Pi model)
  4. HDMI Cable (or micro HDMI for Raspberry Pi 4)
  5. Monitor
  6. Keyboard and Mouse (USB or Bluetooth)
  7. Internet Connection (Ethernet cable or Wi-Fi)

Introduction

A Raspberry Pi is a small, affordable computer that you can use for a variety of projects and learning purposes.

This guide will walk you through the steps to set up your Raspberry Pi, from initial hardware connections to configuring the operating system.

Step 1: Prepare the MicroSD card

Download the Raspberry Pi Imager from the official Raspberry Pi website.

Insert the MicroSD Card into your SD card reader and connect it to your computer.

Operating System:
Choose "Raspberry Pi OS (32-bit)" or any other preferred OS.

Storage:
Select your MicroSD card.

Click "Write" and wait for the process to complete. This will install the Raspberry Pi OS on your MicroSD card.

Step 2: Set up the Raspberry Pi hardware

Insert the MicroSD Card into the MicroSD card slot on the underside of the Raspberry Pi.

Connect the HDMI Cable to the HDMI port on the Raspberry Pi and to your monitor.

Plug in the Keyboard and Mouse into the USB ports of the Raspberry Pi. Connect the Ethernet Cable (if using a wired connection) to the Ethernet port.

Plug in the Power Supply to the Raspberry Pi and then into a power outlet. The Raspberry Pi will power on automatically.

If you use another display, you need to connect it with a PCI cable to the external display port of the Raspberry Pi

Step 3: Initial boot and configuration

The Raspberry Pi will boot up and you should see the Raspberry Pi OS desktop on your monitor.

Follow the on-screen prompts to:

  • Select your country, language, and time zone.
  • Change the default password.
  • Connect to a Wi-Fi network (if not using Ethernet).
  • Update the software to the latest version.

Step 4: Basic configuration and updates

Open the Terminal (You can find the terminal in the application menu or on the taskbar) and update the system with these 2 commands:

sudo apt update

sudo apt full-upgrade

First, make sure that your Raspberry Pi runs the latest software. Run the following command to update:

sudo apt update && sudo apt full-upgrade

The AI Camera has an integrated RP2040 chip that handles neural network model upload

Enable SSH (optional):

If you want to access your Raspberry Pi remotely, enable SSH.

  • Go to Preferences > Raspberry Pi Configuration.
  • In the Interfaces tab, enable SSH.

SSH, or Secure Shell, is a way to safely access another computer over a network. It lets you control the other computer and transfer files securely, as if you were sitting right in front of it.

Using SSH, you can perform tasks on a remote machine without needing physical access.

Step 5: Install Python

For the next projects we need to install python3.

Python is a programming language that's easy to read and write and it's perfect for beginners. You can use Python on a Raspberry Pi to create projects like websites, games, and home automation.

Using Python on the Raspberry Pi makes coding simple and fun, even for kids..

Open the Terminal (You can find the terminal in the application menu or on the taskbar) and update the system with these 2 commands:

sudo apt install python3-pip

pip3 install <package_name>

Step 6: Build projects

Have fun!

Transfer Multisort Elektronik (TME) is one of the world’s largest global distributors of electronic components, electrotechnical parts, workshop equipment, and industrial automation. The catalog includes over 1,500,000 products from 1,300 leading manufacturers. TME’s modern logistics centers in Łódź and Rzgów (Poland), with a combined area of over 40,000 m², ship nearly 6,000 packages daily to customers in more than 150 countries.

TME also invests in the development of knowledge and skills of young engineers and electronics enthusiasts through the TME Education project, and supports the tech community by organizing the TechMasterEvent series, promoting innovation and experience exchange.

Download
If you would like to use the article, please cite TME as the source and add a link to the original text when republishing it online.

READ ALSO