/matter

Matter is creating more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.

Primary LanguageC++Apache License 2.0Apache-2.0

Silicon Labs

Silicon Labs Matter

Welcome to the Silicon Labs Matter Github repo. Matter is an application layer that provides a standardized interface between protocols and devices. With Matter, it is transparent to the underlying device whether the interaction is from a Thread application or a Wi-Fi application. For more information on Matter in general see the main Matter Overview page. This repo is the starting point for all Silicon Labs-related Matter development. Silicon Labs supports Matter on both 802.15.4 (Thread) and 802.11 (Wi-Fi) transport protocols.

To see release notes containing list of features and knowns issues go to SiliconLabs/matter/releases and find the corresponding notes for the release you are using.

As seen below, Silicon Labs supports Matter on several different hardware platforms including the EFR32, RS9116, WF200 and the new SiWx917 which is a Wi-Fi System-on-Chip (SoC).

Device: EFR32+RS9116 Silicon Labs

Device: SiWx917 SoC Silicon Labs - SiWx917 soc

This repo contains documentation, demos, examples and all the code needed for Matter Accessory Device development on both Thread and Wi-Fi. The Thread development use cases differs from Wi-Fi because the Thread protocol requires the use of an Open Thread Border Router (OTBR).

  • To get started with the Thread demo and development see Matter Thread
  • To get started with the Wi-Fi demo and development see Matter Wi-Fi

The full documentation set starts here: Silicon Labs Matter Table of Contents


Builds

Examples - EFR32

Examples - Linux Standalone

Android

Unit / Interation Tests Cirque

ZAP Templates

Directory Structure

The Matter repository is structured as follows:

File / Folder Contents
build/ Build system support content and build output directories
BUILDING.md More detailed information on configuring and building Matter for different targets
CODE_OF_CONDUCT.md Code of Conduct for Matter, and contributions to it
CONTRIBUTING.md Guidelines for contributing to Matter
docs/ Documentation, including guides
examples/ Example firmware applications that demonstrate use of the Matter technology
integrations/ Third party integrations related to this project
integrations/docker/ Docker scripts and Dockerfiles
LICENSE Matter License file (Apache 2.0)
BUILD.gn Top level GN build file
README.md This file
src/ Implementation of Matter
third_party/ Third-party code used by Matter
scripts/ Scripts needed to work with the Matter repository

License

Matter is released under the Apache 2.0 license.