Skip to content

Instantly share code, notes, and snippets.

@cristisulighetean
Last active August 26, 2023 08:30
Show Gist options
  • Save cristisulighetean/6ed4270477de93417774ff59aceff4d2 to your computer and use it in GitHub Desktop.
Save cristisulighetean/6ed4270477de93417774ff59aceff4d2 to your computer and use it in GitHub Desktop.

Flashing Firmware on ESP32-S2 DevKit Clone (Red TypeC board)

Recently bought a ESP32-S2 DevKit Clone from Aliexpress and found a single place where it tells you the procedure to flash the firmware onto it. I have written this gist so that multiple people can benefit from this finding.

Steps:

  • Strap GPIO0 to GND
  • Flash the firmware
  • Remove the strap from GPIO0 to GND
  • Reset the board

I have used PlatformIO to flash the firmware onto the board

Your clone board should now run the new firmware. Happy tinkering! 🛠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment