Hello,
I am using PN7150 in emulation mode. I can successfully read data from it, but when I try to write to the PN7150, I am unable to do so.
I receive following APDU commands:
00 A4 04 00 07 D2 76 00 00 85 01 01 00
00 A4 00 0C 02 E1 03
00 B0 00 00 0F
00 A4 00 0C 02 E1 04
00 B0 00 00 02
And after that communication is broken.
I am using this library: https://github.com/NXPNFCLinux/linux_libnfc-nci
And my code is based on examples from: https://github.com/NXPNFCLinux/linux_libnfc-nci_examples
(I tried card-emulation_example and ndef-emulation_example and I get the same result)
Can somebody explain to me what I am doing wrong and how to get the data to the PN7150?