Tech With Dennis

“It's still magic even if you know how it's done.”

― Terry Pratchett, A Hat Full of Sky
Raspberry pi

Setting Up A Raspberry Pi

1 week ago by Dennis Leboe

Raspberry is One of the most versatile computer publiclly available. from it small form factor and cheap price tag to the open-source os, Raspberry PIs are powerfull computers with virtually infinite uses.

I Personllly would highly recommanded any indiviaual interested in IT to purchase a raspberry pi, it open up a large new world of possibility

This article is the first of my Raspberry Pi project Series, in which i will focus mainly on Raspberry related project, from Configuring a webserver to hosting a gaming LAN, Join me in exploring the limitless world of The Raspberry Pi.
So, let’s get started.

Things Wou Will Need:

To follow this article, you will need the following things to set up your Raspberry Pi in headless mode:

  1. A Raspberry Pi 3 or Raspberry Pi 4 single-board computer .
  2. A micro-USB (Raspberry Pi 3) or USB Type-C (Raspberry Pi 4) power adapter.
  3. A 16 GB or 32 GB microSD card
  4. Network connectivity on the Raspberry Pi (Ethernet Cable is Recommanded)
  5. A laptop or a desktop computer for SSH access to the Raspberry Pi.
  6. A MicroSD Card Reader/Writer

Video Guide

Installing And configuring Pi Os

Step 1

Download and Install Raspberry Pi Imager

raspberry Step 2

once Installed, open and select Os

raspberry Step 3

Select Raspberry Pi OS (32-bit)

raspberry Step 4

On your Keyboard, Press Together "CTRL", "SHIFT" and "X" to open Advance Option

 raspberry Step 5

In Advance Option, Click "Enable SSH" to enable ssh connection

 raspberry Step 6

select "Use password authenthication and input password

 raspberry Step 7

Enter Wifi Name And password if Enthernet cable is unavailable.

select GB for the default of Wifi country and press "SAVE"

 raspberry Step 8

imput your MicroSD into your SD Card Reader/Writer

raspberry

and insert it into your computer

 raspberry Step 9

once inserted, in Raspberry Pi imager click "CHOOSE STORAGE" to select the OS Storage Device

 raspberry Step 10

Select your SD Storage

 raspberry Step 11

Press "WRITE" to Write The configure OS onto the SD

 raspberry

Scanning Network

Step 12

While SD is Writing, Download and Install Advance Ip Scanner

 raspberry Step 13

Once SD Writing is completed. remove the SD from the Card Reader/Writer, insert into the Rasberry pi and Turn it On

 raspberry Step 14

Open advanced-ip-scanner, enter your Router Dhcp range and press Scan

(PS if u do not know your Dhcp range the max ip address per Subnet is 254 so it best to set from 0 to 254

E.g 192.168.1.0-254)

 raspberry Step 15

Advance IP scanner will scan for all devices with active IP addresses and hostname on your network. Find and remember the Ip address of the Raspberry Pi

 raspberry

Establishing connection

Step 16

Open Windows Command Prompt and enter the Following Command

              
                  ssh pi@192.168.10.5
              
 raspberry Step 17

Type "yes" and press Enter to establish a figerprint Key

 raspberry Step 18

Type Password and Press Enter

raspberry

if u see this message then Congradulation you have completed setting up the Raspberry pi

raspberry

Conclusion

In this article, I have shown you how to install A Rasberry pi OS unto A MicroSD, i have also shown you how to scan your network for Devices IP address and i have show you how to establish a SSH connection to a linux devices.
Hope you enjoy and please stay tune for more articles.