This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2652R7: No QR code being generated.

Part Number: CC2652R7

Hi,

I cloned https://github.com/TexasInstruments/matter/tree/v1.0-ti-branch this repository and was able to successfully build, flashed the example for Lock-App, Pump-App and All-Cluster-app in the CC2652R7 LaunchPad but all these examples did not have the link for QR code in the logs. Please let me know how to fix this? 

Thanks,

Rajesh Krishnan

  • Hi Rajesh,

    We have tried to optimize for flash in that example -- this will usually be the case for end products.

    From development perspective, I understand that having that printed out over serial logs can be useful.

    As such, I have attached a git patch (along with readme) which can be applied to that same branch you have referenced.

    https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/158/enable_5F00_qr_5F00_code.patch

    This patch shows example of enabling short-term solution of printing QR code.
    To be applied on top of https://github.com/TexasInstruments/matter/commit/3ce6024baa758965f4b90ca900203e82a5f718e4.
    
    e.g. "git apply enable_qr_code.patch"

    Thanks,
    Toby