Controlling the brightness of an LED is an easy task. We could do it using code or using wired input. In this tutorial, we will learn how to cont
Code for DHT11 Sensor Reading Web Application
Posted on by Rolan Gaspar Pereira
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<t
HTML and Web Computing For Kids
Posted on by Rolan Gaspar Pereira
Web Computing is a web based system that provides access to a software system using a computer and internet connection. Basically, it is the way h
Creating Your First Web Page using HTML for Kids
Posted on by Rolan Gaspar Pereira
What is HTML?
HyperText Markup Language is a programming language used for creating the structure of web pages. Web pages are the major consti
How to use the BLE on the ESP32?
Posted on by Rolan Gaspar Pereira
Bluetooth technology was invented in the early 1990's and massively gained popularity with Sony Ericsson. Bluetooth is used for short range wirel
Code for Asynchronous Websever with the ESP32
Posted on by Rolan Gaspar Pereira
//Include all the required Libraries
#include <WiFi.h>
#include <AsyncTCP.h>
#include <ESPAsyncWebServer.h>
//Add your WiFi details
c
How to use the PIR Motion Sensor using interrupts and timers
Posted on by Rolan Gaspar Pereira
Every project that we invent or create is built with an intent to solve an existing issue. We take various inputs from the environment and afte
How to interface the Humidity Sensor DHT11 with the ESP32 (Web Server)
Posted on by Rolan Gaspar Pereira
Measuring Temperature, humidity is become an important task in lives. As we monitor temperatures in various places for example a freezer or a cak
How to Control LED brightness using a Web Server with the ESP32?
Posted on by Rolan Gaspar Pereira
Controlling the brightness of an LED is an easy task. We could do it using code or using wired input. In this tutorial, we will learn how to cont
Programming Environment for ESP32
Posted on by Rolan Gaspar Pereira
The ESP32 has become an essential part of learning for IoT learning. The ESP32 can be programmed even by kids today. The developer have simplified to