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:
Or should I use the Adafruit PN532 NFC Shield library:
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!