ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

Real-Time Display of ESP32-CAM Camera Images on TFT Screen
Projects

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...

#IoT#Display#LED+1
43
0
Remote Control of Light Switch using ESP32
Tutorials

Remote Control of Light Switch using ESP32

This tutorial explains how to build an IoT application to control a light switch remotely using the ESP32 microcontroller, Wi-Fi, and a relay module.

#IoT#WiFi#LED+2
16
0
Building Application with ESP32, VS Code, and PlatformIO
Tutorials

Building Application with ESP32, VS Code, and PlatformIO

This tutorial shows how to building a simple IoT application with ESP32, VS Code, and PlatformIO. It covers setup, project creation, coding, uploading, and extending features for IoT development.

#IoT#WiFi#Sensor+2
23
1
How to use millis() instead of delay()
Tutorials

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...

#LED#AI
188
0
Control LED Brightness with ESP32 PWM
Tutorials

Control LED Brightness with ESP32 PWM

This article focuses on the ESP32 board's PWM capabilities, detailing key terms like TON, TOFF, period, and duty cycle, essential for understanding PWM applications and implementation.

#Motor#LED
5
0
A LED Matrix Message Board with ESP32
Tutorials

A LED Matrix Message Board with ESP32

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

#WiFi#Sensor#Display+3
9
0
ESP32 Serial Output JSON data with ArduinoJson
Tutorials

ESP32 Serial Output JSON data with ArduinoJson

To output data from an ESP32 using serial communication, you can use the ArduinoJson library to encode the data into a JSON string. The following is an example code to output an integer value from th...

#AI
47
0
Flash Code to ESP32 by Arduino IDE
Tutorials

Flash Code to ESP32 by Arduino IDE

To flash an ESP32, it need to install the ESP32 board support package in the Arduino IDE. Here are the steps to follow: - Connect the ESP32 devolop board to your computer using the USB cable. - Ope...

#LED
28
0
Set Proxy for Ollma on Windows
Tutorials

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

#Web
343
1