Best starting point for Matter over Thread Air Quality Sensor? #1341
-
I would like to create a Matter over Thread (Full Thread Device) Air Quality Sensor based on an ESP32-C6 and a I2C based sensor. What would be the best starting point? |
Beta Was this translation helpful? Give feedback.
Answered by
shripad621git
Mar 28, 2025
Replies: 1 comment
-
@olavt , you can refer to the sensors example in esp-matter repository. For c6 thread support, you can refer to the documentation here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olavt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@olavt , you can refer to the sensors example in esp-matter repository. For c6 thread support, you can refer to the documentation here.