Task 7
Task 7
Task 7
Procedure:
Model Variants:
Hardware:
● 4 Models: A, A+, B, B+
● 85.6mm x 56mm x 21mm
The size of your student ID
● ARM1176JZF-S Processor
Typical clock size is 700 MHz, performing at approximately 40
MFLOPS
Can be over clocked to 1GHz without any issues
● Includes Video Core IV graphics processor w/ 1 billion pixels per second
● 512 MB of RAM is built into the board, not replaceable or upgradeable
● Includes multiple built on I/O ports
100 MB/s Ethernet port
HDMI port and RCA port
Audio Jack
Architecture:
If you bought your Pi as part of a kit, you probably got everything you need right in
the box, but if you just have the board, you'll need the following:
A power source
A micro SD card (at least 8GB)
And, unless you plan to do a headless install or the Raspberry Pi and use it via remote
desktop or SSH (controlling it from a PC), you will need.
A keyboard (wired or wireless)
A mouse or other pointing device (could be built into the keyboard)
A monitor or TV to connect to (via HDMI)
HDMI cables
All other Raspberry Pi models, including the Raspberry Pi 3 B and Pi Zero / Zero W,
get power via a micro USB port, which means that you can give it juice by
connecting it to just about any of the many different third-party chargers or even by
attaching it to one of your computer's USB ports. While you can get away with giving
the board a lot less electricity (the Pi Zero W runs perfectly off of my laptop's USB
port), the optimal power source for a Raspberry Pi 3 should have 5 volts and 2.5
amps, which also provides plenty of power for any peripherals you attach to its USB
ports.
There are a number of power supplies that are made specifically for Raspberry Pis,
including this Can a kit model for older Raspberry Pi’s and this Vilros model for the
Pi 4. Some third-party chargers come with on/off switches, but you shouldn't use
them to power down.
The Pi doesn't have a built-in power switch, so the default way to turn it on is to plug
it in. However, to avoid data loss, you'll want to use the shutdown feature in your
operating system (OS) before unplugging or switching it off.
5. Click Write. The app will now take a few minutes to download the OS and write
to your card.
Configuring Raspberry Pi OS:
If you are prompted for a username and password, the default username is "pi", and
the password is "raspberry". If you're concerned about security, you'll want to change
these. On first boot, you will probably be given a "Welcome to the Raspberry Pi"
dialog box, which takes you through the process of choosing important settings.
1. Click Next on the dialog box and then select your country, language and
keyboard type.
2. Change your default password on the next screen or leave it blank for it remain
as "raspberry."
3. Select the appropriate Wi-Fi network on the screen after, provided that you are
connecting via Wi-Fi. If you don't have Wi-Fi or are using Ethernet, you can skip
this.
4. Click Next when prompted to Update Software. This will only work when you are
connected to the Internet, and it can take several minutes. If you are not connected to
the Internet, click Skip.
5. Click Done or Reboot (if prompted to reboot).
If you are not shown a "Welcome to Raspberry Pi" dialog box or you wish to change
these settings later, you can find the region and password settings, along with many
other options, by clicking on the Pi icon in the upper left corner of the screen and
navigating to Preferences -> Raspberry Pi Configuration. You can configure Wi-Fi
by clicking on the Wi-Fi / network icon on the taskbar.
First make sure your Pi is connected to your WiFi or to your network using
an ethernet cable. On your Pi, open the terminal window then type:
hostname –I:
You want the first IP address that appears. In this example 192.168.1.4. Keep a note
of this, you’ll need it to connect to your Pi remotely. You’ll also need your Pi’s
username and password.
On your PC open the remote desktop app. Type ‘remote desktop’ into the search field
on the bottom left of your screen. Click ‘remote desktop connection’.
In the connection window, enter the IP address you made a note of earlier.