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

相关推荐
星野云联AIoT技术洞察8 天前
OpenMQTTGateway 技术全解:统一多协议到 MQTT 的开源网关
lora·esp32·智能家居·ble·ir·iot网关·openmqttgateway
Anonymousgirls15 天前
正点原子小智BOX0/BOX2 产品使用视频表情功能
学习·esp32·小智ai·视频表情
朱自清的诗.1 个月前
使用python脚本储存mosquito服务器数据到sqlite
python·单片机·sqlite·esp32
朱自清的诗.1 个月前
使用虚拟机Ubuntu搭建mosquito服务器 使esp32、上位机通信
ubuntu·esp32·mosquito
java 乐山2 个月前
改华为智能插座为mqtt本地控制
esp32
伴杯猫2 个月前
【ESP32-IDF】高级外设开发3:I2S
c语言·单片机·嵌入式硬件·mcu·物联网·esp32·esp-idf
lepton_yang2 个月前
Zephyr下控制ESP32S3的GPIO口
linux·嵌入式硬件·esp32·zephyr
优信电子2 个月前
ESP32 I2S音频总线学习笔记(六):DIY蓝牙音箱教程
esp32·i2s·蓝牙音箱·a2dp·esp蓝牙音箱
╰⋛⋋⊱⋋翅膀⋌⊰⋌⋚╯2 个月前
ESP32-S3_ES8311音频输出使用
esp32
flushddd2 个月前
GOOUUU ESP32-S3-CAM 果云科技开发板开发指南(二)(超详细!)Vscode+espidf 摄像头拍摄视频实时传输到LCD,文末附源码
vscode·科技·单片机·物联网·esp32