What is the Secrete Behind ESP32 Auto Flash?

Are you wondering why some of ESP32 development boards are able to auto flash but some of them are not?And if we'd like to design an ESP32 product, how to make it support auto flash?In this article, w...
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 ...
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...
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...