NFC tag read usingNRF54L15 SDK

Hi Community I've been trying to read a tag from nRF54L15 board .

When checking the NRF connect SDK NFC examples, It seems the NFC Tag reader example is not supported for the NRF54 series?.

So using the NRF54 board cant we read the NFC tag?. Is there any other ways to read a simple NFC tag? .

Kindly anyone clarify us , since our product development is based on this basic functionality.

Parents
  • Hi,

    The NFC Tag reader sample has only been only tested with the listed boards. It should be possible to add support for nRF54L15 as well though, but the used reader shield has an Arduino form factor and does not fit direclty on the DK.

    Please note that the nRF54L15 (in the same way as earlier devices) only support NFC tag functionality. The Tag reader functionality in this sample is achieved by using the external ST25R3911B Nucleo expansion board (X-NUCLEO-NFC05A1) controlled via SPI. It is not physically possible to use the nRF54L15 itself as an NFC reader without external NFC rader hardware.

Reply
  • Hi,

    The NFC Tag reader sample has only been only tested with the listed boards. It should be possible to add support for nRF54L15 as well though, but the used reader shield has an Arduino form factor and does not fit direclty on the DK.

    Please note that the nRF54L15 (in the same way as earlier devices) only support NFC tag functionality. The Tag reader functionality in this sample is achieved by using the external ST25R3911B Nucleo expansion board (X-NUCLEO-NFC05A1) controlled via SPI. It is not physically possible to use the nRF54L15 itself as an NFC reader without external NFC rader hardware.

Children
Related