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 ...
A LED Matrix Message Board with ESP32

A LED Matrix Message Board with ESP32This project is an LED matrix message board based on the ESP32 microcontroller. It is capable of connecting to the network and displaying real-time news, weather, ...
ESP32 DEVKIT V1 Pin Referance

The first and most importance step for us to use a MCU is know what the peripherals and IOs it provided.In this article, it will discuss the GPIO pin of ESP32 DevKit, we will know what it can do, and ...