Tutorials

ESP32 development tutorials and guides

ESP32 Sensor DHT11 Temperature and Humidity Sensor
Tutorials

ESP32 Sensor DHT11 Temperature and Humidity Sensor

DHT11 Temperature and Humidity Sensor DHT11 can measure both temperature and humidity, it is a popular, cost-effective sensor. In this article we will discuss how to read temperature and humidity w...

#Sensor#LED#AI
11
0
Building Application with ESP32, VS Code, and PlatformIO
Tutorials

Building Application with ESP32, VS Code, and PlatformIO

This tutorial shows how to building a simple IoT application with ESP32, VS Code, and PlatformIO. It covers setup, project creation, coding, uploading, and extending features for IoT development.

#IoT#WiFi#Sensor+2
26
1
ESP32 with LVGL Setp1 Config TFT_eSPI with PlatformIO
Tutorials

ESP32 with LVGL Setp1 Config TFT_eSPI with PlatformIO

This article walks through the configuration process of the TFT_eSPI library for a 2.4 inch TFT display powered by the ESP32, detailing setup steps in both a custom header file and the PlatformIO configuration file.

#Display#LED#lvgl
25
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
28
0
ESP32 Touch Button
Tutorials

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.

#Sensor#Motor#LED
10
0
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
6
0
ESP32 WROOM Pin Name High Resolution
Tutorials

ESP32 WROOM Pin Name High Resolution

This post provides the pin name of ESP32 WROOM module and ESP32 DevKitC development board in high resolution and also provides the pdf file for download.

#AI
8
0
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
20
0
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
4
0
Flash or Upload Configure File to ESP32
Tutorials

Flash or Upload Configure File to ESP32

This blog explains how to flash or upload a configuration file to ESP32. It details the process using SPIFFS, including creating the file, writing ESP32 code to read it, and uploading it.

#LED#AI
17
0
start
Tutorials

start

start

#Sensor
12
0
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
4
0