0% found this document useful (0 votes)
7 views

EXp 1

The document outlines an experiment for students to familiarize themselves with the Raspberry Pi 4 Model B, including software installation and hardware setup. It details the necessary apparatus, step-by-step instructions for formatting the microSD card, flashing the Raspberry Pi OS, and configuring the device. Additionally, it highlights learning outcomes such as understanding hardware setup, basic configuration, and interfacing with GPIO pins.

Uploaded by

amirphil38
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

EXp 1

The document outlines an experiment for students to familiarize themselves with the Raspberry Pi 4 Model B, including software installation and hardware setup. It details the necessary apparatus, step-by-step instructions for formatting the microSD card, flashing the Raspberry Pi OS, and configuring the device. Additionally, it highlights learning outcomes such as understanding hardware setup, basic configuration, and interfacing with GPIO pins.

Uploaded by

amirphil38
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

DEPARTMENT OF

ELECTRONIC AND COMMUNICATION ENGINEERING

Experiment 1
Student Name: Satyam Raj UID: 22bec10027
Branch: Electronic & Communication Section/Group: 22bec-1A
Semester: 6th Date of Performance:07/01/2025
Subject Name:Raspberry Pi and its interfacing Subject Code:22ECH-321

1. Aim: To familiarize with the Raspberry Pi 4 Model and perform necessary


software installations

2. Apparatus: Raspberri Pi 4B model (with micro sd card slot), Micro SD


card 32Gb, HDMI cable and compatible monitor/ pc, USB Keyboard and
mouse, Power Supply (5V, 3A)

3. Theory:
Raspberry Pi 4B - The Raspberry Pi 4 Model B is a compact, low-cost,
single-board computer designed for educational purposes, prototyping, and
hobbyist projects. It features a quad-core processor, multiple RAM options,
USB and HDMI ports, Wi-Fi, Bluetooth, and GPIO pins, enabling it to
perform tasks ranging from basic computing to IoT, robotics, and multimedia
applications.
Class 10 microSD card -A Class 10 microSD card is a microSD memory card
that guarantees a minimum sequential write speed of 10 MB/s. This speed
class is ideal for applications requiring fast and reliable data transfer, such as
recording Full HD videos, capturing high-resolution photos, and use in
devices like smartphones, tablets, drones, and Raspberry Pi boards.

4. Steps involved:

I. Download Required Software


DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING

a) SD Card Formatter:Download from the SD Association's website.


b) Raspberry Pi OS: Download the Raspberry Pi OS image (e.g., with
desktop or Lite) from the Raspberry Pi website.
c) Balena Etcher: Download from the Balena Etcher website.

II. Format the microSD Card

a) Insert the microSD Card: Connect the microSD card to your


computer using a card reader.
b) Open SD Card Formatter: Launch SD Card Formatter after
installation.
c) Select the microSD Card: Choose the correct drive for your
microSD card.
d) Format the Card: Click Format to erase and prepare the card for a
clean installation.

III. Flash Raspberry Pi OS with Balena Etcher

a) Launch Balena Etcher: Open Balena Etcher on your computer.


b) Select the OS Image: Click Flash from file and select the
downloaded Raspberry Pi OS .img or .zip file.
c) Select the microSD Card: Click Select target and choose your
formatted microSD card.
d) Flash the OS: -Click Flash to write the OS onto the microSD card ,
Wait for the flashing and verification process to complete.
e) Eject the microSD Card: Safely eject the card after the flashing is
complete.

IV. Set Up Raspberry Pi 4 Model B

a) Insert the microSD Card: Insert the prepared microSD card into the
Raspberry Pi.
b) Connect Peripherals: Attach the keyboard, mouse, and monitor
using the USB and micro HDMI ports.
c) Power Up the Raspberry Pi:Connect the USB-C power adapter. The
Raspberry Pi will boot automatically.
DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING

V. First Boot and Configuration

a) Initial Setup: Follow the on-screen prompts to configure language,


country, and time zone.
b) Connect to Wi-Fi: Set up your Wi-Fi network or connect via
Ethernet.
c) Change Default Password:Choose a secure password during setup.
d) Update the System: Allow the Raspberry Pi to download and install
updates.

VI. Interfacing with Raspberry Pi Hardware

a) GPIO Pins: Use GPIO pins for controlling LEDs, sensors, or motors.
Install Python libraries like RPi.GPIO or gpiozero for control.
b) Camera Module: Attach the camera module to the CSI port and
enable it via the Configuration tool.
c) I2C/SPI Devices: Use I2C or SPI to interface with hardware like
displays or sensors.
d) HDMI Displays: Connect a monitor or TV using the micro HDMI
ports.

VII. Shutdown Safely:

Always shut down the Raspberry Pi properly to avoid corruption:

- sudo shutdown -h now

5. Screenshots

I. SD Card Formatter:
DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING

II. Balena Etcher:


DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING

III. Raspberry Pi:-


DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING
DEPARTMENT OF
ELECTRONIC AND COMMUNICATION ENGINEERING

6. Learning Outcomes:

a) Understand hardware setup and OS installation on Raspberry Pi.


b) Learn to configure basic settings and enable interfaces.
c) Gain skills in hardware interfacing using GPIO pins.
d) Explore software setup and remote access methods.
e) Practice proper shutdown procedures to ensure system safety.

You might also like