Arduino Force Sensing Resistor (FSR) Thumbnail

Arduino Force Sensing Resistor (FSR)

In this tutorial, I will be taking a look a connecting a force sensing resistor (FSR) to the Arduino Uno. Using an FSR is a great way to detect pressure on a surface. At the end of the tutorial, I have some suggestions on how this can be implemented in a full project. 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...