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.

LAUNCHXL-CC2640R2: Bluetooth pairing via NFC

Part Number: LAUNCHXL-CC2640R2

Hi,

this is my first TI forum entry.

I want to pair two CC2640R2 via NFC. I found the NFC Transceiver Booster Pack DLP-TRFABP, but I didn't found any example code for CC2640R2.

I have found another forum entry where a TI employee answered that the NFCLink Library should be portable to CC2640R2, but I have some more questions.

Where can I download the NFCLink Library?

Did anybody ported the NFCLink Library to CC2640R2? 

Thanks,

Christian

  • Hello Christian,

    The library has not been ported to the CC2640R2 and there are no plans to do this.

    You can find all the information about how to download, install, and use the library with our getting started guide: http://www.ti.com/lit/ug/slou452/slou452.pdf

    Also if you are planning to use RTOS, you may want to investigate this TI design which is the only reference of using NFCLink with TI-RTOS: http://www.ti.com/tool/TIDM-TM4C129XNFC

    Lastly, I want to note we don't have example collateral for Bluetooth pairing, so it would be up to you to develop the application layer that handles BLE pairing. In the end, it is just a unique NDEF message, so the current demo application will be a strong reference point to start for that task.