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 […]
Arduino Projects
Raspberry Pi Explained
In this article I have explained about Raspberry Pi single board computer, their specifications, how to use them in a project, we are also going to do a small comparison between Arduino and Raspberry Pi, so that we can choose which of them are best for your projects. What is Raspberry Pi? Raspberry Pi is […]
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 […]
Make this 7 Segment Digital Clock with Beep Alert Circuit
In this post I will show how to construct a digital clock using 7 segment LED display with Arduino controlled design. How the Circuits Works The proposed 7 segment clock circuit is inexpensive and even beginner in Arduino can accomplish it with ease. This clock consists of four 7 segment displays, two for hours and […]
How to Make a Simple Math Calculator using Arduino
In this post, I will show how to construct a calculator using Arduino, which can perform far complex arithmetical calculation than an ordinary calculator. Program: //——————-Program Developed by R.Girish—————// #include<math.h> float a = 500; float b = 105.33; float add; float sub; float divide; float mul; void setup() { Serial.begin(9600); Serial.println(“Simple Arduino Calculator:”); Serial.println(“n”); Serial.print(“a […]
Arduino IR Remote Control Circuit
In this post I will show how to construct a customizable Arduino based IR (infrared) based wireless remote control switch, which consists of IR remote and a receiver, you may modify according to your needs. In the later part of the article I have explained about an upgraded foolproof version of an IR remote control […]





