Skip to content

The Raspberry Pi is the tech equivalent of Harry Potter's magic wand. With knowledge and a little imagination, you can use it to work wonders. This is a list of resources to help you get started.

Notifications You must be signed in to change notification settings

vbookshelf/Raspberry-Pi-Resources-for-Beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Resources for Beginners

The Raspberry Pi is the tech equivalent of Harry Potter's magic wand. With knowledge and a little imagination, you can use it to work wonders. Here are a few resources to help you get started.


Raspberry Pi Zero W
Photo by Harrison Broadbent on Unsplash


What is a Raspberry Pi?


How to set up your new Raspberry Pi


How to connect to your Raspberry Pi remotely

Normally you would need to connect a monitor, mouse and keyboard to a Raspberry Pi in order to use it. However, there are two more convenient ways to connect remotely. By setting up a virtual desktop you'll be able to access your raspberry Pi's GUI (Graphical User Interface) from your Mac or PC. You can also connect to your Raspberry Pi's command line using SSH. Keep in mind that installing Putty is only required on Windows PC's and not on a Mac.


Notes

1- The VNC Viewer is what you will need. It's free. There is a fee for VNC Connect, but you don't need to download that for the setup. This is the link to download the VNC Viewer:
https://www.realvnc.com/en/connect/download/viewer/

2- Raspbian has been renamed Raspberry Pi OS.

3- How to connect from a Mac to the Raspberry Pi command line via SSH:

a) First enable SSH from the Raspberry Pi desktop by clicking:
Preferences --> Raspberry Pi Configuration --> Interfaces
Under SSH select "Enable"

b) To get the Raspberry Pi's IP address, open a terminal on the Raspberry Pi desktop and type:

$ hostname -I
(That's a capital I for indigo.)

c)To connect to the raspberry Pi from your Mac, open a terminal window, on your Mac, and type:

$ ssh pi@<raspberry_pi_ip_address>
Example: ssh [email protected]

Type "yes" if prompted.
Enter the password for the Raspberry Pi.
You should now see the Raspberry Pi command line.

c) The Raspberry Pi's IP address will change ech time it connects to your network.
To set things up so that the address always stays the same, you will need to configure your router.
The steps are different for different routers. Please refer to the advice given in the above video by Caroline Dunn.


How to use the GPIO Pins


How to connect and use a Raspberry Pi camera

This video explains how to use a pi camera from the Raspberry Pi command line and in python code. Sample code is included in this repo.


Project Ideas

Now that you have everything set up here are some things that you can build:


Other


About

The Raspberry Pi is the tech equivalent of Harry Potter's magic wand. With knowledge and a little imagination, you can use it to work wonders. This is a list of resources to help you get started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages