Skip to content

[request] Matter over WiFi support (e.g. SiWx917-DK2605A) #195

Description

@lboue

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature requestIssue is a feature requestOn roadmapOn the official roadmap and will be implemented by Silicon Labs

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions