nRF52 NFC Batteryless

Hello,

I am using Zephyr with the nRF52833 and have an NFC antenna.

In my project, I could configure NFC to work when the nRF is in system-off, following an example.
However, is it possible to use the NFC functionality when the nRF is not powered at all ? Or do I need an additional chip like the dynamic NFC tag (https://www.st.com/en/nfc/st25-dynamic-nfc-tags.html)?

From the documentation, https://infocenter.nordicsemi.com/topic/ps_nrf52833/nfc.html?cp=5_1_0_5_12 we can see that the chip is "compliant listening device NFC-A."
In the product specification https://infocenter.nordicsemi.com/topic/ps_nrf52833/keyfeatures_html5.html, it is mentioned:

  • Type 2 near field communication (NFC-A) tag with wake-on field
    • Touch-to-pair support

Does this mean that the chip only support Type-2 device? I see the SDK supports the Type-4 too, so I was confused.

 

Thanks!

Related