How to Blink a LED with ESP32

When we start play with a new hardware develop board, the first thing is make the LED blink. This never fails to excite us, and it's truly something worth showing off.1. Component ListESP32 Developmen...
ESP32 Touch Button

In this article we will talk about how to create a touch-sensitive button with ESP32's internal capacitive touch sensors:ESP32 touch buttons can be used to control a variety of devices, such as LEDs, ...
ESP32 PWM Output

This article is to explain how to use the ESP32's PWM (Pulse Width Modulation) functionality to achieve changes in LED brightness.IntroductionThe ESP32 Arduino environment does not yet provide the com...
Flash or Upload Configure File to ESP32

NEKO asked me how to flash IO pin configure to ESP32 on Youtube, in this article, I will introduce how to configure ESP32 by a file.We can use ESP32 SPIFFS to store and read the configure file. SPIFFS...
Flash Code to ESP32 by Arduino IDE

To flash an ESP32, it need to install the ESP32 board support package in the Arduino IDE.Here are the steps to follow:Connect the ESP32 devolop board to your computer using the USB cable.Open the Ardu...
How to flash a bin file to ESP32

Method 1: Use the flash tool GUI applicationDownload and install the latest version of the ESP32 Flash Download Tool.https://www.espressif.com/en/support/download/other-toolsConnect the ESP32 to your ...