In our projects, the ability to display information is crucial for user interaction and data visualization. One popular display option is the 16x
How to use the PIR Motion Sensor using interrupts and timers
Posted on by electronics simplified
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 electronics simplified
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 use Bluetooth on the ESP32 ?
Posted on by electronics simplified
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
How to make an ESP32 Web Server?
Posted on by electronics simplified
Web Server is a computer software with underlying hardware that accepts requests from HTTP. We are going to build a web server with the ESP32 that w
How to Read Analog Signals with the ESP32?
Posted on by electronics simplified
Introduction
Analog Signals are signals that change in nature with time. Unlike digital signals they have many states, and can be used to cont
Pulse Width Modulation (PWM) with the ESP32
Posted on by electronics simplified
Introduction
Pulse Width Modulation or PWM is a technique that is used to create an analog like signal with the help of digital signals. The O
Digital Input and Output with the ESP32
Posted on by electronics simplified
Introduction
Digital Signals are the signals that exist in two states. It could be ON and OFF, HIGH and LOW, 1's and 0's, Positive and Negativ
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
Programming Environment for ESP32
Posted on by electronics simplified
The ESP32 has become an essential part of learning for IoT learning. The ESP32 can be programmed even by kids today. The developer have simplified to