Summary
The Matter implementation in this core currently only supports Matter over Thread (per the Matter library readme): a Thread Border Router is required to bridge the device to the rest of the network/WiFi.
Please add support for Matter over WiFi, using a WiFi-capable Silicon Labs SoC such as the SiWx917 (e.g. the SiWx917-DK2605A dev kit) as the target hardware.
Motivation:
- Not every user has (or wants to set up) a Thread Border Router - a lot of home networks are WiFi-only.
- The SiWx917 family is a WiFi + BLE SoC well suited to run the Matter stack directly over WiFi without needing a Thread mesh/border router at all, which would make commissioning and getting started significantly simpler for users who just have a regular WiFi router.
- It would let the Arduino Matter API (
Matter, MatterLightbulb, MatterSwitch, etc.) target a second transport, alongside the existing Thread-based boards, the same way protocol_stack=matter already selects between build configurations per board in boards.txt.
Happy to help test on real hardware if useful.
Summary
The Matter implementation in this core currently only supports Matter over Thread (per the Matter library readme): a Thread Border Router is required to bridge the device to the rest of the network/WiFi.
Please add support for Matter over WiFi, using a WiFi-capable Silicon Labs SoC such as the SiWx917 (e.g. the SiWx917-DK2605A dev kit) as the target hardware.
Motivation:
Matter,MatterLightbulb,MatterSwitch, etc.) target a second transport, alongside the existing Thread-based boards, the same wayprotocol_stack=matteralready selects between build configurations per board inboards.txt.Happy to help test on real hardware if useful.