Long time no see, the last time I posted a blog was a while ago, and after such a long time, I'm back to write study notes again, this time on ESP-IDF.
Unlike last time when I learned STM32, this time I'm directly looking at the official documentation ( https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html ), which is already quite detailed, and I couldn't find any good tutorials on Bilibili.
So the first step is to set up the environment, and we are using VScode ( https://code.visualstudio.com/download )
After downloading, we open VScode and search for ESP-IDF in the extensions.
This one
Next, an ESP-32 icon will appear on the left side of the screen, click on it, then click advance, and then click on configuration.
Then click on EXPRESS, configure the file location, select the version, and install it.
That's all for installing ESP-IDF, it's quite simple.