ESP32 Development (1)--Development Environment Construction

Follow the Chinese programming guide, quickly start inside, step by step. ESP-IDF Programming Guide

Espressif provides an integrated compilation chain tool under windows, which is msys32 after downloading and decompressing. Cygwin, git, python, etc. are integrated under this folder, which is similar to virtualizing a UNIX environment in windows.

Before opening the terminal, move all mingw64, msys2, and msys2_shell to other directories, not in the same directory as mingw32, and then open the mingw32 application. This method can solve the prompt that the python and other bin files cannot be found when make flash.

According to the documentation, download ESP-DIF in git, set the ESP-IDF path, create a project, connect, configure, and then make flash prompts success, indicating that there is no problem with the environment setup, and then you can download Eclipse to use it for development.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326419245&siteId=291194637