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...