Dividing your code up into functions or methods allows you to perform similar actions multiple times without having to duplicate the code. Functions are essentially…
Category: Electronics Projects
A collection of our electronics projects including Arduino and Raspberry Pi projects and more simple electronics projects
Since writing up the article on how to build a simple Arduino home energy meter which measured the energy consumption for a single phase, I’ve had a…
Having a look around on the internet, there are a few forums in which stepper motor control is discussed, however, none of them go into…
Wouldn’t it be great if you could access information on your Arduino from anywhere in the world? You could read information from sensors, access files…
Do you want to build and control your own cloud storage? Here’s an easy guide to build a home based cloud storage solution that’s inexpensive…
Have you ever wanted to take crisp photos of lightning during a storm without having to rely on chance or leaving the camera on a…
Since writing up our project on how to make an Arduino Solar Tracker which makes use of a single or multiple PWM servo(s) to actuate the panel, we…
If you’ve installed solar panels on a camper van to provide you with electricity on your camping trip or at home to supplement your electricity…
I was walking through the hardware store the other day and I walked past an energy meter which clips onto your home’s electricity mains and…
In this project, we will connect an LCD screen to an Arduino and use it to display some basic text. This covers both the physical…