
Remotely Accessing the Raspberry Pi via RDP - GUI Mode
Please see the tutorial on accessing the Pi via SSH for an introduction to remote log in to the Raspberry Pi. SSH enables access of the Raspberry Pi command line....

Reaction Speed Game - Assembly Instructions
Buttons and switches are the bread and butter of physical computing. Through the reaction speed game kit, we're going to (hopefully!) teach you some basic electronics using switches & resistors,...

Raspberry Pi Zero Micro USB WiFi Dongle Set-Up Guide
This tutorial is aimed at those who are looking to use our micro USB WiFi dongle with their Raspberry Pi Zero. You need some way of setting up a WiFi...

Raspberry Pis, Remotes & IR Receivers!
Introduction to IR Sensors Infrared (IR) light is invisible electromagnetic radiation. Everything absorbs and emits IR, and it's utilised in a plethora of applications. You may have heard of IR...

Raspberry Pi PoE HAT Case Assembly Guide
The laser-cut parts of the case are protected by an adhesive film which needs to be removed before assembly. Bill of Materials Raspberry Pi 3 Model B+ Raspberry Pi PoE HAT...

Raspberry Pi Plant Pot Moisture Sensor with Email Notification Tutorial
Today, we’ll be showing you how to use a moisture sensor and a Raspberry Pi to send you an email notification when your plant needs watering! Very useful if you're...

Raspberry Pi Plant Pot Moisture Sensor via Analogue Signals
Raspberry Pi Plant Pot Moisture Sensor via Analogue Signals Introduction Before we step into this tutorial, it’ll be good to have a small understanding of the difference between analogue and...

Raspberry Pi JAM HAT Case Assembly Guide
The laser-cut parts of the case are protected by an adhesive film which needs to be removed before assembly. Bill of Materials Raspberry Pi 3 B+ Raspberry Pi JAM HAT...

Raspberry Pi GPS HAT and Python
This tutorial assumes you are using an up-to-date Raspbian install, have access to either LXTerminal or SSH and have an internet connection! We're going to go through the steps on...

Raspberry Pi Camera Tutorial
Please note that this article is for pre-Bullseye operating systems which use the Raspicam stack (raspistill/raspivid) and not libcamera. Please visit this page for libcamera setup and usage. Setting up...

Raspberry Pi 7" Touch Sreen Display Case Assembly Instructions V2
The laser-cut parts of the case are protected by an adhesive film which needs to be removed before assembly. Bill of Materials Raspberry Pi B+/2/3 Raspberry Pi Touch Screen Raspberry...

Nwazet Key Lime Pi - Reading Analog Inputs
Before you start, ensure that the SPI driver is loaded on your Raspberry Pi distribution. The following Python sample reads from a TMP36 analog temperature sensor every second. It converts the raw temperature data...