ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

ESP32Encoder Library for Rotation Encoder Reading
Tutorials

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.

#IoT#LED#AI
43
0
ESP32 read PT1000/PT100 temperature sensor values
Tutorials

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

#Sensor#AI
341
3
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
8
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
14
0
Markdown format support testing
Tutorials

Markdown format support testing

This post to show the support of Markdown format in the ESP32cube website.

#Display#AI
3
0
Set Proxy for Ollma on Windows
Tutorials

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

#Web
231
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
114
0
How to Blink a LED with ESP32
Tutorials

How to Blink a LED with ESP32

This article explains how to blink an LED using the ESP32 development board. It includes a component list, circuit diagram, and Arduino code for blinking the LED and creating an LED chaser project for beginners.

#LED#AI
15
0
How to flash a bin file to ESP32
Tutorials

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 ![](/conten...

#AI
143
0