ESP32Cube

ESP32 development tutorials, project cases, and technical sharing

ESP32 Sensor Tilt Switch
Tutorials

ESP32 Sensor Tilt Switch

Using a Ball Tilt Sensor with ESP32 Introduction A ball tilt sensor is a simple but useful device that can detect the orientation or tilt of an object. It finds applications in various fields such...

#Sensor#AI
18
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
546
3
Deploy to Server with GitHub Actions
Tutorials

Deploy to Server with GitHub Actions

This blog shows you how to use GitHub Actions to automatically update your server when pushing code. It covers generating SSH keys, configuring the server, adding keys to GitHub, creating the workflow, and the final result.

#LED#AI#Web
3
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
215
0
How to Connect ESP32 to Wi-Fi?
Tutorials

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

#WiFi#LED#AI
6
0
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
111
0
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
23
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
126
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
158
0