admin
May 17, 2025, 12:21 a.m.
335

ESP32 Voice Record and upload

admin
May 17, 2025, 12:17 a.m.
1458

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.

admin
May 17, 2025, 12:07 a.m.
1446

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.

admin
May 17, 2025, midnight
836

ESP32 SPI Communication

admin
May 16, 2025, 11:58 p.m.
524

How to Play Internet Radio Stations with ESP32

This post provides a step-by-step guide of play Internet radio on an ESP32-S3.

admin
May 16, 2025, 11:49 p.m.
1921

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

admin
May 16, 2025, 11:43 p.m.
1517

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.

admin
May 16, 2025, 11:42 p.m.
999

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.

admin
May 16, 2025, 11:41 p.m.
2022

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.