Search found 2 matches

by ethan1111
Fri Mar 01, 2024 5:45 am
Forum: Hardware
Topic: ESP32H2 Hardware Design, Matter Communication Error
Replies: 0
Views: 993

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: 486

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...