[started by Nugraha, 2014.12.01]

This page is used as a logbook for learning Raspberry Pi in Saito Group. Most of the contents are copied directly from the Raspberry Pi website, with some modifications.

About Raspberry Pi

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 little device that enables people of all ages to explore computing, and to learn how to program in languages like Scratch and Python. It is capable of doing everything we would expect a desktop computer to do, from browsing the internet and playing high-definition video, to making spreadsheets, word-processing, and playing games.

The Raspberry Pi also has the ability to interact with the outside world. It has been used in a wide array of digital maker projects, from music machines and parent detectors to weather stations and tweeting birdhouses with infra-red cameras.

Before Installation

Required

1. SD Card

2. Display and connectivity cables

3. Keyboard and mouse

4. Power supply

Not essential but helpful to have

1. Internet connection

2. Headphones

Plugging in Raspberry Pi

Before we plug anything into the Raspberry Pi, make sure that we have all the equipment listed above to hand. Then follow these instructions:

Software Installation

NOOBS guide

To get started with Raspberry Pi we need an operating system. NOOBS (New Out Of the Box Software) is an easy operating system install manager for the Raspberry Pi.

Download and extract NOOBS

To get and install NOOBS, we need an SD card (8GB recommended as mentioned before), and then we can download NOOBS for free and install it on the card.

Format the SD card

It is best to format the SD card before copying the NOOBS files onto it. To do this:

Drag and drop NOOBS files

First boot

Logging into the Raspberry Pi

Set a new user and sudoer

pi@raspberrypi ~ $ sudo adduser rsaito 
pi@raspberrypi ~ $ sudo visudo
rsaito ALL etc (Copy the data for pi)

VcXsrv (XMing) setting up

http://www.nazo-fjt.com/elehobby/kousaku/raspberrypi/xming.htm

VNC server and PC VNC clients

pi@raspberrypi ~ $ sudo apt-get install tightvncserver
pi@raspberrypi ~ $ tightvncserver
http://www.realvnc.com/download/viewer/

Front page   New Page list Search Recent changes   Help   RSS of recent changes