ambiot / ambd_matter

AmebaD public SDK to support Matter project
https://www.amebaiot.com/en/
10 stars 10 forks source link

[Documentation] How to update the vendor ID? #111

Closed lecontr2 closed 2 months ago

lecontr2 commented 5 months ago

Hello! I'm looking to update the vendor ID attribute within the sample applications but I cannot find any information regarding the source of this Identifier value. Do you have additional information as to where I can set it?

xshuqun commented 5 months ago

Hi @lecontr2, you can check our Application Notes in the SDK. https://github.com/ambiot/ambd_matter/blob/main/doc/AN0204%20Realtek%20Matter%20application%20note.en.pdf In Chapter 10, we had introduced about Matter Certification Generation and Factory Data. Since the Matter certificate and VID/PID are related, when the VID/PID changes, a new certificate must be generated. You can either use Factory Data (Chapter 10.3) or hardcode (Chapter 10.4) the certificates + VID/PID into the SDK.

lecontr2 commented 5 months ago

Excellent! Thank you for the resource! I'll give that a look. 😄