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

相关推荐
启明云端wireless-tag1 天前
乐鑫ESP32物联网方案,设备人机交互技术应用,启明云端乐鑫代理商
物联网·esp32·无线通信·乐鑫
skywalk81634 天前
esp32c3开发板通过micropython的mqtt库连MQTT物联网消息服务器
单片机·物联网·mqtt·esp32·micropython
flashier12 天前
ESP32学习笔记_FreeRTOS(1)——Task的创建和使用
c语言·开发语言·笔记·学习·esp32
T0uken14 天前
【ESP32+MicroPython】硬件控制基础
python·单片机·嵌入式硬件·esp32
田三番16 天前
使用 vscode 简单配置 ESP32 连接 Wi-Fi 每日定时发送 HTTP 和 HTTPS 请求
单片机·物联网·http·https·嵌入式·esp32·sntp
T0uken17 天前
【ESP32+MicroPython】网络编程基础
网络·python·esp32
e调布鲁斯19 天前
esp32cam+Arduino IDE在编译时提示找不到 esp_camera.h 的解决办法
esp32·arduino
启明云端wireless-tag20 天前
ESP-IDF HTTP POST请求发送音频-启明云端乐鑫代理商
http·音视频·esp32·物联网开发
乐鑫科技 Espressif21 天前
ESP-HaloPanel:用 ESP32-C2 打造超低成本智能家居面板
esp32·智能家居·wi-fi
WKJay_23 天前
【ESP32S3】VSCode 开发环境搭建
wifi·esp32·ble