ESP32Cube
ESP32 development tutorials, project cases, and technical sharing

ESP32 with ChatGPT for voice input
This tutorial discusses using ESP32 with ChatGPT for voice input and feedback. It covers required hardware, code development, and integration methods.

ESP32 and human body infrared module
Usage of ESP32 to control the human body infrared module, covering its components, control principle, applications, circuit connection, and code.

Obsidian remove strikethrough on completed tasks
This post shows how to remove strikethrough on completed tasks in Obsidian.

ESP32 Touch Button
This article discusses creating a touch-sensitive button using the ESP32's internal capacitive touch sensors. It details the GPIO pins associated with the sensors and explains how to read touch inputs using Arduino syntax.

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

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

How to Connect ESP32 to Wi-Fi?
There are serval ways to connect ESP32 to Wi-Fi, in this article we will intorduce it. Provide Wi-Fi ID and password in the code This is the simplest way, but the disadvatage of this way is user n...

Testing Post
This is a testing post

ESP32 Voice Record and upload
Hardware INMP441  SCK -> GPIO 14 (I2S Clock) WS -> GPIO 15 (I2S Word Select) SD -> GPIO 32 (I2S Data) ESP32 GND -> INMP441 GND ESP32 VIN (3...