Home

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.

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.

ESP32 PWM Output
This article details how to utilize ESP32's PWM feature to manage LED brightness, covering components, code, and testing.

ESP32 Touch Button
This article discusses creating a touch-sensitive button using the ESP32's internal capacitive touch sensors. It details the GPIO pins associated with the sensors and explains how to read touch inputs using Arduino syntax.