点灯科技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组件移除了。

相关推荐
听我一言11 天前
ESP32-WROOM-32 [创建AP站点-TCP服务端-数据收发]
esp32
听我一言13 天前
ESP32-WROOM-32 [ESP连接路由器+TCP Client 透传 + TCP Server数据发送]
网络·网络协议·tcp/ip·esp32
听我一言14 天前
ESP32-WROOM-32 [创建AP站点-客户端-TCP透传]
网络·网络协议·tcp/ip·esp32
康de哥15 天前
使用SonarQube扫描ESP32项目,如何生成build-wrapper-dump.json
esp32·sonarqube·idf·build-wrapper
启明云端wireless-tag17 天前
ESP32无线WiFi蓝牙SOC,设备物联网通信方案,启明云端乐鑫代理商
嵌入式硬件·物联网·wifi·esp32·乐鑫·wifi模组
启明云端wireless-tag1 个月前
ESP32无线WiFi芯片模组,设备物联网连接通信,产品智能化交互升级
物联网·esp32·智能家居·乐鑫·启明云端·设备升级
platform1 个月前
少走弯路,ESP32 读取Micro SD(TF)播放mp3的坑路历程。
esp32·蓝牙 歌词
启明云端wireless-tag1 个月前
智能儿童对讲机语音交互,乐鑫ESP-RTC音视频通信,ESP32无线语音方案
物联网·wifi·esp32·乐鑫·语音交互·wifi模组·对讲机
宁子希1 个月前
ESP32-S3 IDF框架 控制 WS2812 灯条:实现多种灯效
python·单片机·嵌入式硬件·esp32
帅得不敢出门1 个月前
ESP32-IDF http请求崩溃问题分析与解决
网络协议·http·esp32·c·开发板·乐鑫·esp32-idf