The article presented below describes a very simple intercom system which can be built and installed at any required place very cheaply. The circuit utilizes just a single IC and a very few other components for the entire assembly. How it Works If you are looking for a simple and low cost intercom system for home installation, […]
Simple
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 […]
Make this Simple Weather Station Project for Homes and Offices
In this post I will show how to construct an interesting Arduino based mini weather station project, which can show you ambient temperature, humidity, pressure, air quality and much more data from your surroundings, which can be used to predict weather from home. If you are interested in meteorology this project might come in handy […]
Simple Digital Water Flow Meter Circuit using Arduino
In this post I will show how to construct a digital water flow meter using Arduino and 16 x 2 LCD display. We will be taking a look at YF-S201 water flow sensor, its construction and working and how to interface with Arduino to extract some useful readings. The proposed project can measure the rate […]
2 Simple Washing Machine Circuits Explained
In this post I have explained how to make a couple of simple washing machines using a bidirectional single motor with timer and a simple version using cam shaft mechanism, cheaply. In the first design we use a bidirectional, alternately rotating clockwise and counter clockwise with a pause in the middle: Audio/Video Representation Circuit Working […]
Simple Low Dropout Regulator Circuits Explained
The transistorized low dropout voltage regulator circuit ideas explained in the following article can be used for getting stabilized output voltages right from 3 V and above, such as 5 V, 8 V, 9 V, 12 V, etc with an extremely low dropout of 0.1 V. For example, if you make the proposed 5 V […]




