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 electronics simplified
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 electronics simplified
//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 electronics simplified
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 electronics simplified
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
Mini Weather Station using DHT11 and LCD 16×2 interfaced with Arduino
Posted on by electronics simplified
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