[Matter] Connecting Google home app

Hi all,

I am developing the door lock using matter. The SDK uses ncs2.1.0, nrf/samples/matter/lock, and I want to test the connection to google home app on Android phone.

Information of test equipment:

52840dk (End Device)

google nest hub (Border Router)

pixel 4xl + Google Home App (Matter controller)

I first tried the example of door lock, but it failed to bind successfully in the app. Then I tried nrf/samples/matter/light_bulb, and the test result showed that it could be bound by app, and it could also control the light on/off through app.

So why are the results different between the light_bulb sample and the lock sample? Has anyone else tried it?

Attach the failed print log.

2.1.0-lock-google.txt

Parents Reply
  • Thank you very much for your help.

    After I added the PID and VID in Google Developer Center as you suggested,my device could connect to the google home app. 

    I have a question. The device type of matter has door lock(0x000A), but there is no lock type. Why is pid divided into door lock(0x8003) and lock(0x8006)? Why is the pid in the ncs example lock(0x8006) and not door lock(0x8003)?

Children
Related