Skip to content

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.

1.png

Open the VSCode, click Extension Manager, search for ESP-IDF and click Install.

7.png

2.ESP-IDF Configuration

Click ESP-IDF to into the configuration, select EXPRESS.

8.png

Select the installation version, path, tool path, and finally click Install to install.

9.png

Wait for the installation to complete.

10.png

3.Build your first project

Click Show examples.

11.png

Select a simple routine.

12.png

Click build to test.

13.png

Successful compilation completes the installation.

14.png