Skip to content

Commit 457a415

Browse files
committed
Some minor fixes
1 parent 069b8a2 commit 457a415

File tree

1 file changed

+10
-6
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual

1 file changed

+10
-6
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -506,26 +506,30 @@ Before starting, make sure you have the following:
506506

507507
To assign a new provisioning ID and generate a new QR code:
508508

509-
- Open a terminal and navigate to the cloned arduino_matter_provision folder.
510-
- The provisioning script has the following format:
509+
- Open a terminal and navigate to the cloned `/arduino_matter_provision` folder.
510+
- The provisioning command has the following format:
511511

512-
`python arduino_matter_provision.py <board_name> <config_number>`
512+
```bash
513+
python arduino_matter_provision.py <board_name> <config_number>
514+
```
513515

514516
- Replace `<board_name>` with `nano_matter` and choose a configuration number (e.g., `1`):
515-
516-
`python arduino_matter_provision.py nano_matter 1`
517+
```bash
518+
python arduino_matter_provision.py nano_matter 1
519+
```
517520

518521
- Run the script to change the provisioning data using the given structure.
519522

520523
![Running the script](assets/qr-code-change.gif)
521524

522-
Once the script finishes, open the Arduino Serial Monitor. You will see the updated commissioning credentials there, no need to re-upload the sketch.
525+
Once the script finishes, open the **Arduino Serial Monitor**. You will see the updated commissioning credentials there, no need to re-upload the sketch.
523526

524527
Here’s what the new credentials might look like:
525528

526529
- Manual Pairing Code: `00417637863`
527530
- QR code URL: `https://project-chip.github.io/connectedhomeip/qrcode.html?data=MT%3A8YT00-D000CQ-01VB10`
528531

532+
***Make sure all your Nano Matter boards has been configured with a different ID.***
529533

530534
### Device Decommissioning
531535

0 commit comments

Comments
 (0)