Commission with chip-tool using QR code or pairing code
Posted: Mon May 20, 2024 7:32 pm
From following instructions on how to use chip-tool to commission Matter devices to work over Thread, I see the following command:
However, what if I want to use the device QR code or pairing code for commissioning for Thread? For this I see the following command:
How can I execute a command to commission a device for Thread by using the QR code or pairing code? (without using the pin_code or discriminator)
Thanks.
Code: Select all
./chip-tool pairing ble-thread <node_id> hex:<operational_dataset> <pin_code> <discriminator>
Code: Select all
./chip-tool pairing code <node_id> <qrcode_payload-or-manual_code>
Thanks.