HCE application did not catch Select APDU from pn7150

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HCE application did not catch Select APDU from pn7150

334 Views
ilija01
Contributor I

I wrote function which is sending select apdu to pn7150, with proper NCI Header (MT=000b, PBF=0b, Conn ID=0000, RFU=0x00, Payload Length=0xC). 

#define SELECT_APDU                  {0x00, 0x00, 0xC, 0x00, 0xA4, 0x04, 0x00, 0x07, 0xF2, 0x23, 0x34, 0x45, 0x56, 0x67, 0x00}
So, pn7150 is reader/writer, and I need to send Select APDU to phone. I also debugged HCE apk, and nothing happens, like select apdu was not received. Where could be a problem?
https://github.com/AndroidCrypto/Android_HCE_Beginner_App
0 Kudos
Reply
1 Reply

268 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir,

We don't recommend the use of PN7150 for new designs, if you are in an early stage of development please explore the possibility of using PN7160 for a new design since, the support for PN7150 is very limited.

Regarding your issue, have you tried our PN7150 example (AN11990) this is an example that provides the possibility of read NFC Forum compliant tags. 

Best Regards,
Fabian
0 Kudos
Reply