Get start with ESP-IDF
1.Installation Visual Studio Code and ESP-IDF extension.
Go to the Visual Studio Code and choose to download the installation package based on your PC.
Open the VSCode, click Extension Manager, search for ESP-IDF and click Install.
2.ESP-IDF Configuration
Click ESP-IDF to into the configuration, select EXPRESS.
Select the installation version, path, tool path, and finally click Install to install.
Wait for the installation to complete.
3.Build your first project
Click Show examples.
Select a simple routine.
Click build to test.
Successful compilation completes the installation.