点灯科技esp32 idfv5.1组件库

最近研究了一下点灯科技的app,看到官方提供的esp32 idf组件库支持v4.3/v4.4,所以就将其移植一下,让其支持v5.1版本,下载地址如下:

https://github.com/guxiangguo/blinker-esp-idf_v5.1.git

https://gitee.com/gu-xiangguo/blinker-esp-idf_v5.1.git

具体使用方法参见官方指导手册,v5.1需要在工程下加入如下文件idf_component.yml,内容如下:

复制代码
## IDF Component Manager Manifest File
dependencies:
  espressif/mdns: "^1.2.3"
  ## Required IDF version
  idf:
    version: ">=4.1.0"
  # # Put list of dependencies here
  # # For components maintained by Espressif:
  # component: "~1.0.0"
  # # For 3rd party components:
  # username/component: ">=1.0.0,<2.0.0"
  # username2/component2:
  #   version: "~1.0.0"
  #   # For transient dependencies `public` flag can be set.
  #   # `public` flag doesn't have an effect dependencies of the `main` component.
  #   # All dependencies of `main` are public by default.
  #   public: true

这是由于esp-idf 5.1将mdns组件移除了。

相关推荐
飞睿科技8 小时前
乐鑫ESP32-S3-BOX-3,面向AIoT与边缘智能的新一代开发套件
人工智能·嵌入式硬件·esp32·智能家居·乐鑫科技
qq_411262421 天前
读出来值一直为0
esp32
数据线1 天前
ESP32-CAM通过WiFi传输视频
wifi·esp32·视频
C语言不精2 天前
解决ESP出现MD5报错或验证芯片bug
嵌入式硬件·bug·esp32
飞睿科技3 天前
深入解读乐鑫ESP32-S3,如何以单芯片搞定AIoT终端设备的智能交互
嵌入式硬件·ai·esp32·智能家居·乐鑫科技·ai交互
Lxinccode4 天前
ESP32-S3(2) : 安装ESP-IDF
esp32·esp32s3·esp-idf安装
Lxinccode4 天前
ESP32(1) : 安装开发环境Arduino IDE
单片机·嵌入式硬件·esp32·arduinoide
brave and determined5 天前
ESP32 FreeRTOS (day1)入门教程 (ESP-IDF版):从超级循环到多任务的系统化思维
操作系统·esp32·freertos·任务·任务调度器·任务控制块·嵌入式设计
麦德泽特6 天前
基于ESP32S3芯片的机器人控制器设计与实现
人工智能·物联网·机器人·esp32·芯片
weixin_462446236 天前
ESP32 + MicroPython 简易 Web 服务器教程
物联网·esp32