How to install and use the Raspberry Pi Camera Module

How to install and use the Raspberry Pi Camera Module

The Pi HutNov 25, 2014
In this step by step guide we will explain how to install the Raspberry Pi Camera Module, along with how to take pictures and videos with it. Camera Module Hardware...
Read more
How to use a Rotary Encoder with the Raspberry Pi

How to use a Rotary Encoder with the Raspberry Pi

The Pi HutOct 15, 2014
In this simple tutorial we will be showing you how to wire up your rotary encoder and how to use some python code to interact with it. Lets start with...
Read more
How to Replace the Raspberry Pi Camera Cable

How to Replace the Raspberry Pi Camera Cable

The Pi HutOct 15, 2014
The Raspberry Pi Camera Module comes fully assembled with a 15-Way 150mm flat cable that plugs directly in the Raspberry Pi CSI port. Unfortunately the included cable is quite fragile,...
Read more
How to use the MCP23017 Port Expander with the Raspberry Pi

How to use the MCP23017 Port Expander with the Raspberry Pi

The Pi HutOct 9, 2014
The Raspberry Pi is a great device with a load of I/O’s; but sometimes it’s just not enough! If you need more I/O's than the Pi can deliver, then there...
Read more
How to give your Raspberry Pi a Static IP Address

How to give your Raspberry Pi a Static IP Address - UPDATE

The Pi HutJul 16, 2014
This tutorial will show you how to set a static IP address on your Raspberry Pi with the release of Raspbian Jessie. At the time of writing, the latest release...
Read more
How to Format "Dead" SD Cards!

How to Format "Dead" SD Cards!

The Pi HutJul 13, 2014
Most SD cards are shockproof, waterproof, bulletproof and explosion-proof, and will likely survive Armageddon. However, somehow we manage to corrupt SD cards via the Raspberry Pi on a weekly basis!...
Read more
How to drive an LCD display using the Raspberry Pi

How to drive an LCD display using the Raspberry Pi

The Pi HutJul 2, 2014
In this tutorial we'll take you through how to connect a 16x2 LCD display up to your Raspberry Pi using GPIO pins. Being able to display a message on the...
Read more
How do I power my Raspberry Pi?

How do I power my Raspberry Pi?

The Pi HutJun 25, 2014
We offer a range of different development boards, which all require slightly different power sources using different connectors. Some are very stringent in their required input; for example, the latest Raspberry Pi...
Read more
How to Change the Default Account Username and Password

How to Change the Default Account Username and Password

The Pi HutFeb 19, 2014
By default your Raspberry Pi comes with an account 'pi' with the password 'raspberry'. For security reasons it's probably a good idea to change the password, but you may also...
Read more
How to add new users and add users to groups on your Raspberry Pi

How to add new users and add users to groups on your Raspberry Pi

The Pi HutNov 21, 2013
If multiple people are using the same Raspberry Pi you may want to add new users so each person has their own user account. Adding a new user is simple...
Read more
HC-SR04 Ultrasonic Range Sensor on the Raspberry Pi

HC-SR04 Ultrasonic Range Sensor on the Raspberry Pi

The Pi HutOct 22, 2013
In previous tutorials we've outlined temperature sensing, PIR motion controllers and buttons and switches, all of which can plug directly into the Raspberry Pi's GPIO ports. The HC-SR04 ultrasonic range...
Read more
GPIO and Python (9/9) - PIR

GPIO and Python (9/9) - PIR

The Pi HutOct 21, 2013
In this project you will learn how to wire and program a passive infrared sensor. Things you will need: Raspberry Pi + SD Card Keyboard + Mouse Monitor + HDMI...
Read more