How can use CHIP tool to commission device by QR code or manual pairing code?

 

        This is my basic information:

        1. SDK version: V2.8.0

        2. Project: Matter Light Bulb

        3. Board: 52840DK

        This is my question:

        I can use this command to commission bulb pass:

        $ ./chip-tool pairing ble-thread <node_id> hex:<operational_dataset> <pin_code> <discriminator>

        But when I use below command instead, bulb has no response:

        $ ./chip-tool pairing code <node_id> <qrcode_payload-or-manual_code>

Parents Reply
  • susepc said:
    if bulb has been connected to the Thread network, that means it is in the Thread network and can be controlled by Phone.

    That just means it's a node in the thread network, but doesn't belong to any Matter controller device. You still need to commission the device to a Matter controller (fabric) using its QR/manual code so it can exchange credentials, create secure sessions, and be authorized/owned by your controller app. See Commissioning into a network over IP section in Working with the CHIP Tool

Children
Related