Web Server is a computer software with underlying hardware that accepts requests from HTTP. We are going to build a web server with the ESP8266 Node
Rain Sensor with Arduino
Posted on by Rolan Gaspar Pereira
Introduction
Water detector / Rain detector / Water Drip detector all have the same concept and would be the same project. Well you just got to ch
Reading Analog Input with Arduino
Posted on by Rolan Gaspar Pereira
While we read about digital inputs in the last post, we are going to talk about Analog input.
Arduino is a digital tool but can still interpret da
LM35 Temperature Sensor with Arduino
Posted on by Rolan Gaspar Pereira
Make the Arduino into a temperature sensing device. Now there are various temperature sensors based on your requirement you should decide which one s
Easy way to Fade and Blink using Arduino – Simplified
Posted on by Rolan Gaspar Pereira
Fading and Blinking are two basic examples in Arduino. Fading uses analogWrite() function to fade the LED, ON and OFF. Whereas Blink uses the digital
Mini Weather Station using DHT11 and LCD 16×2 interfaced with Arduino
Posted on by Rolan Gaspar Pereira
Lets put together two of our modules, i.e. the DHT11 and the LCD16x2. What happens when we get both the modules together? We get a mini-weather s
How to interface LCD16x2 with Arduino (with and without I2C Module) ?
Posted on by Rolan Gaspar Pereira
Here is another simplified project to connect the LCD 16x2, I have included both the methods.
Direct interfacing of LCD 16x2 on Arduino
In
What is Digital and Analog?
Posted on by Rolan Gaspar Pereira
Digital and Analog are two different types of signals in nature. They are used to send data from the transmitter to the receiver. The Digital signal
Arduino Setup and Installation
Posted on by Rolan Gaspar Pereira
About Arduino
Arduino boards are able to read inputs –light on a sensor, a finger on a button, or a Twitter message –and turn it into an o
What is AC and DC? Is it harmful?
Posted on by Rolan Gaspar Pereira
Alternating Current
Keeps changing its polarity with timeAvailable in our houses through Wall socketsUsed for long range transmission
Dire