ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

ESP32/Arduino Scan Device I2C Address
Tutorials

ESP32/Arduino Scan Device I2C Address

ESP32/Arduino finds the address of I2C device When uses I2C devices, it often needs to check whether the I2C device communicates rightly, or the device's I2C address is set wrong. This code will s...

#LED#AI
3
0
ESP32 WiFi Configuration Tutorial
Tutorials

ESP32 WiFi Configuration Tutorial

Introduction The ESP32 is a powerful microcontroller that comes with built-in WiFi capabilities. With this feature, it is possible to connect the ESP32 to the internet and even use it to create a W...

#WiFi#AI#Web
45
0
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
201
0
start
Tutorials

start

start

#Sensor
12
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
27
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
597
3
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
94
0
Set Proxy for Ollma on Windows
Tutorials

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

#Web
357
1
smart alarm clock with ESP32
Projects

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

#WiFi#Sensor#Display+3
162
0