Hi,
I am using PN7160 SPI EVK (OM27160B1EVK) on Raspberry Pi4, with yocto image based on https://github.com/NXPNFCLinux/meta-nxp-nfc/blob/master/recipes-nfc/nxp_nfc/nxp-nfc_git.bb recipe, with SRC_URI overrided to git://github.com/NXPNFCLinux/linux_libnfc-nci.git;branch=NCI2.0_PN7160 and SRCREV to "6bf9f42b94e267f6384043009bda84c11e7ebbaa".
I run card emulation mode with following command :
nfcDemoApp share -t URI -u https://www.nxp.com
I read emulated card on Android and iOS, using "NFC Tools" application : tag is detected but no data is read (tag empty on Android, tag unknown on iOS).
I attach screenshots from NFC Tools app, NXP stack configuration files, and NXP log files.
1. Does anyone has any suggestion about what is wrong here ?
2. Final goal is the following :
- application uses PN7160 to emulate a card
- external device reads the emulated card
- external device writes the emulated card
- application using PN7160 can read the emulated card and get content modified by external device
Any hint about how to do it ? (Modification of nfcDemoApp ?)
Regards,
Fabien