Now you might be wondering how the website works and takes us from one webpage to another. The webpages are linked with a hypertext reference. Linkin
In Depth with the head, title and style HTML tags
Posted on by Rolan Gaspar Pereira
What is head, title and style in HTML?
<head> element is the container for all the head elements in HTML. Its is like the human head which co
Reading more basic HTML tags for Kids
Posted on by Rolan Gaspar Pereira
After creating the first web page with a few basic tags, we should head on to the exploration journey of Learning. If you haven't created your first
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 code a 4 Digit 7 segment display using Arduino?
Posted on by Rolan Gaspar Pereira
The 4 digit 7 segment display in an intermediate level project. This project is mainly focused on how to connect the 4 digit 7 segment display with t
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