ashwatermelon

ashwatermelon

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

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).

image

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

image

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.

image

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

image

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

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