Hi,
I have just order the arduino nano matter board and I am going thru the Matter examples in the github repo: arduino/libraries/Matter at main · SiliconLabs/arduino · GitHub
I have a question about Digital Attestation Certificates DACs in the Matter examples.
I have some experience of matter development on the Esp32 and I am looking forward to exploring the Arduino.
I see from a video from Silicon Labs on youtube that one needs to use a hard coded test DAC certificate in the matter board to get the board working with google home. So I am assuming that the test certs are hard coded into the examples.
Is there any information available about how to create and code in test device Attestation certificates into the Arduino matter code examples please?
Something like the following that Google provided for the esp32?
Yours