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

NRF52840 DK + NFC Shield Data Read

fdsa

1.) From the nRF5 SDK I am using the example project for the Adafruit NFC Tag Reader.

2.) Using the project "as-is" I am able to get some basic information about the tag that is being scanned.

3.)  There is a structure that is used in the program the contains this basic information on the tag.

4.) What I would like to do next is to pull those 29 bytes of data from the tag and would like to get a recommendation on the approach.

There looks to be an NFC library from Nordic:

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Flibrary_nfc.html

Or should I use the Adafruit PN532 NFC Shield library:

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fgroup__nrf__external__adafruit__pn532.html

Maybe I should use the function adafruit_pn532-ntag2xx_read_page ? Where should this be placed in the sequence of everything?

Thank you for your comments!

Related