Hi,
I'm developing Matter Controller using the Chip-Tool as example from the original chip repo: https://github.com/project-chip/connectedhomeip
I am not using releases/branches, but using concrete checkouts periodically of the master branch.
For my developing branch, i am using the latest commit ID from the master branch.
My Controller works well and i am using the chip-all-clusters-app for testing the cluster implementations.
Recently i wanted to test the pairing/commissioning of thread devices, for which, i took nRF 52840 DK, as well as dongle to build OpenThread border router setup.
I followed the YouTube tutorial, which is build on top of v1.7.0 version of nRF Connect SDK. The ble-thread test was successfull using the python chip-tool.
Since, this is old version of the stack, i tried the latest v2.0.2 which is from July. The ble-thread test was successfull using the linux chip-tool.
The problem is that, when i try to use my Controller sample, the pairing fails, which is reasonable, because it is not aligned against the nRF repo version.
Question:
What is the commit sha (commit ID) used for the nRF sdk-connectedhomeip repo, against the project-chip repo,
for example, which commit ID from the original repo is used to checkout the v2.0.2 branch on the nRF side?
Thanks in advance