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 ...
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...
ESP32 Dual-Core Usage

In the world of microcontrollers, the ESP32 has gained substantial popularity for its advanced features and capabilities. One distinctive aspect that sets the ESP32 apart from other single-board micro...