From 10298087de0fd40b9711ae7919a3e32e98d0682b Mon Sep 17 00:00:00 2001 From: Harsimranjit Sindhar <66320186+silabs-Simran@users.noreply.github.com> Date: Fri, 22 Oct 2021 18:35:10 -0400 Subject: [PATCH] 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. --- docs/guides/silabs_efr32_building.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/guides/silabs_efr32_building.md diff --git a/docs/guides/silabs_efr32_building.md b/docs/guides/silabs_efr32_building.md new file mode 100644 index 00000000000000..46792d545eceb5 --- /dev/null +++ b/docs/guides/silabs_efr32_building.md @@ -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) +.