Learn to generate PWM signals with the ESP32 using Arduino IDE. This tutorial explains two different methods: using analogWrite and using the LED
How to connect the HC-SR04 with the Arduino Uno?
Posted on by Rolan Gaspar Pereira
Introduction
If you need to measure distance within a range of 0-13 feet or detect an object within this range, the HC-SR04 ultrasonic sensor
Guide to Using SSD1306 Display with Arduino
Posted on by Rolan Gaspar Pereira
Introduction
In this guide, we'll walk through how to use an I2C (Inter-Integrated Circuit) display with an Arduino board. I2C displays are po
Interfacing SSD1306 0.96 inch I2C OLED Display with Arduino
Posted on by Rolan Gaspar Pereira
Introduction
OLED (Organic Light Emitting Diode) displays are popular in the world of electronics due to their bright and clear display, low p
Sending Emails with ESP8266 NodeMCU: A Simple Guide
Posted on by Rolan Gaspar Pereira
Hey tech enthusiasts! Today, we're diving into the cool world of ESP8266 NodeMCU and learning how to send emails. It's like giving your projects
Ultrasonic Parking Sensor with LCD Display using Arduino
Posted on by Rolan Gaspar Pereira
Introduction
Creating an ultrasonic parking sensor with an I2C LCD display using an Arduino is a practical and educational project that combin
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
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 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 upload your first Code to ESP32 ?
Posted on by Rolan Gaspar Pereira
You need to configure your environment before you can upload your code. So if you haven't done it yet, go to the previous article.
Now your en