How to Shutdown a Raspberry Pi Correctly Thumbnail

How to Shutdown a Raspberry Pi Correctly

In this guide, I will take you through all the steps on how to shutdown a Raspberry Pi correctly. As you may have already noticed, there is no button to switch the Raspberry Pi on or off. Your first instinct is probably to pull the power cord, but this is highly not recommended. There are […] Read More

Raspberry Pi MAC Address Spoofing Thumbnail

Raspberry Pi MAC Address Spoofing

In this Raspberry Pi MAC address spoofing tutorial, we will be showing you how you can spoof the MAC Address of your Raspberry Pi’s network interfaces, either setting it to a known different MAC address or randomly generating it on the fly. This tutorial is split into two different sections. The first section shows you […] Read More

Getting Started with Arduino Cayenne Thumbnail

Getting Started with Arduino Cayenne

This tutorial goes through all the steps to getting started with Arduino Cayenne. It's an easy way to enable powerful IoT software for the Arduino. The software allows you quickly integrate sensors and more with very little coding. Read More

Basic Arduino Web Server Thumbnail

Basic Arduino Web Server

This tutorial goes through the steps to making your own Arduino web server. It's a straightforward process that covers the process of getting it up and running. I will also cover some core concepts such as using Ajax to update rather than refreshing the page over and over. Read More

A Simple Arduino Battery Tester Thumbnail

A Simple Arduino Battery Tester

In this tutorial, I build a simple Arduino battery tester. This project is perfect for anyone looking to check the capacity of almost any sort of battery. The battery is barebones but can easily be extended with some knowledge of Arduino and circuitry. Read More

How to Set up an Arduino Motion Sensor Thumbnail

How to Set up an Arduino Motion Sensor

In this tutorial, we will be building a simple Arduino motion sensor that uses a PIR sensor to detect motion. You can extend this project to activate lights, send notifications, or use a speaker. It is an excellent tutorial for familiarising yourself with sensors and Arduino. Read More

Arduino Traffic Light Project Thumbnail

Arduino Traffic Light Project

This tutorial will look at building an Arduino traffic light circuit. This project will use some code and a straightforward circuit involving three LEDs. It is the perfect project if you want to introduce yourself to the basics of Arduino. Read More

How to Setup a Raspberry Pi Pressure Pad (FSR) Thumbnail

How to Setup a Raspberry Pi Pressure Pad (FSR)

In this Raspberry Pi pressure pad tutorial, I will go through the steps of connecting a force sensitive resistor to the Pi. There are many uses for a pressure pad, such as detecting when someone sits down or places pressure on a specific part of an object. It is a pretty great sensor to make […] Read More

Raspberry Pi TV HAT Announced & Available now Thumbnail

Raspberry Pi TV HAT Announced & Available now

If you haven’t already heard, the Raspberry Pi foundation has just launched a Raspberry Pi TV HAT (Hardware Attached on Top). The TV HAT allows for the connection of an antenna to the Raspberry Pi. This allows for the Raspberry Pi to be able to receive DVB-T2 television broadcasts. Before this HAT you would typically […] Read More

Raspberry Pi NTFS: Adding Support for NTFS File System Thumbnail

Raspberry Pi NTFS: Adding Support for NTFS File System

In this Raspberry Pi NTFS guide, we will be showing you how you can add support for the NTFS file system to your Raspberry Pi. While the Linux Kernel has some NTFS support, it is strictly read-only access. This read-only means that we have to install a separate userspace driver to be able to write […] Read More

Install the LuaKit Browser for the Raspberry Pi Thumbnail

Install the LuaKit Browser for the Raspberry Pi

In this Raspberry Pi Luakit tutorial, I take you through all the steps on how to install the Luakit browser. I assume you will be using Raspbian for this tutorial so if you’re running something else, then the steps might differ slightly. Luakit is a little different, so it may or may not take your […] Read More