ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

Bounce2 Library for Arduino Debouncing Made Easy
Tutorials

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.

#LED#AI
41
0
start
Tutorials

start

start

#Sensor
15
0
ESP32 SPI Communication
Tutorials

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

#ESP32#Tutorial
86
1
ESP32 Voice Record and upload
Tutorials

ESP32 Voice Record and upload

Hardware INMP441 ![](/content/images/Pasted%20image%2020250118201558.jpeg) SCK -> GPIO 14 (I2S Clock) WS -> GPIO 15 (I2S Word Select) SD -> GPIO 32 (I2S Data) ESP32 GND -> INMP441 GND ESP32 VIN (3...

#Audio#AI
9
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
10
0
Audio Playback with HSC001 and ESP32
Tutorials

Audio Playback with HSC001 and ESP32

This post is an introduction to using the HSC001 module for audio playback. It details the necessary components, module features, pin distribution, hardware connections, and code implementation for setting up and playing audio files.

#Audio
6
0
ESP32 with ChatGPT for voice input
Tutorials

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.

#LED#Audio#AI
25
1
Develop ESP32 in VScode with PlatformIO
Tutorials

Develop ESP32 in VScode with PlatformIO

With the aid of VScode and PlatformIO we can create and edit ESP32 projects to improve the efficiency quite a lot. It includes: - Code highlight. - Find the reference function with right click on it...

#Video#AI#Web
14
0
ESP32 PWM Output
Tutorials

ESP32 PWM Output

This article details how to utilize ESP32's PWM feature to manage LED brightness, covering components, code, and testing.

#LED#AI
35
0