当前位置:网站首页>Arduino IDE ESP32固件安装和升级教程
Arduino IDE ESP32固件安装和升级教程
2022-07-24 15:34:00 【perseverance52】
Arduino IDE ESP32固件安装和升级教程
本教程展示的是:基于当前ESP32固件版本;2.0.4
如果是首次安装固件,那么从Arduino IDE里面的开发板管理器网址中,添加如下一个或2个可访问到的地址
- 本地化安装可以参考《Arduino IDE for Raspberry Pi Pico开发固件本地化安装教程》

https://dl.espressif.com/dl/package_esp32_index.json
https://www.arduino.cn/package_esp32_index.json
版本说明(安装前必读)

- 翻译意思:
Arduino ESP32 core v2.x。x不能在Windows 8上使用。x86(32位),Windows 7或更早版本。此工具链不再支持Windows 32位操作系统。Arduino ESP32 v1.0.6仍然可以在WIN32上工作。您可能想要安装python 3.8.x,因为它是Windows 7支持的最新版本。
- ESP32固件github地址: https://github.com/espressif/arduino-esp32

在Arduino IDE里面默认安装的最高版本1.0.6版本

官方给出的固件安装教程在这里
官方是推荐git工具来安装固件包
git下载工具:
https://git-scm.com/download/win
在路径下:
C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32的空白处鼠标右键,Git Bash Here(前提是安装git工具采用这个快捷菜单)
输入克隆命令:
git clone https://github.com/espressif/arduino-esp32.git之后,将会自动开始下载固件,会自动生成一个名叫arduino-esp32文件夹
下载完成后,在路径:
C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.4\tools文件夹下点击运行。如果是git工具下载的那么文件夹路径就是:C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32\arduino-esp32-master\tools
运行
get.exe后会弹出下面的一个DOS窗口,下载升级包,建议不要动该窗口,保持置前面,一定要等待安装完成,不然可能会没安装完成窗口就关闭了,导致Arduino IDE编译是失败,或者找不到对应的开发板型号。如果安装完之后,发现esp32开发板型号列表里面还是找不到ESP32C3、esp32S2等型号的开发板,可以选择继续点击运行这个get.exe程序再下载安装一次。
自行下载固件包的方法
- 下载固件包。(如下图所示)

- 将上面的压缩包下载后放置到:
C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32
下面的
2.0.4文件夹名字是我修改的,如果是从github下载的默认名字是:arduino-esp32-master

边栏推荐
- 2022 robocom world robot developer competition - undergraduate group (provincial competition) -- question 3 running team robot (finished)
- 2022 robocom world robot developer competition - undergraduate group (provincial competition) -- fifth question tree and bipartite diagram (completed)
- zabbix管理员忘记登录密码
- MySQL function
- SQL row to column, column to row
- 2022 robocom world robot developer competition - undergraduate group (provincial competition) -- question 2: intelligent medication assistant (finished)
- 26. Code implementation of file using disk
- [tkinter beautification] window out of system style (common to three systems)
- 2022 RoboCom 世界机器人开发者大赛-本科组(省赛)---第一题 不要浪费金币 (已完结)
- Introduction to single chip microcomputer: LED bidirectional water lamp
猜你喜欢

【AdaptiveAvgPool3d】pytorch教程

【USENIX ATC'22】支持异构GPU集群的超大规模模型的高效的分布式训练框架Whale

Leetcode 1288. delete the covered interval (yes, solved)

PyTorch的自动求导

Simple encapsulation of wechat applet wx.request

Huawei camera capability

2022 RoboCom 世界机器人开发者大赛-本科组(省赛)-- 第五题 树与二分图 (已完结)

Route planning method for UAV in unknown environment based on improved SAS algorithm

JUC源码学习笔记3——AQS等待队列和CyclicBarrier,BlockingQueue

2022 RoboCom 世界机器人开发者大赛-本科组(省赛)-- 第二题 智能服药助手 (已完结)
随机推荐
中信证券账户开通流程,手机上开户安全吗
VAE(变分自编码器)的一些难点分析
matlab图像去雾技术GUI界面-全局平衡直方图
26. Code implementation of file using disk
celery 启动beat出现报错ERROR: Pidfile (celerybeat.pid) already exists.
Simple encapsulation of wechat applet wx.request
[bug solution] error in installing pycocotools in win10
sklearn.metrics模块模型评价函数
MATLAB image defogging technology GUI interface - global balance histogram
2022 robocom world robot developer competition - undergraduate group (provincial competition) CAIP full version solution
Circular structure practice
IP protocol - network segment division
2022 robocom world robot developer competition - undergraduate group (provincial competition) rc-u4 strategy team (completed)
Analysys analysis "2022 China data security market data monitoring report" was officially launched
Choice of advanced anti DDoS IP and CDN in case of DDoS
[300 opencv routines] 238. Harris corner detection in opencv
4279. Cartesian tree
MySQL学习笔记(总结)
How do novices buy stocks for the first time? Which securities company is the best and safest to open an account
三、集合基础——ArrayList集合与简单学生管理系统