ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

ESP32 Get Sound from I2S Microphone
Tutorials

ESP32 Get Sound from I2S Microphone

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.

#Audio
64
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
343
3
Minimalistic Messenger
Projects

Minimalistic Messenger

Original Project Title: ESP32 - Minimalistic Messenger Project Author: Volos Projects Introduction Hello everyone! This time, we're sharing a project that uses ESP-NOW for bidirectional communica...

#Display#LED#AI
6
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
33
0
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
44
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
125
0
How to Use ESP32 and WS2812B to Create Stunning LED Displays
Tutorials

How to Use ESP32 and WS2812B to Create Stunning LED Displays

How to Use ESP32 and WS2812B to Create Stunning LED Displays Hey there! You know how when you're learning to work with hardware, the first thing you usually do is make an LED blink? It's a fun and ...

#Bluetooth#Display#LED+1
102
0
ESP32 with LVGL Setp2 Config TFT_eSPI with PlatformIO
Tutorials

ESP32 with LVGL Setp2 Config TFT_eSPI with PlatformIO

On this article, we will show you how to install and set up the lvgl library in the ESP32 board.

#Display#lvgl
66
0
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
79
0