4 ms·
I was playing with the official Espressif Rust Board, which is ESP32C3, but I didn't try Matter on it. It would be on the same boat as Pico W because it only su
by melastmohican 3mo ago
I was playing with the official Espressif Rust Board, which is ESP32C3, but I didn't try Matter on it. It would be on the same boat as Pico W because it only supports Matter over Wifi. https://github.com/melastmohican/esp-rust-board-discovery https://github.com/melastmohican/esp-rust-board-discovery
Now I would try something like ESP32C6 with Thread support:
https://github.com/melastmohican/adafruit-feather-esp32c6-embassy-examples/blob/main/examples/matter_thread_light.rs https://github.com/melastmohican/adafruit-feather-esp32c6-em...