The SDK provides example applications that demonstrate the use of the nRF52 NFC tag module. See NFC library and modules for detailed information about NFC and the available libraries and modules.
The following NFC examples are available: nRF52 Series only
- Adafruit Tag Reader Example demonstrates the use of the Adafruit PN532 NFC Shield. It shows how to use the Adafruit NFC Shield library in combination with the Type 2 Tag parser , Type 4 Tag NDEF detection procedure , and the Message and record parser to read and parse an NFC tag.
- Launch App Example shows how to use the NFC tag to launch an application on the NFC polling device.
- Text Record Example shows how to use the NFC tag to expose a text record to the NFC polling device.
- URI Message Example shows how to use the NFC tag to expose an URL record to the NFC polling device.
- Wake on NFC Example shows how to use the NFCT peripheral to wake up the device from System OFF mode.
- Experimental: Writable NDEF Message Example shows how to use the NFC tag to expose a writable NDEF message.
- Experimental: Heart Rate Application with BLE pairing using NFC shows how a BLE Peripheral Heart Rate Application can be paired using the NFC interface. This example uses the S132 Softdevice.
- Experimental: HID Keyboard Application with BLE pairing using NFC shows how a BLE Peripheral HID Keyboard Application can be paired using the NFC interface. This example uses the S132 Softdevice.