esp32 arduino 安装教程
来自e文文章,自己试过了。在Windows上安装Arduino ESP32的步骤
在32位和64位Windows 10机器上测试
[*]Windows Installer从arduino.cc下载并安装最新的Arduino IDE
[*]从git-scm.com下载并安装Git https://github.com/git-for-windows/git/releases/download/v2.14.1.windows.1/Git-2.14.1-64-bit.exe
[*]开始Git GUI并运行以下步骤:
[*]
选择 Clone Existing Repository
[*]
选择源和目的地
[*]来源地点: https://github.com/espressif/arduino-esp32.git
[*]目标目录: C:/Users//Documents/Arduino/hardware/espressif/esp32
[*]如果您在Arduino首选项中的“Sketchbook位置”下方列出了另一个目录,请将其更改为Sketchbook位置。
[*]单击Clone以开始克隆存储库
[*]打开C:/Users//Documents/Arduino/hardware/espressif/esp32/tools并双击get.exe
[*]当get.exe完成后,你应该看到在目录下面的文件
[*]
[*]插入您的ESP32板,等待驱动程序安装(或手动安装可能需要的驱动程序)
[*]启动Arduino IDE
[*]在Tools > Board菜单中选择您的主板
[*]选择板连接到的COM端口
[*]编译和上传(上传时可能需要按住启动按钮)
[*]
[*]如何更新到最新的代码
[*]开始Git GUI,你应该看到存储库Open Recent Repository。点击它!
[*]从菜单中Remote选择Fetch from>origin
[*]等待git拉任何更改并关闭 Git GUI
[*]打开C:/Users//Documents/Arduino/hardware/espressif/esp32/tools并双击get.exe
[*]
页:
[1]