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
Pulse Width Modulation with NodeMCU ESP8266
Posted on by Rolan Gaspar Pereira
Digital signals have two positions: on or off, interpreted in shorthand as 1 or 0. Analog signals, on the other hand, can be on, off, half-way, two-t
Digital Inputs and Digital Outputs on the NodeMCU ESP8266
Posted on by Rolan Gaspar Pereira
Digital signals are in the form of 0's and 1's, and the ESP8266 has 17 GPIO pins but we can only use only 11 of them because the rest are connec
Getting Started with ESP8266 WiFi Transceiver
Posted on by Rolan Gaspar Pereira
So as we move to the modern day we are talking more about wireless systems, wireless communication and everything that operates and connects the inte
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
Switch – Interrupter of Electricity
Posted on by Rolan Gaspar Pereira
Switch is a device that allows the flow of current through it. It can also break the circuit, so it is majorly used in circuits where we need to brea
Simplest Circuit to Learn Arduino
Posted on by Rolan Gaspar Pereira
Time Duration : 40 minutes
Level : Beginner
Electricity flow through our common conductors called wires. This electrical energy converts to va
Arduino Board – Pins Explained
Posted on by Rolan Gaspar Pereira
Arduino is a very popular microController for newbies. It is easy to use and opensource, which makes it all the more easier for electronic enthus
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 ArduinoInterfa