ESP-IDF Document

1.VSCode

Download and install Visual Studio Code

2.VSCode Extension

  1. Espressif IDF
  2. C/C++
  3. Native Debug

3.Install ESP-IDF

Ctrl + Shift + P ESP-IDF: Configure ESP-IDF extension

Choose installation method (EXPRESS / ADVANCED / USE EXISTING SETUP)

4.Creat Project

Ctrl + Shift + P ESP-IDF: Show Examples Projects

get-started >hello_world > Create project using example hello_world

  1. Select Port
  2. Set Espressif device target
  3. Build
  4. Select flash method
  5. flash device
  6. Monitor device