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 […]
Simple
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 […]
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 […]
2 Simple RF Detector Circuits Explored
In this article I have explained a couple of very easy to build RF detector circuits, which can be used to sense or detect or sorts of Rf electrical noise that may be floating in the surrounding atmosphere. What is RF RF stands for radio frequency, which is a kind of electrical interference transmitted in […]
9 Simple Solar Battery Charger Circuits
Simple solar charger circuits are small devices which allow you to charge a battery quickly and cheaply, through solar panels. A simple solar charger circuit must have 3 basic features built-in: In this post I will comprehensively explain nine best yet simple solar battery charger circuits using the IC LM338, transistors, MOSFET, buck converter, etc […]





