ashwatermelon

ashwatermelon

ESP-IDF Learning Notes Section Zero: Setting Up the Environment

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 )

image

After downloading, we open VScode and search for ESP-IDF in the extensions.

image

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.

image

Then click on EXPRESS, configure the file location, select the version, and install it.

image

That's all for installing ESP-IDF, it's quite simple.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.