admin
June 6, 2025, 7:57 a.m.
707

Remote Control of Light Switch using ESP32

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
June 6, 2025, 7:38 a.m.
574

A LED Matrix Message Board with ESP32

admin
June 6, 2025, 7:38 a.m.
220

Audio Playback with HSC001 and ESP32

This post is an introduction to using the HSC001 module for audio playback. It details the necessary components, module features, pin distribution, hardware connections, and code implementation for setting up and playing audio files.

admin
June 6, 2025, 7:38 a.m.
1018

ESP32 SPI Communication

admin
June 6, 2025, 7:35 a.m.
573

ESPUI

admin
June 6, 2025, 7:34 a.m.
613

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.

admin
June 6, 2025, 7:26 a.m.
2604

How to flash a bin file to ESP32

admin
June 6, 2025, 7:23 a.m.
2368

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

admin
June 6, 2025, 7:15 a.m.
1210

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.