The Raspberry Pi is a low cost, credit-card sized computer that plugs into a computer monitor or TV and uses a standard keyboard and mouse. It is a capable device that enables people of all ages to explore computing and learn how to program in languages like Scratch and Python. Itās also capable of doing most things youād expect a desktop computer to do, from browsing the internet and playing high-definition video, to making spreadsheets, word-documents as well as playing games. In this how-to, you will learn how to get the Raspberry Pi up and running!
What You Can Do With A Raspberry Pi
The raspberry pi can be used to build many projects from DIY applications to real-life applications. Some of the applications of the raspberry pi are seen below:
- A weather station
- A Photo Booth
- A Home Surveillance System
- Arcade Stick
- A portable, digital eBook library
- A wearable camera
- A wireless hotspot
- A retro gaming console
- A computer system
- And so much moreā¦
What You Will Need
To get started as a beginner, you will need the following items:
- Raspberry Pi 3 or Raspberry Pi 2 with a Wifi Dongle
- HDMI monitor
- USB keyboard
- USB mouse
- USB power supply
- Micro SD 8GB
- Micro SD card reader
- Raspbian OS
- Etcher
SettingĀ It Up
Choosing An Operating System
One of the first things we need to do is to install an OS. When purchased, theĀ Raspberry Pi doesnāt come with an OS, so the end user is responsible to sort this out and one primary reason for this isĀ because it doesnāt contain an onboard storage as seen in conventional computers. TheĀ OS and user files will be stored on a microSD card that is inserted under the board.
Several OS works on the Raspberry Pi, but some are more tailored for some particular purpose. For example, theĀ OSMC (Open Source Media Center) is an operating system that turns your Pi into a full-featured media center, so if your interest isĀ in media,Ā then OSMC might be your best bet. But in this guide, we will go for the most commonly used OS ā Raspbian. To download this operating system, visit the Raspberry Pi download page or get the direct ZIP file.
Read more: How to Get Started With The Raspberry Pi