ESP32Cube
ESP32 development tutorials, project cases, and technical sharing

ESP32Encoder Library for Rotation Encoder Reading
This blog post presents the ESP32Encoder library, detailing its features and capabilities for efficient rotation encoder reading. It explains how it simplifies encoder usage and boosts system performance, suitable for various applications.

Set Proxy for Ollma on Windows
Set proxy for ollama on Windows

ESP32 read PT1000/PT100 temperature sensor values
ESP32 read PT1000/PT100 temperature sensor values In this article, it will introduce how to read the temperature values from PT1000 with ESP32. The principle of PT1000 measure temperature PT1000...

How to flash a bin file to ESP32
Method 1: Use the flash tool GUI application 1. Download and install the latest version of the ESP32 Flash Download Tool. https://www.espressif.com/en/support/download/other-tools 
Bounce2 Library for Arduino Debouncing Made Easy
The Bounce2 library is a easy use tool for Arduino platforms, it will help us to solve the problem of erroneous states caused by the tiny vibrations of mechanical key switches when they are closed or opened.

smart alarm clock with ESP32
Introduction This open-source project demonstrates how to build a multifunctional smart alarm clock using ESP8266 or ESP32 microcontrollers, featuring a network interface, sunrise wake-up light, an...

How to use millis() instead of delay()
In order to make a pause or wait for the task in Arduino, the most widely used function is delay(), but sometimes it was cause some problem, in this article it will discuss it, and shows how to use f...

ESP32 SPI Communication
Hardware protal The ESP32 microcontroller has two hardware SPI (Serial Peripheral Interface) controllers, which means it can communicate with up to two SPI devices simultaneously. Each SPI controll...

Real-Time Display of ESP32-CAM Camera Images on TFT Screen
Preface In 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 mi...