You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -481,50 +481,50 @@ If you want to commission your Nano Matter solution with another service, follow
481
481
482
482
***Be aware that the Matter integration for Home Assistant is still in BETA, it can receive major updates and its functionality may vary between different vendors.***
483
483
484
-
### Commissioning QR Code Change
484
+
### Updating the Commissioning QR Code
485
485
486
-
In this section, you will learn how to change the default commissioning QR code of your Nano Matter.
486
+
Each Nano Matter board comes with a default QR code used for commissioning. In this section, you will learn how to **generate a unique QR code** for your device by updating its provisioning ID.
487
487
488
488

489
489
490
-
Configuring your Nano Matter with a unique provisioning ID will allow you to:
490
+
By assigning a unique provisioning ID, you can::
491
491
492
-
-Have a unique QR code for each one of your boards (end-devices).
493
-
- Commission several Nano Matter boards to the same network with no conflicts.
494
-
- Prepare your Nano Matter final product for field deployment.
492
+
-Generate a distinct QR code for each board.
493
+
- Commission multiple Nano Matter boards to the same network without conflicts.
494
+
- Prepare your devices for real-world field deployment.
495
495
496
-
#### Requirements
496
+
#### Prerquisites
497
497
498
-
The following requirements are needed:
498
+
Before starting, make sure you have the following:
499
499
500
500
- Make sure the **Arduino IDE** and the **Silicon Labs Arduino Core** are both installed.
501
501
- Make sure there is only **one** board connected to your computer at a time.
502
-
-Flash your desired Matter sketch.
502
+
-Your Matter sketch already flashed to the board.
503
503
- Clone the [Arduino Matter Provision Tool](https://github.com/silabs-bozont/arduino_matter_provision) repository on your local machine.
504
504
505
-
#### Flashing the New Configuration
505
+
#### Changing the Provisioning ID
506
506
507
-
To flash the new configuration, follow the steps below:
507
+
To assign a new provisioning ID and generate a new QR code:
508
508
509
-
-Navigate to the repository directory in your terminal.
510
-
- The command has the following structure:
509
+
-Open a terminal and navigate to the cloned arduino_matter_provision folder.
510
+
- The provisioning script has the following format:
0 commit comments