admin
June 6, 2025, 4:37 p.m.
529

What is the Secrete Behind ESP32 Auto Flash?

admin
June 6, 2025, 4:13 p.m.
676

Obsidian remove strikethrough on completed tasks

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

admin
June 6, 2025, 3:41 p.m.
618

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, 3:03 p.m.
1045

ESP32 with ChatGPT for voice input

This tutorial discusses using ESP32 with ChatGPT for voice input and feedback. It covers required hardware, code development, and integration methods.

admin
June 6, 2025, 2:30 p.m.
1025

ESP32 SPI Communication

admin
June 6, 2025, 12:26 p.m.
223

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, 12:03 p.m.
2217

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.

admin
June 6, 2025, 11:14 a.m.
541

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.