
Using a Function When Programming an Arduino
What is a function A function is a section of code that's designed to perform a specific action or task. It's useful when you need to perform this action/task multiple...
Read moreWhat is a function A function is a section of code that's designed to perform a specific action or task. It's useful when you need to perform this action/task multiple...
Read moreYou might recognise PIR sensors from security alarms because their main function is to detect small changes in temperature (infrared) this happens when a something warm is in the sensors...
Read moreGetting started with electronics and programming can seem like a daunting thing at first but they're amazing skills to lean! In this blog post we're going to do our best...
Read moreWelcome to the third episode in our getting started with an Arduino video series. In this edition we will be using a potentiometer to vary the speed of a flashing LED....
Read moreLEDs are one of the most popular components, they can be used for a range of things from displays to troubleshooting tools. But how do you use and connect them...
Read moreProtect your Arduino Uno from unwanted scratches and damage with this protective case! It was specifically designed to fit the official Arduino Uno R3 and the components on it. The case protects...
Read moreHello and welcome to the second episode in our series on getting started with an Arduino development board. In this blog we'll be writing our first program which will turn an...
Read moreWelcome to a new video & blog series where we're going to go through the basics on getting started with an Arduino based development board. In this part, we'll be...
Read moreUsing an Arduino is often peoples first experience with text-based programming but it might not be apparently clear what language the Arduino IDE uses. We're going to take a quick...
Read moreArduino boards are designed to be as simple to use as possible but all user undoubtedly encounter some errors/issues at some point. We're going to breakdown some of the issues/errors...
Read moreFunctions There are some similarities in the code between all Arduino sketches. In every Arduino sketch, you'll usually see a Void setup( ) and a Void loop( ) these are...
Read moreThe use of RFID technology is fascinating and becoming even more commonplace in our lives. It's used in a variety of security systems, inventory tracking, running race timing and even...
Read moreA potentiometer is a great and simple way to create a variable input when using a microcontroller such as an Arduino. This little guide will show you how to connect...
Read more