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

Commissioning over Thread, communication over Ethernet afterwards (CON-1330) #1078

Open
bramvanneerven opened this issue Sep 8, 2024 · 1 comment

Comments

@bramvanneerven
Copy link

Describe the question/query that you have
Hi! I am searching for some guidance on how enabling/disabling certain transports for commissioning/communication at runtime should be implemented. As far as I have seen, there are only straightforward options for enabling/disabling transports using the configuration files (which can only be changed at build time).

It would be nice if there was some official documentation, and preferably examples, available that show how this use case can be implemented. I have found #271, but to me it is not clear how the final implementation was achieved.

Additional context
I want to use an ESP32C6, which does not have a MAC. Therefore, I will add Ethernet capability using the W5500 and SPI. Since the use of ESP32C6 is quite common for Matter devices, I, and likely many others, would also appreciate it if there was some documentation, and preferably examples, on how to correctly apply a different Ethernet driver in a Matter application. I have found an example using esp-idf, but I am not sure how this should be integrated into esp-matter.

@github-actions github-actions bot changed the title Commissioning over Thread, communication over Ethernet afterwards Commissioning over Thread, communication over Ethernet afterwards (CON-1330) Sep 8, 2024
@FHFS
Copy link

FHFS commented Sep 9, 2024

Have you seen the esp-thread-br example. This example has support for the W5500 ethernet. It is not a Matter example but probably will help you figure out how the W5500 should be configured in esp-idf.

A Matter example for this device would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants