Sense Hat Fireworks

Sense Hat Fireworks

The Pi HutNov 17, 2017
It's November the 5th, everyone is heading out to watch the fireworks and play with sparklers, but this year we fancied making our own little home display. The Raspberry Pi...
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
Raspberry Pi Quick Start Guide

Raspberry Pi Quick Start Guide

The Pi HutNov 16, 2017
Raspberry Pi Quick Start Guide Now you've got everything you need to get started with your Raspberry Pi, it's time to plug it all in! Start by inserting the micro...
Read more
Ryanteck Traffic HAT - GPIO Zero

Ryanteck Traffic HAT - GPIO Zero

The Pi HutNov 8, 2017
Following on from the previous tutorial of blinking an LED using GPIO Zero we're going to expand into creating a traffic light program. However instead of using the separate modules...
Read more
Ryanteck Traffic HAT - Blinking LED

Ryanteck Traffic HAT - Blinking LED

The Pi HutNov 1, 2017
Blinking an LED in python has become really easy due to the new GPIO Zero library. There's a few different ways. Lets begin by just turning the amber LED on....
Read more
Ryanteck SnowPi - Test Program

Ryanteck SnowPi - Test Program

The Pi HutNov 1, 2017
The following code will blink each LED one at a time. GPIO Zero Setup Instructions can be found here You can run this code by putting it into a python...
Read more
Ryanteck SnowPi - Soldering Guide

Ryanteck SnowPi - Soldering Guide

The Pi HutNov 1, 2017
In this guide we will go through all of the steps to solder up your new SnowPi. Checking the components First begin by checking that you have all of your...
Read more
Ryanteck SnowPi - GPIO Zero Guide

Ryanteck SnowPi - GPIO Zero Guide

The Pi HutNov 1, 2017
To begin please make sure you have the latest version of GPIO Zero Installed. You can follow our guide on installation @ GPIO Zero Install. Getting SnowPi working is actually very...
Read more
Ryanteck SnowPi - Demo 3

Ryanteck SnowPi - Demo 3

The Pi HutNov 1, 2017
An Advent Calendar Program By Carl Monk. # by Carl Monk (@ForToffee) # github.com/fortoffee from time import sleep from datetime import datetime from gpiozero import LED, LEDBoard board = LEDBoard(9,...
Read more
Ryanteck SnowPi - Demo 2

Ryanteck SnowPi - Demo 2

The Pi HutNov 1, 2017
This is another demo program for the SnowPi written by Jarle Tiegland. A video tweet can be found at @jarjargeek's vine. from gpiozero import LEDBoard from gpiozero import LED from time import...
Read more
Ryanteck SnowPi - Demo 1

Ryanteck SnowPi - Demo 1

The Pi HutNov 1, 2017
This is another demo program for the SnowPi written by Tony Goodhew. A video tweet can be found at |@MrTomsWorld twitter. #!/usr/bin/python # Tony Goodhew 19 November 2015 # Uses SnowPi and...
Read more
Ryanteck RTk.GPIO - Installation Guide

Ryanteck RTk.GPIO - Installation Guide

The Pi HutNov 1, 2017
In progress of being written. Previously we had a page for Linux, Mac and Windows however as a majority of the guide is the same except for the OS specific...
Read more