admin
Dec. 21, 2024, 10:53 a.m.
147

ESP32 Sensor DHT11 Temperature and Humidity Sensor

admin
Dec. 21, 2024, 9:37 a.m.
66

SFP56 Testing Board Design Note

I will record the note of design a SFP56 Testing board.

admin
Dec. 21, 2024, 7:36 a.m.
50

A LED Matrix Message Board with ESP32

admin
Dec. 21, 2024, 7:35 a.m.
199

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.

admin
Dec. 21, 2024, 7:30 a.m.
74

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.

admin
Dec. 21, 2024, 4:10 a.m.
111

How to flash a bin file to ESP32

admin
Dec. 21, 2024, 12:34 a.m.
33

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.

admin
Dec. 20, 2024, 10:24 p.m.
31

ESP32 Serial Output JSON data with ArduinoJson

admin
Dec. 20, 2024, 9:23 p.m.
116

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.