• Arduino安装全流程(包括ESP32离线包安装)


    1、下载Arduino_1.8.19安装包

    链接:https://pan.baidu.com/s/1uuGwkB1EsB3Zu_dvNSXY8g 
    提取码:y7pl

    2、下载ESP32_2.0.4离线包(需全部下载)

    链接:https://pan.baidu.com/s/1Hv8Faw--gOZraJ0ZHqjI8A 
    提取码:jmvb

    附所需依赖包地址:

    https://github.com/espressif/arduino-esp32/releases/download/2.0.4/esp32-2.0.4.zip    
    https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/riscv32-esp-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip    
    https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip
    https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s2-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip
    https://github.com/espressif/crosstool-NG/releases/download/esp-2021r2-patch3/xtensa-esp32s3-elf-gcc8_4_0-esp-2021r2-patch3-win32.zip
    https://github.com/espressif/arduino-esp32/releases/download/2.0.2/esptool-3.3-windows.zip   
    https://github.com/igrr/mkspiffs/releases/download/0.2.3/mkspiffs-0.2.3-arduino-esp32-win32.zip
    https://github.com/earlephilhower/esp-quick-toolchain/releases/download/3.0.0-gnu12/i686-w64-mingw32.mklittlefs-c41e51a.200706.zip

     

    3、安装Arduino

    双击arduino-1.8.19-windows.exe ,然后直接一路下一步就行

    4、安装ESP32_2.0.4离线包

    打开Arduino,选择“文件”->‘首选项’

    在附加开发板管理器网址输入:https://www.arduino.cn/package_esp32_index.json

    点击下方位置,打开缓存目录:

    C:\Users\Administrator\AppData\Local\Arduino15

    将ESP32_2.0.4离线包其移动到目录:

    C:\Users\Administrator\AppData\Local\Arduino15\staging\packages

    选择:‘工具’->‘开发板’->‘开发板管理器…

    在搜索框输入:‘ESP’->找到ESP32->选择2.0.4版本->安装->等待安装完成即可

     

     

    如果有帮助到你,请不吝点个赞^_^ 

  • 相关阅读:
    uniapp——项目day03
    微服务注册中心:Eureka详解
    Oracle数据库的权限管理(二)
    23 种设计模式大纲
    机器学习面试准备(一)KNN
    查询:按A分组,满足B时对应的C
    java华夏球迷俱乐部网站设计与实现计算机毕业设计MyBatis+系统+LW文档+源码+调试部署
    通过shell脚本自动化量产SD启动卡
    STM32F103单片机工程移植到航顺单片机HK32F103注意事项
    Windows远程桌面连接cpolar
  • 原文地址:https://blog.csdn.net/oHuanCheng/article/details/126253900