-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a Thread/Matter device with ESP32 C6 and Arduino Core #9240
Comments
OpenThread is not currently compiled into the arduino-esp32 stack. |
@BorisBrock - We are currently working on integrating OpenThread into Arduino. In the meantime a possible solution would be to use Arduino as IDF Component and integrate Thread and Matter into the project. The available examples are in the IDF Github. https://github.com/espressif/esp-idf/tree/master/examples/openthread https://github.com/espressif/esp-matter/tree/main/examples |
Hello @BorisBrock, we will use this ticket for progress tracking. |
Update: There is older ticket with more info, I am closing this one in favor of #7432 |
Related area
Smart Home
Hardware specification
ESP32 C6
Is your feature request related to a problem?
I would like to create some simple Thread/Matter devices for my smart home. A Open Thread Border Router (based on Raspberry Pi) and a Home Assistant instance (with Matter server) are already running.
So I purchased a few ESP32 C6 DevKits (because of their Thread support). But I cannot find any good examples in this repository on how to create simple custom Thread/Matter devices with the ESP32 ARduino Core.
Describe the solution you'd like
Could you provide a basic example to show how Thread/Matter devices can be created with the ESP32 C6 and the Arduino Core?
Describe alternatives you've considered
Using Espressif ZeroCode is no option, since the ESP32 C6 seems not to be supported (why???). Using the Espressif IDF would be another option, but seems to be much more complicated than using the Arduino Core.
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: