/esp32-setup

The ultimate setup for esp32 development on windows 11

Primary LanguageShell

ESP32 MSYS2 🧩

The ultimate way to build for ESP32 on Windows...

  1. Install IDF setup from windows-setup
  2. Follow configure-your-project
  3. Clone this repo
git clone https://github.com/esp32-setup
cd esp32-setup
  1. Build example with your own COM port
xcopy /e /i %IDF_PATH%\examples\get-started\hello_world hello_world
cd hello_world
idf.py set-target esp32
idf.py -p COM flash
idf.py monitor -p COM

That's it! 🎉

You ready to start your project...

VSCode extensions for develop

vscode-serial-monitor

cpptools

Open ucrt64 from context menu

image