Can we differentiate between a polling device and another with the nRF52840 NFC tag?

Hi Friends,

I am not yet familiar with NFC and have a question about using NFC with the nRF52.

If I understood it correctly the nRF52 is a "listening device" i.e. it cannot generate a NFC field and write data to another device. But is it possible to send/write data from another device (for example a smartphone, tablette) to the NFC tag of the nRF52.

My Question: Can we differentiate between a polling device and another with the nRF52840 NFC tag? I did a test with an application, i write a Hello! on the nRF52840 NFC tag and I receive this frame 00 0D D1 01 09 54 02 65 6E 48 65 6C 6C 6F 21 63 in debug mode. can i identify a device (polling device) with the nordic SDK? if yes, can you explain to me please.

Thank you for your help .

Best Regards,

Lora 

Parents
  • Hi,

    A tag can also both read and write (send and receive) data, but as you noted, but only a reader can set up a field and communicate with tags. As you noted, the nRF can only act as a tag, not a reader.

    Can we differentiate between a polling device and another with the nRF52840 NFC tag?

    There is no address concept with NFC, so if the data that is exchanged is the same, then they are indistinguishable. On the other hand, if the data differs (say you have a record that is used for that purpose), then it would be possible. This would be application specific, though. For that, maybe you would find this post useful.

Reply
  • Hi,

    A tag can also both read and write (send and receive) data, but as you noted, but only a reader can set up a field and communicate with tags. As you noted, the nRF can only act as a tag, not a reader.

    Can we differentiate between a polling device and another with the nRF52840 NFC tag?

    There is no address concept with NFC, so if the data that is exchanged is the same, then they are indistinguishable. On the other hand, if the data differs (say you have a record that is used for that purpose), then it would be possible. This would be application specific, though. For that, maybe you would find this post useful.

Children
Related