当前位置:网站首页>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

边栏推荐
- Introduction to single chip microcomputer: LED lights cycle to the left and turn on
- 哈夫曼树(最优二叉树)
- Istio1.12:安装和快速入门
- 2022 robocom world robot developer competition - undergraduate group (provincial competition) -- question 1: don't waste gold (finished)
- 2022 RoboCom 世界机器人开发者大赛-本科组(省赛)RC-u4 攻略分队 (已完结)
- R语言可视化分面图、多变量分组嵌套多水平t检验、并指定参考水平、可视化多变量分组嵌套多水平分面箱图(faceting boxplot)并添加显著性水平、指定显著性参考水平
- JS native - array sorting to find out the characters with the largest number of strings
- Netease email (126/163): authorization code acquisition strategy
- Analysys analysis "2022 China data security market data monitoring report" was officially launched
- ZABBIX administrator forgot login password
猜你喜欢

Simple encapsulation of wechat applet wx.request

PyTorch的自动求导

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

Force button 31. Next arrangement -- double finger needling

云开发单机版图片九宫格流量主源码

Existence form and legitimacy of real data in C language (floating point number)

Mlx90640 infrared thermal imager temperature measurement module development notes (III)

被攻击怎么解决?DDoS高防IP防护策略

How to deal with being attacked? Advanced anti DDoS IP protection strategy

【机器学习基础】——另一个视角解释SVM
随机推荐
Choice of advanced anti DDoS IP and CDN in case of DDoS
【AdaptiveAvgPool3d】pytorch教程
Still using listview? Use animatedlist to make list elements move
2022 RoboCom 世界机器人开发者大赛-本科组(省赛)---第一题 不要浪费金币 (已完结)
Which securities company is the best and safest to open an account? How to open an account and speculate in stocks
2022 RoboCom 世界机器人开发者大赛-本科组(省赛)-- 第二题 智能服药助手 (已完结)
Introduction to single chip microcomputer: LED lights cycle to the left and turn on
Personal practical experience: Data Modeling "whether account data belongs to dimension or account domain"
未来数据库需要关心的硬核创新
【机器学习基础】——另一个视角解释SVM
2022 RoboCom 世界机器人开发者大赛-本科组(省赛)-- 第三题 跑团机器人 (已完结)
在哪家证券公司开户最好最安全 如何开户炒股票
Join parameter processing and @param
维护香港服务器安全的9个关键措施
Existence form and legitimacy of real data in C language (floating point number)
Huawei wireless device configuration wpa2-802.1x-aes security policy
MySql函数
Huffman tree (optimal binary tree)
What is a firewall? What role can firewalls play?
JUC源码学习笔记3——AQS等待队列和CyclicBarrier,BlockingQueue