02 Using Your Raspberry Pi - Raspberry Pi Projects
02 Using Your Raspberry Pi - Raspberry Pi Projects
Projects
Step 1 Introduction
Here you’ll learn how to use Raspberry Pi OS and some of its software, and how to adjust some key settings to your
needs.
If you don’t have your Raspberry Pi up and running yet, check out our Setting up your Raspberry Pi (https://proj
ects.raspberrypi.org/en/projects/raspberry-pi-setting-up) guide.
We also have a three-week online course available on the FutureLearn platform (http://rpf.io/rpi- ).
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 1/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
Your Raspberry Pi runs Raspberry Pi OS, a version of an operating system (OS) called Linux. (Windows and macOS
After Raspberry Pi OS starts up, you will see the Desktop appear.
The Raspberry Pi icon in the top left-hand corner is where you access the menu.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 2/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
Close the text editor by clicking the x in the top right-hand corner of the window.
Note: The Raspberry Pi Imager gives the option to install Raspberry Pi OS Full, which comes with all recommended
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 3/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
To set up your mouse and keyboard, select Preferences and then Mouse and Keyboard Settings from the menu.
Mouse
You can change the mouse speed and double-click time here, and swap the buttons if you are left-handed.
Keyboard
You can adjust the key repeat delay and interval values here.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 4/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
To change the keyboard layout, click on Keyboard Layout and select your layout from the list of countries.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 5/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
If you want to connect your Raspberry Pi to the internet, you can plug an Ethernet cable into it (if you have a
If your model is a Raspberry Pi 4, Raspberry Pi 3, or Raspberry Pi Zero W, you can also connect to a wireless
network.
Click on the wireless network icon in the top right-hand corner of the screen, and select your network from the
drop-down menu.
Type in the password for your wireless network, then click on OK.
Once your Raspberry Pi is connected to the internet, you will see a wireless LAN symbol instead of the red
crosses.
Test your connection by clicking on the web browser icon and searching the web for raspberry pi.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 6/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
Your Raspberry Pi can either send sound to the screen’s built-in speakers through the HDMI connection (if your
Right-click on the speaker icon in the top right-hand corner, and select Audio Outputs, to choose whether
your Raspberry Pi should use the HDMI or the AV Jack connection for sound.
Click on the speaker icon to adjust the volume by moving the slider up or down.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 7/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
There are many, many software programs and applications you can download and install on Raspberry Pi.
Note: Your Raspberry Pi has to be connected to the internet (4) before you can install software.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 8/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
In addition to the Raspberry Pi’s recommended software, there’s a huge library of other available programs and
applications.
You can search for software, or browse by selecting a category from the menu on the left.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 9/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
When prompted, enter your password; if you haven’t changed the password, it will be ‘raspberry’.
When the process is complete, open Pinta by selecting Graphics and then Pinta from the menu.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 10/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
It’s a good idea to regularly update the software on your Raspberry Pi with the latest features and xes.
You can update your Raspberry Pi using the Add / Remove Software application: open it by selecting it from
Before you check and install any updates, you should refresh the software package lists on your Raspberry Pi.
Click on Options in the top left-hand corner, and select Refresh Package Lists.
When this is done, click on Options and select Check for Updates.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 11/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
The Package Updater will open and automatically check whether updates are available. It will display anything it
nds in a list.
When prompted, enter your password; if you haven’t changed the password, it will be ‘raspberry’.
The updates will then be downloaded and installed. You can see the installation by checking the progress bar
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 12/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
All the les on your Raspberry Pi, including the ones you create yourself, are stored on the SD card. You can access
Click on Accessories and then on File Manager in the menu, or select the File Manager icon on the menu
bar.
When the File Manager opens, you will be shown the pi directory — this is where you can store your les and create
new subfolders.
Double-click on the Documents icon to open the directory and view the les inside.
To open a le, double-click on its name, or right-click on it to open the le menu for more options.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 13/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
You can use USB drives and sticks with your Raspberry Pi. This is a convenient way of backing up your les and
Insert a USB stick into your Raspberry Pi. A window will pop up, asking what action you want to perform.
The File Manager will open and show you the les on your USB stick.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 14/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 15/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
The terminal is a really useful application: it allows you to navigate le directories and control your Raspberry Pi
using typed commands instead of clicking on menu options. It’s often in many tutorials and project guides,
To open a terminal window, click on the Terminal icon at the top of the screen, or select Accessories and then
You can type commands into the terminal window and run them by pressing Enter on your keyboard.
ls
The command ls lists all the les and subdirectories in the current le directory. By default, the le directory that
the terminal accesses when you open it is the one called pi.
cd Desktop
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 16/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
ls
The terminal can do a lot more than list les — it’s a very powerful way of interacting with your Raspberry Pi!
pinout
This will show you a labelled diagram of the GPIO pins, and some other information about your Raspberry Pi.
Close the terminal window by clicking on the x in the top right-hand corner, or using the command exit.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 17/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
You can control most of your Raspberry Pi’s settings, such as the password, through the Raspberry Pi
System
In this tab you can change basic system settings of your Raspberry Pi.
Password — set the password of the pi user (it is a good idea to change the password from the factory
default ‘raspberry’)
Boot — select to show the Desktop or CLI (command line interface) when your Raspberry Pi starts
Auto Login — enabling this option will make the Raspberry Pi automatically log in whenever it starts
Network at Boot — selecting this option will cause your Raspberry Pi to wait until a network connection is
Splash Screen — choose whether or not to show the splash (startup) screen when your Raspberry Pi boots
Interfaces
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 18/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
You can link devices and components to your Raspberry Pi using a lot of di erent types of connections. The
Interfaces tab is where you turn these di erent connections on or o , so that your Raspberry Pi recognises that
ule-v2/)
SSH — allow remote access to your Raspberry Pi from another computer using SSH
VNC — allow remote access to the Raspberry Pi Desktop from another computer using VNC
Remote GPIO — allow access to your Raspberry Pi’s GPIO pins from another computer
Performance
If you need to do so for a particular project you want to work on, you can change the performance settings of your
Warning: Changing your Raspberry Pi’s performance settings may result in it behaving erratically or not working.
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 19/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
Localisation
This tab allows you to change your Raspberry Pi settings to be speci c to a country or location.
Locale — set the language, country, and character set used by your Raspberry Pi
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 20/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
If you are experiencing problems with your Raspberry Pi, there are lots of ways you can get help and advice:
Check out the help section (https://www.raspberrypi.org/help/) and the troubleshooting guide (https://
rg)
spberrypi.org/forums/viewforum.php?f=91) section, is a great place to ask questions and get support from
Call out on Twitter (https://twitter.com) using the hashtag #rpilearn, or submit a question on the Raspberry
You could also attend a free Raspberry Jam (https://rpf.io/jam) community event to talk to people about
their experiences and get some rst-hand help from fellow Raspberry Pi users
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 21/22
5/2/2021 Using your Raspberry Pi | Raspberry Pi Projects
Well done! You have just completed the second project in the Raspberry Pi for beginners (https://projects.raspb
errypi.org/en/pathways/raspberry-pi-beginners) pathway.
Next, try the third project in the pathway, Customise your Raspberry Pi desktop (https://projects.raspberrypi.o
rg/en/projects/custom-pi-desktop/).
p/)
l)
mmand/)
rdware%5B%5D=raspberry-pi ).
license (https://creativecommons.org/licenses/by-sa/4.0/).
https://projects.raspberrypi.org/en/projects/raspberry-pi-using/print 22/22