当前位置:网站首页>ESP32 S3 vscode+idf搭建
ESP32 S3 vscode+idf搭建
2022-07-25 18:26:00 【Sola_Ex】
前提安装
- 安装vscode
- 安装git
打开vscode,安装idf插件
在vscode的插件市场上,找IDF的字样
并且点击安装,我的已经是安装完了。正常来说安装完成后会进入一个启动页面
如果没有进入,就点击左边的图标进入
安装IDF
按下F1,输入IDF,找到“配置ESP-IDF插件”
选择ADVANCED
选择自己需要的IDF版本,一般我都选择最新的,后面其实也可以更新,按自己需求来就可以。下面就是配置工具链路径和IDF的路径
配置好后点击Install慢慢等待即可。
等待这些地方慢慢打勾
并且出现这个
你的基础配置完成了。
编译
我使用ESP32 S3 DevkitC-1的小板子,然后我们需要创建demo
同样按下F1,并且输入exam
然后继续选这个
这里有丰富的例子,你喜欢选哪个就哪个,我选择blink
桌面或者其他地方创建好一个文件夹,


然后用vscode打开这个文件夹
一开始不熟悉,所以给他们上图,做了标记,我用的USB转串口来下载,需要外接USB转TTL模块,接TX RX GND,有电源供电就行。
编译
直接点击下方编译的地方即可,慢慢等待
下载
IDF有三个工具可以选择
- JTAG
- DFU
- UART
然而根据实际需求,我使用UART的方式。
然后点击下载的图标下载即可。注意下载前,需要先按住boot,然后按下复位,让ESP32进入下载模式,然后松开,否则就会这样
重新来
正确的是这样。下载完成后,按下rst复位,程序就可以跑起来了。
完事从点灯开始,大家都是点灯狂魔…
边栏推荐
- STM32F105RBT6 内部flash调试
- [QNX Hypervisor 2.2用户手册]9.4 dryrun
- Optimistic lock pessimistic lock applicable scenario
- pd.melt() vs reshape2::melt()
- php内存管理机制与垃圾回收机制
- Application of current probe in ECU and electrical system current measurement
- VIM basic operation commands
- The use of invocationcount, threadpoolsize, timeout of concurrent tests in TestNG
- Linux启动mysql报错
- NC15 求二叉树的层序遍历
猜你喜欢

RTC 性能自动化工具在内存优化场景下的实践

There was an error while marking a file for deletion

1---电子实物认知

Tang's little helper

"Jargon" | what kind of experience is it to efficiently deliver games with Devops?

这是一张机器&深度学习代码速查表

pd.melt() vs reshape2::melt()

软件测试——常用的测试工具

Leetcode 101. symmetric binary tree & 100. same tree & 572. Subtree of another tree

【华为机试真题】字符串匹配
随机推荐
文件基础知识
Error when starting MySQL on Linux
11.2-hj86 find the maximum number of continuous bits
SQL那些事
乐观锁解析
数二2010真题考点
Why is the index in [mysql] database implemented by b+ tree? Is hash table / red black tree /b tree feasible?
Chapter 5 Basic Scripting: Shell Variables
Could not stop Cortex-M device! please check the JTAG cable的解决办法
Tensor to img && imge to tensor (pytorch的tensor转换)
Recognized by international authorities! Oceanbase was selected into the Forrester translational data platform report
Related operations of figure
408第二章线性表
LeetCode 101. 对称二叉树 && 100. 相同的树 && 572. 另一棵树的子树
ORB_ Slam3 recurrence - Part I
NC15 求二叉树的层序遍历
JZ71 跳台阶扩展问题
BL602 开发环境搭建
如何将exe文件添加到开机启动
C语言 整数与字符串的相互转换