Search found 6 matches

by ethan1111
Thu Nov 07, 2024 2:56 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32H2 Matter 回报的一些错误
Replies: 3
Views: 768

Re: ESP32H2 Matter 回报的一些错误

谢谢你的帮助。
请问第一个问题你有什么思路吗?
by ethan1111
Fri Nov 01, 2024 2:21 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32H2 Matter 回报的一些错误
Replies: 3
Views: 768

ESP32H2 Matter 回报的一些错误

我的matter程序是从example中的light复制过来修改的,能正常的进行配对和调试,但是监控错误信息时,发现有一个错误提示: 错误1: chip [DMG] Endpoint 0 , Cluster 0x0000_0031 not found in IncreasecluscerDataversion! 请问这是什么问题呢,应该如何处理呢? 我用有启用这个集群,Network Commissioning这个集群. 错误2: chip[sc]: The device does nossupport GetClock RealTimeMS() API: 6cEalling back to ...
by ethan1111
Fri Nov 01, 2024 2:15 am
Forum: ESP-IDF
Topic: ESP32H2 Matter report err in UART
Replies: 0
Views: 381

ESP32H2 Matter report err in UART

My matter program is copied from the light in example, and it can be paired and debugged normally, but when monitoring the error message, I found an error message: Mistake 1: chip [DMG] Endpoint 0 , Cluster 0x0000_0031 not found in IncreasecluscerDataversion! What is this problem and how should it b...
by ethan1111
Fri Nov 01, 2024 2:07 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32H2 Matter 回报的一些错误
Replies: 0
Views: 517

ESP32H2 Matter 回报的一些错误

我的matter程序是从example中的light复制过来修改的,能正常的进行配对和调试,但是监控错误信息时,发现有一个错误提示: 错误1: chip [DMG] Endpoint 0 , Cluster 0x0000_0031 not found in IncreasecluscerDataversion! 请问这是什么问题呢,应该如何处理呢? 我用有启用这个集群,Network Commissioning这个集群. 错误2: chip[sc]: The device does nossupport GetClock RealTimeMS() API: 6cEalling back to ...
by ethan1111
Fri Mar 01, 2024 5:45 am
Forum: Hardware
Topic: ESP32H2 Hardware Design, Matter Communication Error
Replies: 0
Views: 1462

ESP32H2 Hardware Design, Matter Communication Error

Dear experts, I have two questions. Please help me, thank you. I don't know how to add images, I'm sorry. I use ESP32h2 to implement matter communication. ESP32h2 comes with a shielding cover, and when only using the smallest system of ESP32h2, it can achieve matter connection and control; However, ...
by ethan1111
Thu Feb 01, 2024 8:20 am
Forum: General Discussion
Topic: Esp32h2, matter, examples ->Light; How to control a lamp through 2 PWM signals
Replies: 0
Views: 551

Esp32h2, matter, examples ->Light; How to control a lamp through 2 PWM signals

Hello experts: I have a project to develop a matter dimmer using ESP32h2; But I need to control it by outputting different frequencies through two IOs; endpoint_t *endpoint = extended_color_light::create(node, &light_config, ENDPOINT_FLAG_NONE, light_handle); I check the code, extended_ Color_ Light...