Raspberry Pi Tutorial- Getting Started with Raspberry Pi 3

Upasana Priyadarshiny
Edureka
Published in
4 min readMay 26, 2018
Raspberry Tutorial — Edureka

Internet of Things is on its course to bring about the next technological revolution. IoT will shake up the conventional way of doing things and make the world smart. In the past 2–3 years, the interest in IoT development boards has increased substantially. This blog on Raspberry Pi Tutorial focuses on one such IoT development board and applications based on it.

This Raspberry Pi tutorial blog will comprise of the following topics:

  • The idea behind Raspberry Pi
  • What is Raspberry Pi?
  • Raspberry Pi Capabilities
  • Raspberry Pi Components
  • Raspberry Pi OS Installation
  • Sense Hat

The Idea Behind Raspberry Pi

The Raspberry Pi Foundation is registered as an Educational Charity based in the UK. The foundation was set-up to foster education in the field of computer science. The aim of the foundation was to provide low cost, high-performance computers into the hands of people all over the world, so they are capable of understanding, creating & modeling our progressive digital world.

What is Raspberry Pi?

What? A credit-card sized computer? Yes! You read it right, it’s a fully functional credit-card sized computer which can be plugged into a monitor. The Raspberry pi 3 is based on Broad-com System on Chip with an ARM processor of around 1.2GHz, a GPU and 1 GB SDRAM.

Raspberry Pi Capabilities

Since Raspberry Pi is a fully functional computer, we can perform tasks such as browsing the internet, word-processing, playing games and obviously developing IoT based applications.

Raspberry Pi Components

Now, let’s have a look at the different components of the Raspberry Pi 3 — B model:

Configuring Raspberry Pi

The first step in configuring the raspberry pi would be to install the raspbian operating system. Go to https://www.raspberrypi.org/downloads/ and select the raspbian O.S.

Once you download the raspbian operating system, you would need to format the S.D card and flash the raspbian O.S onto your S.D card. So, you would require a disk imaging software. Go to sourceforge and download the Win32 Disk Imager.

We would also require a graphical desktop sharing system, so that we can control the Raspberry Pi with a graphical user interface. One such graphical desktop sharing software is VNC Viewer. So, we’ll go ahead and download VNC Viewer.

After completing all of the above steps, we’ll finally insert the SD card into the micro SD slot and connect the power cable to the Pi.

Next, connect the Raspberry Pi to the monitor & plug-in the power cable. Click on install Raspbian and follow the instructions to install the Raspbian OS on Raspberry Pi.

Next time when you connect the power source to the Raspberry Pi, it’ll start searching for open wi-fi networks. So, we’ll turn on the mobile hot-spot in our system and let it connect. Once, the raspberry pi is connected to our wifi, we’ll take the dynamic IP of the Raspberry Pi and feed it into the VNC Viewer dialog box, and voila we can start working with Pi.

Sense Hat

One of the brilliant things about the Raspberry Pi has always been the ability to attach external physical hardware to the Raspberry Pi. There are many add-on hats to the Raspberry Pi, one such HAT is the Sense HAT.

The Sense HAT comes with an 8×8 RGB LED matrix, a five-button joystick and includes the following sensors:

  • Gyroscope
  • Accelerometer
  • Magnetometer
  • Temperature
  • Barometric pressure
  • Humidity

You can attach the Sense Hat to the raspberry Pi as shown in the below image.

This brings us to the end of our article on Raspberry Pi Tutorial. I hope you found this article informative and added value to your knowledge.

If you wish to check out more articles on the market’s most trending technologies like Artificial Intelligence, DevOps, Ethical Hacking, then you can refer to Edureka’s official site.

Do look out for other articles in this series which will explain the various other aspects of IoT.

1. IoT Tutorial

2. IoT Applications

Originally published at www.edureka.co on May 26, 2018.

--

--