-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create silabs_efr32_building.md (#10850)
Problem Adding Getting started documentation for EFR32 device. Summary of Changes Added a link to Silabs Matter page for setup board and configuration steps.
- Loading branch information
1 parent
7a52702
commit 1029808
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Building Silicon Labs EFR32 examples | ||
|
||
Developers can start prototyping with Matter today. Silicon Labs offers a number | ||
of examples using Matter, such as | ||
[smart locks](https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/efr32), | ||
[smart lights](https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/efr32), | ||
and | ||
[window coverings](https://github.com/project-chip/connectedhomeip/tree/master/examples/window-app/efr32). | ||
Matter simplifies the developer experience by maximizing the interoperability of | ||
IoT devices across different vendors, so developers can focus on innovating. | ||
|
||
The full list of examples can be found | ||
[here](https://github.com/project-chip/connectedhomeip/tree/master/examples). | ||
The GitHub repository also includes tools for testing your Matter project. | ||
|
||
## Getting Started with Matter on EFR32 | ||
|
||
Developers can find more resources on | ||
[Silicon Labs Matter Community Page](https://community.silabs.com/s/article/connected-home-over-ip-chip-faq?language=en_US) | ||
. |