#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> //uncomment this line if yo
ESP32 / ESP8266 – Realtime Database with Firebase
Posted on by Rolan Gaspar Pereira
#include <Arduino.h>
#include <WiFi.h> //we are using the ESP32
//#include <ESP8266WiFi.h> // uncomment this line if yo
Getting Started with a Basic Electronic Circuit for Kids
Posted on by Rolan Gaspar Pereira
Electronics is important as we grown scientifically in the 21st Century, and knowing the basics about it is just as learning our alphabets (ABC). We
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
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
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
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
7 Segment Display with mBlock
Posted on by Rolan Gaspar Pereira
The seven segment display in an intermediate level project for beginners. This project is mainly focused on how to connect the seven segment disp
Alternate blinking LED’s using Arduino with mBlock
Posted on by Rolan Gaspar Pereira
Alternating blink is the second basic program to control two LEDs. This mini project covers the understanding of involving 2 Pins for output on the A
Lets Blink with Arduino using mBlock
Posted on by Rolan Gaspar Pereira
Lets Blink is a going to be your first ever project to make a LED blink. That is, ON and OFF ....ON and OFF.... and make it go on forever.
Th