Hi,
We are evaluating use of the NFC functions on our nRF52840 - based solution (currently we use BLE). I have been able to understand how NFC Tag payloads are setup within the SDK and how these payloads are delivered. Docs and examples seem to be quite clear on this. I am, however, struggling to understand what data is coming in whenever a Tag scan occurs. I see the various event types that are set within the callback (nfc_t4t_callback_t and nfc_t2t_callback_t), but I see no detail on the payload provided with each type.
We would like to understand if there is any distinguishing Id for the reading/scanning device that can be read so that we can setup an NDEF payload based on the reader/scanner Id. Ideally - this info is available for the NFC_T2T_EVENT_FIELD_ON orNFC_T4T_EVENT_FIELD_ON events.
Note that our firmware is indifferent and can support either Type 2 or 4 tag emulation..
If I am simply not finding the Nordic docs on this - apologies in advance.
Regards,
Mark J