How to install Auto-GPT to your Raspberry Pi

How to install Auto-GPT to your Raspberry Pi

The Pi HutApr 17, 2023
Update: It seems the method below is no longer working :( We'll update the instructions shortly! We've been having great fun with ChatGPT/Auto-GPT here at The Pi Hut. Installing Auto-GPT on...
Read more
Using IFTTT with the Raspberry Pi

Using IFTTT with the Raspberry Pi

The Pi HutNov 11, 2018
IFTTT (If This Then That) is a free IoT service that allows you to send a trigger from one device/thing, and allow that trigger to make something happen elsewhere. Confusing? Perhaps,...
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
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
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
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
Raspberry Pis, Remotes & IR Receivers!

Raspberry Pis, Remotes & IR Receivers!

The Pi HutJul 19, 2017
Introduction to IR Sensors Infrared (IR) light is invisible electromagnetic radiation. Everything absorbs and emits IR, and it's utilised in a plethora of applications. You may have heard of IR...
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
How to use the TCRT5000 IR line follower sensor with the Raspberry Pi

How to use the TCRT5000 IR line follower sensor with the Raspberry Pi

The Pi HutApr 28, 2015
Line Follow Principle TCRT5000 line followers are super easy to use! You will need two of these to be able follow a line. Position the line followers next to each...
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 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