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
2
0
Obsidian remove strikethrough on completed tasks
Tutorials

Obsidian remove strikethrough on completed tasks

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

#ESP32#Tutorial
5
0
A LED Matrix Message Board with ESP32
Tutorials

A LED Matrix Message Board with ESP32

A LED Matrix Message Board with ESP32 This project is an LED matrix message board based on the ESP32 microcontroller. It is capable of connecting to the network and displaying real-time news, weath...

#WiFi#Sensor#Display+3
2
0
ESP32 DEVKIT V1 Pin Referance
Tutorials

ESP32 DEVKIT V1 Pin Referance

This article covers the ESP32 DEVKIT V1 pin reference, highlighting GPIO functions. The board has 30 pins and 25 GPIOs for various tasks, including ADC and DAC. Safety for each pin is discussed, aiding project development.

#Sensor#Motor#LED+1
7
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
10
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
17
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
7
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
11
1
ESP32 Dual-Core Usage
Tutorials

ESP32 Dual-Core Usage

The ESP32's dual-core architecture enhances performance and multitasking capabilities. In this blog post, we will explore how to configure the ESP32's dual-core setup using the Arduino platform.

#AI
4
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
18
0
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
1
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
1
0