Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b50117e

Browse files
committed
Cleaning
1 parent a509d3c commit b50117e

File tree

1 file changed

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

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -481,50 +481,50 @@ If you want to commission your Nano Matter solution with another service, follow
481481

482482
***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.***
483483

484-
### Commissioning QR Code Change
484+
### Updating the Commissioning QR Code
485485

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.
487487

488488
![Unique QR Codes for your Matter devices](assets/new-qr-codes.png)
489489

490-
Configuring your Nano Matter with a unique provisioning ID will allow you to:
490+
By assigning a unique provisioning ID, you can::
491491

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.
495495

496-
#### Requirements
496+
#### Prerquisites
497497

498-
The following requirements are needed:
498+
Before starting, make sure you have the following:
499499

500500
- Make sure the **Arduino IDE** and the **Silicon Labs Arduino Core** are both installed.
501501
- 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.
503503
- Clone the [Arduino Matter Provision Tool](https://github.com/silabs-bozont/arduino_matter_provision) repository on your local machine.
504504

505-
#### Flashing the New Configuration
505+
#### Changing the Provisioning ID
506506

507-
To flash the new configuration, follow the steps below:
507+
To assign a new provisioning ID and generate a new QR code:
508508

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:
511511

512512
`python arduino_matter_provision.py <board_name> <config_number>`
513513

514-
- Update the `board_name` with `nano_matter` and the `config_number` with `1` (or any other number),
514+
- Replace `<board_name>` with `nano_matter` and choose a configuration number (e.g., `1`):
515515

516-
E.g.: `python arduino_matter_provision.py nano_matter 1`
516+
`python arduino_matter_provision.py nano_matter 1`
517517

518518
- Run the script to change the provisioning data using the given structure.
519519

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

522-
Now, you can open the IDE Serial Monitor and see the new commissioning credentials. It is not neccesary to upload your Matter sketch again.
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.
523523

524-
After updating the provisioning data, you will see a new pairing and QR code, for example:
524+
Here’s what the new credentials might look like:
525525

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

529529

530530
### Device Decommissioning

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /