You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions for how to build rs-matter for esp-idf were removed in pull request #129 citing that support was upstreamed. Unfortunately it is now unclear from looking at the repository whether using matter-rs on an ESP32 is supported, and if so what networking stack is supported (wifi, threads... etc).
Some clarification with minimal build instructions on how to build rs-matter for ESP-IDF would be amazing.
The text was updated successfully, but these errors were encountered:
My understanding is that BLE commissioning isn't supported yet.
In theory the stack is built such that you can send the actual data packets through an arbitrary channel of your choice so as to support external wifi/ethernet modules. Since Thread supports TCP once the device is commissioned you could just send the data through the thread stack instead of the wifi stack.
Thread support is still experimental in the rust world though (mostly only through wrappers for now).
That was my understanding last time I looked into it I could be wrong though. Feel free to correct me if I missed anything.
Hi,
The instructions for how to build rs-matter for esp-idf were removed in pull request #129 citing that support was upstreamed. Unfortunately it is now unclear from looking at the repository whether using matter-rs on an ESP32 is supported, and if so what networking stack is supported (wifi, threads... etc).
Some clarification with minimal build instructions on how to build rs-matter for ESP-IDF would be amazing.
The text was updated successfully, but these errors were encountered: