In this article I will show how to construct an ultrasonic distance meter circuit using Arduino and 16×2 LCD. We are also going to see what an ultrasonic module is, how it works and how it can be used to measure distance. What is ultrasonic? An average healthy human being can hear frequencies ranging from […]
Arduino Projects
Make this Home Security Project Using Arduino – Tested and Working
In this article we are going to see how to build a home security system circuit using arduino which might save your home from intruders one day. Housebreaking happens every few seconds in the world. By the time you read this sentence, crooks already broke into someone’s house. A golden rule: Prevention is better than […]
Digital Clock Circuit Using 16×2 LCD Display
In this post I have explained how to make a simple digital clock using Arduino and a 16 x 2 LCD display. Introduction As an electronics enthusiast at a stage we would have thought, how to make a digital clock, especially who are interested in the field of digital electronics. In this article we are […]
How to Make Arduino on Breadboard – Step by Step Instructions
In this article I have explained how to make an Arduino on a breadboard. We are also going to see what is an Arduino, how to program it and how to assemble them as standalone microcontroller on a breadboard or PCB. Arduino was a boon for those who wanted to learn microcontrollers and embedded system […]
Arduino Random RGB Light Generator Circuit
The article discusses a simple,Arduino red, green, blue LED light effect generator circuit in a random pattern. In one of the earlier posts we came across a similar RGB LED effect generator circuit using Arduino which was programmed to produce the effect in a flowing sequential manner, whereas here the set up can be expected […]
Making an Automatic Stopwatch for Runners, Athletes and Sportpersons
In this post I will show how to construct a stopwatch which automatically starts timer when the runner begins to run and the timer stops when the runner reaches the end. The elapsed time between starting and ending point is displayed on a 16 x 2 LCD. First let’s begin by learning how to configure […]