Adding a Real Time Clock to your Raspberry Pi

Adding a Real Time Clock to your Raspberry Pi

The Pi HutFeb 18, 2015
When you switch on your PC or Mac, do you have to change its time? Highly unlikely! Do you have to on your Raspberry Pi? Possibly. Each time your Raspberry...
Read more
Finding out what is installed on your Raspberry Pi (and installing more)

Finding out what is installed on your Raspberry Pi (and installing more)

The Pi HutFeb 12, 2015
Your Raspberry Pi has lots of applications already installed, like Minecraft, Mathematica, and the browser. And there are a lot of 'libraries'.  Linux programmers don't like writing code when they can use...
Read more
Updating Raspbian on your microSD for the Raspberry Pi 2

Updating Raspbian on your microSD for the Raspberry Pi 2

The Pi HutFeb 3, 2015
So, you have bought yourself a Raspberry Pi 2 to supplement your previous Raspberry Pi, but you want to use the same microSD card as the old Raspberry Pi? The...
Read more
How to Mount an External Hard Drive on the Raspberry Pi

How to Mount an External Hard Drive on the Raspberry Pi

The Pi HutJan 29, 2015
This is a short guide on how to connect an External Hard Drive to the Raspberry Pi! Most external Hard Drives are quite juicy and will require a USB Hub...
Read more
How to make Python programs executable

How to make Python programs executable

The Pi HutJan 27, 2015
How to make Python programs executable   Normally, in order to run a Python program you have to tell the Python software to open the file. However it is possible...
Read more
How to setup a static IP address on your Raspberry Pi

How to setup a static IP address on your Raspberry Pi

The Pi HutJan 14, 2015
So, you want to connect remotely to your Raspberry Pi? For that you’ll need its IP address! There are two main forms of IP address, dynamic and static. By default,...
Read more
How to Install the GPIO Python Library

How to Install the GPIO Python Library

The Pi HutJan 11, 2015
If you wish to create a program in Python that utilises the GPIO port on your Raspberry Pi then you'll need to install this library. The RPi.GPIO Python library allows...
Read more
How to Install NOOBs

How to Install NOOBs

The Pi HutDec 8, 2014
This tutorial will show you the process of installing NOOBs on to a SD card, ready for you to plug into your Pi and to select an Operating System. The...
Read more
How to Install .IMG Operating Systems on the Raspberry Pi

How to Install .IMG Operating Systems on the Raspberry Pi

The Pi HutDec 8, 2014
So you've got your shiny new Raspberry Pi and want to try loading a "3rd party" or BETA operating system (OS) that aren't supported by the standard NOOBs installation. NOOBs...
Read more
Stealth Cam! How to disable the Raspberry Pi camera LED

Stealth Cam! How to disable the Raspberry Pi camera LED

The Pi HutNov 26, 2014
Have you noticed that every time you use your Raspberry Pi camera to take a photo or video, that it lights up that annoying red LED on the front? Well,...
Read more
How to install game ROMs to PiMAME

How to install game ROMs to PiMAME

The Pi HutNov 25, 2014
In this guide, we will be explaining how to install your game ROMs to your PiMAME operating system.   Using PiMAME Upon a successful bootup, you will be automatically logged...
Read more
How to setup WiFi on the Raspberry Pi - OpenELEC XBMC

How to setup WiFi on the Raspberry Pi - OpenELEC XBMC

The Pi HutNov 25, 2014
In this tutorial we will show you how to setup WIFI on the Raspberry Pi. This particular tutorial will be focusing on the OpenELEC XBMC operating system. Tutorials for other...
Read more