admin
July 18, 2025, 10:57 p.m.
803

Develop ESP32 in VScode with PlatformIO

admin
July 18, 2025, 10:54 p.m.
1170

Flash Code to ESP32 by Arduino IDE

admin
July 18, 2025, 10:54 p.m.
813

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
July 18, 2025, 10:53 p.m.
2582

How to use millis() instead of delay()

admin
July 18, 2025, 10:53 p.m.
775

Control LED Brightness with ESP32 PWM

This article focuses on the ESP32 board's PWM capabilities, detailing key terms like TON, TOFF, period, and duty cycle, essential for understanding PWM applications and implementation.

admin
July 18, 2025, 10:53 p.m.
5445

ESP32 read PT1000/PT100 temperature sensor values

admin
July 18, 2025, 10:53 p.m.
873

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.

admin
July 18, 2025, 10:51 p.m.
3549

How to flash a bin file to ESP32

admin
July 18, 2025, 10:51 p.m.
1404

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.