Securely Logging into a Raspberry Pi without a Password

Securely Logging into a Raspberry Pi without a Password

The Pi HutOct 29, 2018
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...
Read more
Using a Tactile Switch with the Raspberry Pi

Using a Tactile Switch with the Raspberry Pi

The Pi HutOct 25, 2018
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...
Read more
How to run a Raspberry Pi Program at Boot

How to run a Raspberry Pi Program at Boot

The Pi HutOct 25, 2018
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...
Read more
Flashing LEDs using GPIO Output with the Raspberry Pi

Flashing LEDs using GPIO Output with the Raspberry Pi

The Pi HutOct 25, 2018
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...
Read more
Watch Digital TV in Plex with the Raspberry Pi TV HAT

Watch Digital TV in Plex with the Raspberry Pi TV HAT

The Pi HutOct 19, 2018
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...
Read more
How To Stream Digital TV With The Raspberry Pi TV HAT

How To Stream Digital TV With The Raspberry Pi TV HAT

The Pi HutOct 18, 2018
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...
Read more
How to control your Raspberry Pi robot with a TV remote

How to control your Raspberry Pi robot with a TV remote

The Pi HutOct 15, 2018
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...
Read more
Control your Raspberry Pi media centre with FLIRC

Control your Raspberry Pi media centre with FLIRC

The Pi HutOct 11, 2018
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...
Read more
An introduction to Raspberry Pi GPIO

An introduction to Raspberry Pi GPIO

The Pi HutOct 10, 2018
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...
Read more
Setting up a Wireless Access Point - Bridge Method (internet over wired Ethernet)

Setting up a Wireless Access Point - Bridge Method (internet over wired Ethernet)

The Pi HutMar 28, 2018
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....
Read more
Raspberry Pi GPIO Sensing: Motion Detection

Raspberry Pi GPIO Sensing: Motion Detection

The Pi HutNov 16, 2017
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...
Read more
Run a Python script on boot with the Raspberry Pi

Run a Python script on boot with the Raspberry Pi

The Pi HutSep 11, 2017
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...
Read more