How to Set Up and Get Started with Raspberry Pi 3 (Starter Guide)

The Raspberry Pi is an inexpensive, low-powered, credit card-sized mini computer. It can do all sorts of wonderful things such as being a general-purpose desktop, a low-cost & low-power media server, a home automation device, and much more. The latest iteration, called theRaspberry Pi 3, has 4 USB ports to plug in your peripherals (bought separately) such as a keyboard, mouse, pen drives, an HDMI port for plugging in a monitor or TV, a 3.5 mm audio jack for speakers and headphones, an Ethernet port, a built-in WiFi and Bluetooth module, and even a set ofGPIO pinsfor the tinkerers among us.

As wonderful as this mini powerhouse is, setting it up for use is not so straightforward. It requires time, patience, tinkering, and a willingness to solve problems as they come up. So, here is a step-by-step guide on how you can set up your Raspberry Pi for the first time.

Note:We are using the Raspberry Pi 3 for this article. These instructions, however, will work with Raspberry Pi 1 & 2 as well.

What You’ll Need to Set Up Raspberry Pi 3

What You’ll Need to Set Up Raspberry Pi 3

The Raspberry Pi does not come with a keyboard, mouse, display, storage, or even a power supply. So, here is a list of the hardware and software you will need to set up Raspberry Pi 3:

Raspberry Pi (duh!)

We recommend getting the latest Raspberry Pi 3, as it is the fastest and most advanced Pi yet, and comes with in-built WiFi and Bluetooth, unlike the older models. It costs the same too.

Buy($35.70)

Power Supply

The Raspberry Pi uses a standard micro USB charger (the one you use on your smartphone) as a power supply, with a major caveat that it must have an output ofat least 2.0A. Power supplies with lower ratings might work, but will cause problems when you connect USB peripherals, or during intensive use.

Buy($9.99)

MicroSD Card

You can use any spare MicroSD card that you have lying around. We recommend using aClass 10card withat least 16 GBof storage.

Buy($7.99)

MicroSD Card Reader

You will need a Card Reader to load up an operating system on your microSD card. If you have a laptop, it probably has one built-in, so you do not need to buy this separately.

Buy($13)

USB Keyboard and Mouse

Again, you can use the ones that you already own. You will not need these if you want to set up a headless server on your Pi, but they are still recommended in case there is a problem during setup and you need to quickly troubleshoot.

Buy($18.10)

HDMI Cable

You will need an HDMI cable to connect your Pi to a screen. Most modern monitors and TVs come equipped with HDMI ports, so connectivity should not be a problem. However, if your monitor does not support it, you will need an HDMI (female) to DVI or VGA (male) adapter.

Buy($5.49)

Even though you can keep your Pi ‘naked’ without problems, you will need a case if you want to keep it protected. You can buy one of themany casesavailable, or be creative andmake your own.

Buy($7.91)

Getting Started with Raspberry Pi

Getting Started with Raspberry Pi

Preparing Your SD Card

1.Insert your SD card in the card reader, and insert your card reader in your PC.

2.Downloadand install theSD Formatter for Windowstool. You will need to go to the bottom of the page and clickAcceptbefore the download begins.

3.Right clickon theSDFormattericon on your desktop and selectRun as Administrator.

4.Here,select the driveyou wish to format (D:in my case). Be careful to select the correct drive, otherwise you might wipe the data on another drive. As a precaution, remove any pen drives or other expandable storage that you have connected to your system.

5.Go to theOptionsand make sure thatFormat Size Adjustmentis set toON.

6.Now, click onFormatand say yes to the sanity checks. If you see a dialog like this on your screen, congratulations! You are now ready to load up your SD card with an OS.

Installing Raspbian OS

1.Downloadthe Raspbian operating system (1.3GB). After the download is finished, right click andextractthe image from the zip file. The fully extracted image will be about 3.75GB in size, so make sure you have enough space available.

2.Downloadand install the Win32 Disk Imager tool.

3.Right click theWin32DiskImagericon and selectRun as Administrator.

4.Make sure thecorrect driveis selected in theDevicesection (D:in my case).

5.Click on the Folder icon next to the address bar, and navigate to the directory you extracted the Raspbian image in.Select the image fileand clickOpen.

6.Once you have verified the correct image file and drive to write in, click onWriteand confirm your choice. Your SD card will now be loaded with Raspbian OS. This process will take a while, so grab a cup of coffee.

7.Once the process is over, you will see the following screen.

8.Click on theSafely Remove Hardwareicon in your system tray and select your card reader. Now remove the card reader from your PC. You are now ready to turn on your Raspberry Pi for the very first time!

Getting Ready For The First Boot

1.After you have removed the microSD card from the card reader,flip over your Raspberry Pi, andinsert the card into the microSD card slot, as shown in the image:

  1. Optional: insert your Raspberry Pi into its case, if you have one.

3.Now, insert themouse, keyboard, power supply and the HDMI cablein the appropriate slots.

4.Turn on thepower for your Pi and your monitor. If everything went well, you will see some booting up text.

Finally you will see your beautiful new desktop! Feel free to take a look around and have some fun.

Configuring Raspbian OS options

No operating system is ever set up exactly the way we want out of the box, and Raspbian OS is no exception. Here are some configurations you need to make on Raspbian OS to make life easier:

Set Up The Keyboard Layout

Raspbian is set up to use theEnglish (UK)keyboard layout by default, while most English speakers in the US, Canada, India etc. use the English (US) layout. Here is how to change it:

1.Go toMenu > Preferences > Mouse and Keyboard Settings.

2.Navigate to theKeyboardtab on the top and selectKeyboard Layout.

3.Here,select the keyboard layoutof your choice. I use English (US), so that is what I have selected. ClickOK, and you’re done.

Basic Configuration

To set up some basics, go toMenu > Preferences > Raspberry Pi Configurationand go over some useful options in each tab:

System

Filesystem: Raspbian OS is not set up to take up all the space on your SD card. To use all the space available, click theExpand Filesystembutton.

Password: The default user ‘pi’ has the password ‘raspberry’ by default. It is recommended to change it to a more secure password by clicking onChange Password.Keep in mind that your new password will be visible on the screen when you’re setting it up for the first time.

Auto Login: Raspbian OS will automatically log in to the default user ‘pi’ without prompting for a password. For security reasons, it is recommended touncheck this option, so that the system will ask for a password at every boot.

Underscan: On many screens, you might see ablack outline on the edges. To get rid of these and make sure you get to use the entire screen, put this option toDisabled.

Interfaces

Here, you will find various interfaces available for your system. These are not important for now. We have enabled theSSHdaemon, which is used to connect to Unix-like systems, remotely. If you do not know what the previous sentence means, you should keep itDisabled.

Performance

Here, you can set up options foroverclocking and setting the GPU memory. Like the previous section, if you do not know what these mean, you should probably keep the defaults.

Localisation

Here, you can set thetimezone, locale and keyboard layout. These are rather self-explanatory and it is recommended that you change all of these settings to the ones that suit your location and preferences.

Once you are done playing with the settings, click onOKand you will be prompted for a reboot. ClickYesand your system will restart with the settings that you applied.

Set Up The Network

You will probably want to connect your Pi to the internet. If you are using Ethernet, your router will most likely do the job automatically using DHCP and you don’t need to do anything. If you are using WiFi, follow the instructions:

1.Click on theNetworkicon on the top-right corner of the screen and select the network you wish to connect to.

2.It will now prompt you for your password. Enter it and pressOK.

3.You will now see the WiFi icon appear with the current strength of the signal. This means you are connected. Open the web browser (Menu > Internet > Epiphany Web Browser) and open any website to test your connection.

Update Your System and Install New Software

Like any other computer, it is important to keep your Raspberry Pi updated, and stay abreast of the latest security and bug fixes. Here is how to do it:

1.Go toMenu > Preferences > Add/Remove Software. Click onOptionson the top left corner and selectCheck for Updates.

2.Here, you will see the packages that need to be updated. Keep all the packages selected and click onInstall Updates. Be patient anddo not turn off your Pitill the updates finish installing.

The sameAdd/Remove Softwareprogram also lets you install new apps. Just browse the various categories, or search for the software you want.

SEE ALSO:Arduino vs Raspberry Pi: A Detailed Comparison

All Set To Use Your Raspberry Pi?

Well, that’s how you can set up a Raspberry Pi desktop from scratch and we hope you found our guide useful. If you have any doubts, do let us know in the comments section below. Well, that is all for now and we hope you enjoy your brand new Raspberry Pi desktop. Also, we are only getting started with the Raspberry Pi and some of the topics that we will be covering include, but aren’t limited to:

So, stay tuned and watch this space for more cool Raspberry Pi projects, tips and tricks.

Shivam Raj

Command lines, DIY, video games, linguistics, and a little bit of everything else.

Add new comment

Name

Email ID

Δ

01

02

03

04

05