Control LED Brightness with ESP32 PWM

OverviewPulse Width Modulation (PWM) is a technique that changes the pulse width while keeping the waveform frequency constant. PWM is primarily used for controlling the brightness of LEDs, the speed ...
ESP32 Sensor: Tilt Switch

Using a Ball Tilt Sensor with ESP32IntroductionA ball tilt sensor is a simple but useful device that can detect the orientation or tilt of an object. It finds applications in various fields such as ro...
Measuring Temperature with PT100 and ESP32: A Step-by-By Step Guide

move to this page https://esp32cube.com/post/ESP32-read-PT1000-temperature-sensor/...
ESP32 Sensor: DHT11 Temperature and Humidity Sensor

DHT11 Temperature and Humidity SensorDHT11 can measure both temperature and humidity, it is a popular, cost-effective sensor. In this article we will discuss how to read temperature and humidity with ...
Real-Time Display of ESP32-CAM Camera Images on TFT Screen: An Open-Source Solution

PrefaceIn the era of the Internet of Things (IoT), displaying images captured by a camera in real-time on a TFT screen has become a standard feature for many smart devices. ESP32, as a powerful microc...
Minimalistic Messenger

Original Project Title: ESP32 - Minimalistic MessengerProject Author: Volos ProjectsIntroductionHello everyone! This time, we're sharing a project that uses ESP-NOW for bidirectional communication.The...