Home
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.
SY8303 Synchronous Step Down Regulator DCDC Circuit Design
This post introduces the design of the DCDC chip SY8303 circuit, covering the schematic and PCB drawing processes, along with precautions and tips.
SFP56 Testing Board Design Note
I will record the note of design a SFP56 Testing board.
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.
Markdown format support testing
This post to show the support of Markdown format in the ESP32cube website.
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.