I wanted to understand and know MATTER protocol support for nrf SOC's

I found a link 

https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/matter/overview/integration.html

which says MATTER protocol support is available with nrf sdk. However, looking for a documentation on how I can use it to build my sample application.

Also, which all nrf's SoC are supported with MATTER.

Any documentation or reference can help a lot.

Thanks in advance!!

  • Hello,

    You can find a good overview of what we offer with regards to Matter on this product page. The page includes central features. important updates, relevant hardware and more. Under the Development hardware header you can see that our nRF5340 DK, nRF52840 DK and nRF7002 DK can be used for developing Matter projects. Our newly released nRF54L15 DK also supports Matter, though not when emulating the smallest memory variant of the nRF54L series, nRF54L05. For completeness, the current list of Nordic SoCs which support Matter is:

    • nRF52840
    • nRF5340
    • nRF54L15
    • nRF54L10
    • nRF7002 (a Wi-Fi 6 companion IC, meaning it needs a host processor)

    All links below are to the 2.8.0 version of nRF Connect SDK. If you are using or installing another version, please change the drop down menu for the documentation pages and by selecting the relevant tag or branch in GitHub. 

    When starting out with a Matter project in nRF Connect SDK we recommend that you start with one of our Matter samples. Choose the sample which is closest to what your project needs and expand and edit from there. If none of the samples are close to what you want for your project you can start with the Matter template sample. You can find the source code for the samples here on GitHub and install the nRF Connect SDK by following the instructions in our documentation here.

    While we do recommend starting out with one of our samples, you can also use the documentation on Getting started with Matter to add Matter support to an existing project. But before you add Matter support to your project, please get to know one or several Matter samples on their own. 

    Best regards,

    Maria

  • Thank you so much  for your quick and detailed response.

    I'll try it.

Related