This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrfx - Porting NFC library with different controller

Hi,

I am aware that the sdk-nrfxlib + sdk-nrf library embed a NFC library, dedicated to a ST NFC module.

In our product, we are using a NXP controller, a PN7150.

Is it possible to port the library created by nordic to our NFC target?

What would be the needed steps?

Regards

Giuliano

Parents
  • Hi Giuliano, 

    Had a talk to one of our NFC developer. No, it's not possible to use the ST NFC reader (nrf\lib\st25r3911b) driver with another reader. 

    sdk-nrfx lib contains an nfc library for an NFC tag, not for a reader. That library needs only our SoC which support NFC. In nrf/subsys/nfc there is a library which can be used with any tag or reader to parse and prepare NFC data. 
    Kind regards,
    Øyvind
Reply
  • Hi Giuliano, 

    Had a talk to one of our NFC developer. No, it's not possible to use the ST NFC reader (nrf\lib\st25r3911b) driver with another reader. 

    sdk-nrfx lib contains an nfc library for an NFC tag, not for a reader. That library needs only our SoC which support NFC. In nrf/subsys/nfc there is a library which can be used with any tag or reader to parse and prepare NFC data. 
    Kind regards,
    Øyvind
Children
Related