首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏开源物联网平台开发

    【物联网设备端开发】Arduino快速上手esp32方案开发

    三、Arduino IDE 中安装esp32系列开发板 参考:Arduino-ESP32 2.0.6 documentation 基本和【Arduino快速上手esp8266方案开发】类似,在Arduino IDE的“首选项”对话框中找到“其他开发板管理地址” 并添加如下地址 稳定版发布链接: https://espressif.github.io/arduino-esp32/package_esp32_ index.json 开发发布链接: https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json

    2.7K10编辑于 2024-03-20
  • 来自专栏开源服务指南

    NASA 开源!数据分析与任务控制框架 | 开源日报 No.255

    espressif/arduino-esp32https://github.com/espressif/arduino-esp32 Stars: 12.6k License: LGPL-2.1 arduino-esp32

    48510编辑于 2024-05-10
  • 来自专栏云深之无迹

    ESP32 For Arduino杂记

    https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html 这个是乐鑫官方的文档 建议仔细阅读 支持的板子 https://github.com/espressif/arduino-esp32/tree/master/libraries 这个GitHub的页面里面全是关于ESP32的例程。

    2.4K10发布于 2021-10-20
  • 来自专栏云深之无迹

    Arduino Pro 来了!

    的库生态必不可少 鼠标浮在关键词上面,会自动出现相关的信息 编译也会正常的通过 也可以点击这里进行开发板的设置 https://raw.githubusercontent.com/espressif/arduino-esp32

    1.5K30发布于 2021-10-20
  • Arduino ESP32 安装

    官方文档:Installing using Arduino IDEhttps://espressif.github.io/arduino-esp32/package_esp32_index.jsonhttps ://espressif.github.io/arduino-esp32/package_esp32_index.json{ "packages": [ { " "maintainer": "Espressif Systems", "websiteURL": "https://github.com/espressif/arduino-esp32 2.0.15", "category": "ESP32", "url": "https://github.com/espressif/arduino-esp32 "host": "i686-mingw32", "url": "https://github.com/espressif/arduino-esp32

    72610编辑于 2024-04-12
  • 来自专栏网络安全技术点滴分享

    ESP32 Arduino核心框架:全面支持多款ESP32芯片的开发平台

    ESP32系列开发板安装步骤通过Arduino IDE安装打开Arduino IDE进入"文件" → "首选项"在"附加开发板管理器网址"中添加:https://espressif.github.io/arduino-esp32 "开发板管理器"搜索"esp32"并安装最新版本手动安装# 克隆项目仓库git clone https://github.com/espressif/arduino-esp32.git进入目录cd arduino-esp32

    98020编辑于 2025-10-22
  • 来自专栏机器人课程与技术

    micro-ros arduino esp32 ros2 笔记

    更新了重新连接示例 性能改进 错误修复: 修复主题和类型名称长度的错误返回  修复有界数组上的序列化错误 修复生命周期包  ---- esp32 arduino github.com/espressif/arduino-esp32

    2.4K20编辑于 2022-08-10
  • 来自专栏知识分享

    001-ESP32学习开发(arduino)-开发环境搭建

    添加ESP32开发板数据包 1.进入espressif的仓库: https://github.com/espressif 选择arduino-esp32 ? 2.下载压缩包 ? ?

    1.8K40发布于 2021-05-11
  • 来自专栏远哥制造

    基于 ESP32-CAM 开发板烧录 CameraWebServer 项目

    的应用场景,售价只要二三十元,可比其他成品摄像头便宜多了,于是 tb 上购买了两个用于测试 图片 0x02.CameraWebServer 项目 https://github.com/espressif/arduino-esp32

    3.2K01编辑于 2023-09-24
  • 来自专栏云深之无迹

    ESP32 touchPad功能

    注意,ESP32芯片的引脚可以映射 但是注意这个触摸脚是专用的,别瞎映射 我其实想逼逼,有映射功能,但是用起来这不行那不行 https://docs.espressif.com/projects/arduino-esp32

    1.5K10发布于 2021-10-20
  • 来自专栏云深之无迹

    TT Arduino源码细读.1

    我们这次读源码,一行一行的带你上车 https://github.com/espressif/arduino-esp32 先克隆下来esp32 ardunio core 就是这样的一个目录 我们从第一个默认

    1.2K20发布于 2020-12-07
  • 来自专栏云深之无迹

    给DJI Tello加个航模遥控器吧~

    latest/libraries.html https://www.arduino.cc/reference/en/libraries/wifi/ https://github.com/espressif/arduino-esp32 1001.2014.3001.5501 https://blog.csdn.net/m0_51220742/article/details/123791062 https://github.com/espressif/arduino-esp32 /tree/master/libraries/WiFi https://github.com/espressif/arduino-esp32/tree/master/libraries/AsyncUDP

    3.4K20编辑于 2023-02-27
  • 来自专栏云深之无迹

    Dji TT 巡线+抓取物块方案解读

    calcu=%d\n", d, calculatePWM(d)); delay(1000); } } 里面出现一些函数不要着急 https://github.com/espressif/arduino-esp32

    93330编辑于 2022-02-09
  • 来自专栏云深之无迹

    Arduino1.8.13+ESP32初体验

    我们搜索esp32,安装.网速随缘吧. https://github.com/espressif/arduino-esp32 ?

    3K20发布于 2020-11-19
  • 来自专栏云深之无迹

    VsCode设置ESP32工具链+刨根问底点灯

    https://github.com/espressif/arduino-esp32/blob/master/variants/doitESP32devkitV1/pins_arduino.h #ifndef 也可以看到其他开发板得定义 https://github.com/espressif/arduino-esp32/releases/download/1.0.4/package_esp32_index.json

    4.5K10发布于 2021-01-20
  • 来自专栏C++核心准则原文翻译

    使用30元开发板UNO D1 R32构筑物联网开发环境

    2.从github下载arduino-esp32支持包: ? 3.将下载得到的Zip文件解压缩到第一步中创建的esp32目录中。

    2.4K10发布于 2020-03-25
  • 来自专栏云深之无迹

    ESP32芯片IO解读

    https://github.com/espressif/arduino-esp32/issues/92 ?

    9.4K12发布于 2020-11-19
  • 来自专栏云深之无迹

    VL53L0X激光测距传感器.ESP32使用篇

    注意选对串口 https://github.com/espressif/arduino-esp32 项目使用了 221281 字节,占用了 (16%) 程序存储空间。最大为 1310720 字节。

    3.6K20发布于 2020-12-15
  • 来自专栏云深之无迹

    News Quark:基于 ESP32 的电子测量和调试工具(源码分析).1

    https://github.com/espressif/arduino-esp32 下载一下,放在和源码一起。

    90110编辑于 2022-06-15
  • 来自专栏Dotnet9

    【单片机入门】(一)应用层软件开发的单片机学习之路-----基础知识入门

    github下载地址:https://github.com/espressif/arduino-esp32,下载后将里面的文件放进hardware/espressif/esp32文件夹中去,然后点击tools

    1.7K50编辑于 2022-11-25
领券