当前位置:网站首页>VScode+ESP32快速安装ESP-IDF插件
VScode+ESP32快速安装ESP-IDF插件
2022-07-31 04:10:00 【hwd00001】
文章目录
1.安装VS code
下载vscode :https://code.visualstudio.com/Download
按照提示安装。
2.在VScode安装espressif IDF
- 打开VScode,在插件管理搜索espressif IDF,点击安装。
- espressif IDF插件安装完成:
3.安装ESP-IDF,ESP-IDF-Tools以及相关工具链
3.1打开命令面板
3.2在命令面板搜索ESP-IDF configure ESP-IDF extension
3.3配置ESP-IDF 插件
3.4开始安装工具链
如果安装完成,是下面的界面,此时就可以测试编译例程。
3.5 功能快捷键
最下面一行是快捷功能图标,相应的功能也可以在命令面板中输入命令。
4.测试编译例程
4.1在命令面板中搜索“example”
选择了“ESP-IDF:show Examples Projects”,还会出现下面的提示:
继续选择:“Use current ESP-IDF”,此时才出现例程:
4.2 拷贝例程到指定路径
4.3编译例程
如果有杀毒软件,最好关闭,可以提高编译速度。不关闭杀毒软件要30多分钟,关闭的话,只要2分钟多一点。参考《3.5 功能快捷键》点击编译工程图标,开始编译(芯片型号 默认是ESP32,menuconfig不改动)。
4.4 下载程序
烧录方式选择UART,选择相应的串口,要使开发板进入烧录模式(按住IO0,按一下EN,就进入烧录模式,可以松开IO0):
烧录完毕:
按下EN按键,运行程序:
边栏推荐
猜你喜欢
Notes on the establishment of the company's official website (6): The public security record of the domain name is carried out and the record number is displayed at the bottom of the web page
exsl文件预览,word文件预览网页方法
"DeepJIT: An End-To-End Deep Learning Framework for Just-In-Time Defect Prediction" paper notes
Learning DAVID Database (1)
[Dynamic programming] Maximum sum of consecutive subarrays
IDEA常用快捷键与插件
IDEA common shortcut keys and plug-ins
type_traits metaprogramming library learning
binom二项分布,
BP神经网络
随机推荐
exsl文件预览,word文件预览网页方法
endian mode
The els block moves the boundary to the right, and accelerates downward.
A brief introduction to the CheckboxListTile component of the basic components of Flutter
IDEA常用快捷键与插件
【SemiDrive源码分析】【MailBox核间通信】44 - 基于Mailbox IPCC RPC 实现核间通信(RTOS侧 IPCC_RPC Server 消息接收及回复 原理分析篇)
安全20220718
Component pass value provide/inject
"DeepJIT: An End-To-End Deep Learning Framework for Just-In-Time Defect Prediction" paper notes
浅识Flutter 基本组件之CheckBox组件
The BP neural network
(六)枚举、注解
(tree) Last Common Ancestor (LCA)
安全20220715
qlib架构
递归实现汉诺塔问题
BP神经网络
IIR filter and FIR filter
VS QT - ui does not display newly added members (controls) || code is silent
Recursive implementation of the Tower of Hanoi problem