Long time no see, the last time I posted a blog was the last time, and after such a long time, I'm back to write study notes, this time it's ESP-IDF.
Unlike last time when I learned STM32, this time I directly looked at the official manual (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 chose VScode (https://code.visualstudio.com/download).
After downloading, we open VScode and search for ESP-IDF in the extensions.
This one.
Then, an ESP-32 icon will appear on the left side of the screen. Click on it, then click on advance, and then click on configuration.
Next, click on EXPRESS, configure the file location, select the version, and install it.
That's all for installing ESP-IDF, quite simple.