Matter Door Lock Controller example

We are considering to develop an embedded device that can control Matter door locks. So it should act as a Matter Door Lock client. Unfortunately it is impossible to find any examples doing this, all the available examples are based on Matter Door Lock servers.

If we check the Project-Chip repository (https://github.com/project-chip/connectedhomeip/tree/master/src/controller), we can find controller implementations for iOS, Android, Posix, Darwin and Python. However we are looking for a zephyr-based C implementation. 

Does a Matter Door Lock client example exists? Or will it be available in the future? Or are Matter controller implementations not possible on Nordic MCU's and do we need more powerful hardware?

Hope you can give us a bit of insight if a project like this would be possible at all. Thanks in advance!

Parents Reply
  • Thanks Amanda for your response! An example use case would be a fully matter enabled keypad, that can send unlock-door commands with a pin-code to configured node ids.

    How to configure these node ids is indeed not clear yet, it seems that the Matter Documentation about a Door Lock Controller doesn't say anything about it. That's why I'm looking for examples ;)

Children
Related