This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 NFC: Connecting Bluetooth without pairing?

Hi, I want to connect to a simple Bluetooth device with the help of NFC, no pairing shall be performed. In short, I just want to get the MAC address of the Bluetooth device and automatically initiate a connection to this MAC with a certain application (e.g. the Master Control Panel). How can I do this?

I had a look at the record_launch_app sample, but that only seems to start an application (it doesn't seem to hand over the MAC address to the application). The nfc hrs sample, on the other hand, initiates a pairing process that I don't want (because my device doesn't support pairing).

After looking into the ndef specification, I couldn't find a ndef record type that is used for connection to a Bluetooth device / MAC. Did I just miss it? Or is this not considered a common use case of NFC?

Related