Introduction
Ultrasonic distance measurement combined with servo motor control is a popular application of Arduino Uno that offers precise distanc
Light-Sensitive Automatic LED Control with Arduino: A Step-by-Step Guide
Posted on by Rolan Gaspar Pereira
Introduction
In today's world, automation is revolutionizing various industries and simplifying daily tasks. One intriguing application of aut
ESP32 / ESP8266 – Real time Data Logging with Authentication
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
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
Light Dependent Resistor – Brightness Control Circuit
Posted on by Rolan Gaspar Pereira
Introduction
Light Dependent Resistors (LDR) are also know as Photoresistors. LDR are popularly used in our modern day automation applications
How to use a Potentiometer – Variable Resistance for Kids
Posted on by Rolan Gaspar Pereira
Introduction
Potentiometers or variable resistors have been a part of our life for a long time. The Fan Speed Regulator, the music volume cont
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
How to use Bluetooth on the ESP32 ?
Posted on by Rolan Gaspar Pereira
Introduction
The ESP32 comes in-built WiFi, Bluetooth and BLE (Bluetooth Low Energy). We will generally use more of WiFi with ESP32 but the Bl