Link Search Menu Expand Document

Raspberry Pi Overview Guide

This overview guide is meant to help you get started and use your Raspberry Pi to its full potential in no time, from getting the right hardware together, to networking, filesharing, and connecting electronics. Follow the links to find the specific guides. For more background information and detail, read the preprint article here!

Table of contents

  1. Setting up and configuring
  2. Connecting and networking
  3. Filesharing
  4. Programming
  5. Image and video recording
  6. Power solutions

Setting up and configuring

To start, let’s first of all make sure you have the right hardware together. Then let’s Install the operating system on the micro-SD card or use a pre-installed NOOBS card. If you do not have a keyboard, mouse and screen follow a couple more steps to create a headless setup.

Now plug-in the SD-card and connect the power to start your Raspberry Pi for the first time. Upon first boot let’s configure your Raspberry Pi, such as to change the default password and hostname, enable various options, and make sure everything is up-to-date. For security measures you may also want to change the default username. To get to know how to use the Raspberry Pi, the Raspberry Pi Foundation has a great beginners tutorial.

Connecting and networking

If you want to connect remotely, make sure your Raspberry Pi has a wireless or ethernet connection and read the guides on how to connect via SSH and via VNC. You may want to create a static ip address for better connectivity or even set up the Raspberry Pi as a wireless access point to make it possible to connect remotely even when no other network is available. When wanting to set up an array of Raspberry Pi computers, the local network guide may be of great help. Finally, you may want to set up a firewall when your Raspberry Pi(s) will be connected to the internet.

Filesharing

There are a number of ways to share files with your Raspberry Pi. Read the filesharing guide to start sharing files with Mac, Windows, and Linux operating systems. You may also want to learn how to mount an external drive on the Raspberry Pi. To synchronise files between different computers and even over the internet, the rsync and rclone packages will be of great help, as detailed in the file synchronisation guide.

Programming

One can get the most out of the Raspberry Pi by writing custom scripts to help control and automate tasks. Although the Raspberry Pi OS provides an easy-to-use Desktop interface, one will likely do most with their Raspberry Pi using the terminal. I recommend to read the free ebook “Conquer the Command Line” and have a look at the guide working with the command line. The Raspberry Pi OS also comes with a variety of programming and scripting languages such as Python, allowing for easy automated control of a wide range of sensors and devices. If you are planning on working with Python, it is a good idea to create virtual environments and you may also need to install OpenCV. It may also be helpful for your project to run scripts at boot or print statements at boot and shutdown, such as for on-time monitoring. Finally, learn how to use your Raspberry Pi to set up email notifications, sms notifications, and even send messages to slack.

Image and video recording

If you are planning to use the Raspberry Pi for image and video recording, the Raspberry Pi Foundation has a good beginner tutorial. To help you select the right camera for your project and help you get started with controlled and automated image and video recording, follow the image and video recording overview guide. And to help with optimal positioning of your camera, follow this guide.

Power solutions

When working with a non-mains powered Raspberry Pi, you may want to read the detailed section on power solutions and calculating power consumption in the accompanying paper. To help reduce your Raspberry Pi’s power consumption, follow this guide. You may also want to follow my tutorial on working with the PiJuice, a great power management HAT for the Raspberry Pi.


Comments

Add a Comment


If you use find any of the information provided on this website useful it would be great to hear from you and please consider citing the paper! All rights reserved © 2021 Jolle Jolles. Website built using Jekyll and the Just the Docs theme.