您现在的位置是:网站首页> 硬件

在Arduino IDE中安装固件ESP32,ESP8266板

  • 硬件
  • 2022-01-05
  • 892人已阅读
摘要

1.在Arduino IDE中 文件 —>首选项 

2.在“板管理器的附加链接”中添加2行或中间加逗号

https://dl.espressif.com/dl/package_esp32_index.json

http://arduino.esp8266.com/stable/package_esp8266com_index.json

添加更多板型可看这个网址https://github.com/arduino/Arduino/wiki/Unofficial-list-of-3rd-party-boards-support-urls

3.添加Arduino控制板,通过 工具>开发板>开发板管理器... 就可以打开 开发板管理器

4.在搜索栏输入型号 如esp32  点击安装

就可以选择相应的板子工作了

玩转 ESP32 + Arduino (一) 开发环境搭建


Top