//Include all the required Libraries
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
//Add your WiFi details
c
How to Read Analog Signals with the ESP32?
Posted on by Rolan Gaspar Pereira
Introduction
Analog Signals are signals that change in nature with time. Unlike digital signals they have many states, and can be used to cont
Pulse Width Modulation (PWM) with the ESP32
Posted on by Rolan Gaspar Pereira
Introduction
Pulse Width Modulation or PWM is a technique that is used to create an analog like signal with the help of digital signals. The O
Digital Input and Output with the ESP32
Posted on by Rolan Gaspar Pereira
Introduction
Digital Signals are the signals that exist in two states. It could be ON and OFF, HIGH and LOW, 1's and 0's, Positive and Negativ
Programming the Arduino – Simplified
Posted on by Rolan Gaspar Pereira
The Arduino programming is very user-friendly and is a structured language. The Arduino IDE is and open source software. The source code for Java env
Understanding the Ideal Diode: Its Function and Applications
Posted on by Rolan Gaspar Pereira
An ideal diode is a diode that acts like a perfect conductor when voltage is applied forward direction (forward biased). It also pretend