admin
Feb. 9, 2025, 1:37 a.m.
262

ESP32 WROOM Pin Name High Resolution

This post provides the pin name of ESP32 WROOM module and ESP32 DevKitC development board in high resolution and also provides the pdf file for download.

admin
Feb. 9, 2025, 1:35 a.m.
32

Set Proxy for Ollma on Windows

Set proxy for ollama on Windows

admin
Feb. 9, 2025, 1:30 a.m.
397

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.

admin
Feb. 9, 2025, 1:27 a.m.
1055

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
Feb. 9, 2025, 1:21 a.m.
211

Minimalistic Messenger

admin
Feb. 9, 2025, 1:19 a.m.
198

Obsidian remove strikethrough on completed tasks

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

admin
Feb. 9, 2025, 1:19 a.m.
254

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.

admin
Feb. 9, 2025, 1:15 a.m.
385

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.