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

NRF52 pair to NRF52 using NFC possible?

I would like to know if it's possible to pair two NRF52832 together using NFC. NOT an android phone to an NRF52, but a central NRF52 standalone connect to a peripheral NRF52 standalone. Can the NRF52 generate RFID tag field for other NRF to read the tag and setup connection, or is there a way to do this?

Engineers have code for button press pairing, which is OK, but does not solve issue for multiple users pairing at same time in close corridors for our product. We really need NFC so they can tap to pair and avoid accidental pairings. Maybe even we create an RFID tag that initiates pairing if read by an NRF52, then it advertises? But does not solve issue of the central not grabbing a different nearby peripheral.

Really just need the central to show its MAC address to the peripheral, then the peripheral connects directly, or vice versa.

Related