Securely Logging into a Raspberry Pi without a Password
We’re always being told to choose a long, hard to guess password for all our accounts, so how can we log into a Raspberry Pi without a password using ssh...
Using a Tactile Switch with the Raspberry Pi
Buttons and switches are a fundamental part of ‘physical’ computing. This beginner’s tutorial is designed to teach the basics of physical operation with the Raspberry Pi using a simple momentary...
How to run a Raspberry Pi Program at Boot
Tutorial: How to run a program from boot Having a program start by itself when you boot your Raspberry Pi can be very useful. There are a few ways...
Flashing LEDs using GPIO Output with the Raspberry Pi
Tutorial: Flashing LED using GPIO Output In this example we'll cover how to build a very simple circuit consisting of an LED and resistor connected up to the GPIO...
Watch Digital TV in Plex with the Raspberry Pi TV HAT
Yesterday Raspberry Pi released the new Raspberry Pi TV HAT, a DVB-T2 Digital TV receiver add on for the Raspberry Pi. We created a step-by-step user guide to help you set...
How To Stream Digital TV With The Raspberry Pi TV HAT
This guide will steer you through the process of assembling, installing, configuring and operating the Raspberry Pi TV HAT. We’ve been exploring the HAT here at The Pi Hut since...
How to control your Raspberry Pi robot with a TV remote
If you’ve bought one of our affordable EduKit Robotics kits, you’ll no doubt come to a point where you want to advance further by customising and creating your very own unique...
Control your Raspberry Pi media centre with FLIRC
One of the first things you’ll need when you set up a Raspberry Pi media centre is a remote control. Using a keyboard and mouse just isn’t ideal in most...
An introduction to Raspberry Pi GPIO
What’s so special about Raspberry Pi? It’s a question that I’m often asked and the answer is usually the same. The GPIO pins of course! Those little stabby pins along...
Setting up a Wireless Access Point - Bridge Method (internet over wired Ethernet)
In this tutorial we will show you how to setup your Raspberry Pi as a WiFi Access Point and how to bridge the access point to your wired internet connection....
Raspberry Pi GPIO Sensing: Motion Detection
In previous tutorials, we outlined the basics behind physical computing and the Raspberry Pi by activating LEDs and scripts using a simple one button circuit. If you haven’t read the...
Run a Python script on boot with the Raspberry Pi
So you've got a Raspberry Pi and a Python script ready to go and you would like to run the script when your Raspberry Pi boots. Maybe it's a Raspberry...