+1 500 000 products in offer
7000 packages per day
+300 000 clients from 150 countries
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.
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.
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.
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
The Raspberry Pi will boot up and you should see the Raspberry Pi OS desktop on your monitor.
Follow the on-screen prompts to:
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
If you want to access your Raspberry Pi remotely, 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.
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>
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.