[IoT indoor environment monitor based on ESP32-S2-Kaluga-1] Development environment experience-ESP-IDF
[Copy link]
This post was last edited by dql2016 on 2022-9-21 16:41
esp-idf is an official SDK development package provided by Espressif, which is very powerful.
https://www.espressif.com.cn/zh-hans/products/sdks/esp-idf
You can install it on a Windows 10 computer through vscode as a plug-in or offline. The online installation of the vscode plug-in store is prone to failure, but the offline installation is very simple and successful.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/get-started/windows-setup.html
The latest version is 4.4.2
https://dl.espressif.cn/dl/esp-idf/?idf=4.4
After the installation is complete, a shortcut will be generated on the desktop, and the command line effect
In vscode, you can open various sample projects by pressing ctrl+shit+p. It is very convenient. Compile, download and check serial port logs in one go. The only drawback is that the compilation is too slow.
|