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.

Bluetooth Handoff Using LAUNCHXL-F28379D with DLP-RF430BP and BOOSTXL-CC2650MA BoosterPacks

Other Parts Discussed in Thread: DLP-RF430BP, LAUNCHXL-F28379D, BOOSTXL-CC2650MA, CC2650

Hi There,

I am wanting to start a NFC design using TI's evaluation boards and booster packs.I have read documentation such as SAA512 and SLOA187A. The SAA512 documentation is great, but I feel like the development board is a little bit much for what I am needing.

With the combination of the launchpad: LAUNCHXL-F28379D and boosterpacks: DLP-RF430BP + BOOSTXL-CC2650MA. Would it be possible to develop an application that will use NFC for Bluetooth handoff using NDEF message's for quick paring of the CC2650 device, and then completing data transfer VIA Bluetooth?

I was wanting to be sure of this before I invested into purchasing these products as there isn't much documentation about.

Thanks,

Russell Holmes

  • Hello Russell ,

    Conceptually, I don't see any reason why you couldn't implement such a system. We don't provide such a reference platform, so you would need to own the integration and likely involve non-trival software effort. Some points:

    The CC2650 is a BLE wireless MCU, so you would need to interface this with your C2000 BoosterPack. We don't provide interface code for this platform but you could adapt it from the MSP432 Connectivity Library

    You would need to use OOB pairing and translate the NFC operations to LE OOB messages.

    Best wishes