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

How to debug NFC APDUs

Hi, we have implemented the experimental_writeable_ndef_msg example from SDK12.2 with Nordic NRF52 on a custom board. Reading the NDEF Message works fine with smartphones (Android and IOS11 with Iphone 7). We have used NFC in previous Projects together with a PC Smartcard Reader with PC/SC interface. Unfortunatly the Cardreader from Identive (uTrust3700F) can't read the NRF52. Sending the Application select APDU (00 A4 04 00 07 D2 76 00 00 85 01 01) results in the response 69 82 (even with adding the Le byte 00 at the end of the APDU). We do have an other PC/SC NFC Card Reader (ACR122) and sending the APDU works fine. I would like to find out the diffreneces in sending the APDUs. How can i change the logging in NRF52 to get the received APDUs and the send responses (e.g. as seen in this question [...])(devzone.nordicsemi.com/.../) It's very important for us to get the Identiv reader working, as we have many readers sold to customers. Thanks in advance!

Related