Installing the Raspberry Pi Nano Bluetooth Dongle

Installing the Raspberry Pi Nano Bluetooth Dongle

The Pi HutJul 13, 2015
Introduction Bluetooth is a useful tool for getting devices communicating wirelessly. If you want your Raspberry Pi interacting with anything, from a printer, to a mobile phone, to setting up...
Read more
Running Things Regularly - cron

Running Things Regularly - cron

The Pi HutJul 8, 2015
Last week I showed you how to run something each time your Raspberry Pi boots. This is not the only way; there is also 'cron'. But cron is actually a...
Read more
Starting Something on Boot

Starting Something on Boot

The Pi HutJun 30, 2015
Have you ever wanted something to run every time you boot your Raspberry Pi? Like print out the IP address, mount a drive, or pretty much anything else you can...
Read more
Troubleshooting a Raspberry Pi HDMI/VGA Adapter

Troubleshooting a Raspberry Pi HDMI/VGA Adapter

The Pi HutJun 26, 2015
While your monitor should be able to communicate its' abilities to your Raspberry Pi, there are times that the 'standard' that an old monitor uses is not recognised by the...
Read more
What's on your Raspberry Pi SD Card?

What's on your Raspberry Pi SD Card?

The Pi HutJun 23, 2015
Have you ever wondered what is actually on your Raspberry Pi SD card? Take a look by opening the command line and running the following: cd /ls -la On the...
Read more
Turning on an LED with your Raspberry Pi's GPIO Pins

Turning on an LED with your Raspberry Pi's GPIO Pins

The Pi HutJun 11, 2015
One of the biggest selling points of the Raspberry Pi is the GPIO, or General Purpose Input/Output pins. They are the little pins sticking out of the circuit board which allow...
Read more
Renaming your Raspberry Pi's Hostname

Renaming your Raspberry Pi's Hostname

The Pi HutJun 3, 2015
If, like me, you have more than one Raspberry Pi on your network, then it is a good idea to give each one a unique name.  If you use Raspbian,...
Read more
Connecting your Raspberry Pi to Network Storage at Boot

Connecting your Raspberry Pi to Network Storage at Boot

The Pi HutMay 28, 2015
In my last tutorial I told you how you can access a network drive from your Raspberry Pi, but when you turn off your Raspberry Pi, that network drive would...
Read more
Using Network Storage on the Raspberry Pi

Using Network Storage on the Raspberry Pi

The Pi HutMay 20, 2015
It is highly likely that you are using an 8GB SD or Micro SD card with your Raspberry Pi. This is adequate for many purposes, but if you fully load...
Read more
Changing the Raspberry Pi Keyboard Layout

Changing the Raspberry Pi Keyboard Layout

The Pi HutMay 13, 2015
Many of the wireless keyboards available from eBay or other outlets have a different layout from the default Raspberry Pi. Often they are US layout (with the # above the...
Read more
Installing the RasClock - Raspberry Pi Real Time Clock

Installing the RasClock - Raspberry Pi Real Time Clock

The Pi HutMay 5, 2015
For the lastest installation instructions please refer to RasClock Official website Introduction The Raspberry Pi is an ultra-small and ultra-low cost computer. In order to achieve this size and price,...
Read more
How to use Voltage Regulators in a Circuit

How to use Voltage Regulators in a Circuit

The Pi HutMay 1, 2015
Introduction In this tutorial we’re going to go through how to use a voltage regulator within a circuit! Voltage regulators are designed to maintain and stabilise voltage levels. Regulators are...
Read more