Bluetooth Low Energy (BLE) is a powerful communication protocol, especially for IoT applications where low power consumption is crucial. In this
Smoke Detection and Fire Sprinkler Control with LCD Display
Posted on by Rolan Gaspar Pereira
Introduction
In this project, we will create a smoke detection and fire sprinkler control system using an Arduino. The system will detect smok
How to use PWM (Pulse Width Modulation) control with the ESP32 using Arduino IDE
Posted on by Rolan Gaspar Pereira
Learn to generate PWM signals with the ESP32 using Arduino IDE. This tutorial explains two different methods: using analogWrite and using the LED
Building a Motion Detection System Using ESP32 and ESP-NOW
Posted on by Rolan Gaspar Pereira
Introduction
In this article, we'll explore how to create a motion detection system using two ESP32 boards and the ESP-NOW protocol. One ESP32 boa
Smart Plant Pot With ESP32: Greening Your World with IoT
Posted on by Rolan Gaspar Pereira
In the age of the Internet of Things (IoT), even our potted plants can benefit from smart technology. The Smart Plant Pot with ESP32 is an ingeni
What is a Web Socket Server?
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
Task Automation with Simple Timer using the ESP32
Posted on by Rolan Gaspar Pereira
Download the SimpleTimer Library before uploading the code on to the ESP32.
Link for the Library
Case 1 : Toggle LED
Case 2 : Task
Interfacing ESP32 with 16×2 LCD Displays
Posted on by Rolan Gaspar Pereira
In our projects, the ability to display information is crucial for user interaction and data visualization. One popular display option is the 16x
Exploring the Basics of Embedded Systems with ESP32
Posted on by Rolan Gaspar Pereira
Embedded systems have become an integral part of our daily lives, powering various devices and systems. Among the popular microcontrollers used i
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