Skip to content
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

Closed
1 task done
BorisBrock opened this issue Feb 13, 2024 · 4 comments
Closed
1 task done

Creating a Thread/Matter device with ESP32 C6 and Arduino Core #9240

BorisBrock opened this issue Feb 13, 2024 · 4 comments
Assignees
Labels
Type: Feature request Feature request for Arduino ESP32
Milestone

Comments

@BorisBrock
Copy link

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

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@BorisBrock BorisBrock added the Type: Feature request Feature request for Arduino ESP32 label Feb 13, 2024
@lbernstone
Copy link
Contributor

OpenThread is not currently compiled into the arduino-esp32 stack.

@SuGlider
Copy link
Collaborator

SuGlider commented Feb 13, 2024

@BorisBrock - We are currently working on integrating OpenThread into Arduino.
After finishing it, the next step will be to integrate Matter.
It may take some time, but it will be done along this year.

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.
There are just basic examples about Thread and many about Matter.

https://github.com/espressif/esp-idf/tree/master/examples/openthread
https://github.com/espressif/openthread/tree/main/examples

https://github.com/espressif/esp-matter/tree/main/examples
https://github.com/espressif/connectedhomeip/tree/test_event_4/examples

@VojtechBartoska
Copy link
Contributor

VojtechBartoska commented Feb 14, 2024

Hello @BorisBrock, we will use this ticket for progress tracking.

@VojtechBartoska
Copy link
Contributor

Update:

There is older ticket with more info, I am closing this one in favor of #7432

@VojtechBartoska VojtechBartoska closed this as not planned Won't fix, can't repro, duplicate, stale Feb 20, 2024
@github-project-automation github-project-automation bot moved this from Under investigation to Done in Arduino ESP32 Core Project Roadmap Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
Development

No branches or pull requests

5 participants