we built a NFC card reader based on PN7120. we connect it to a smartphone or PC and use it to read e.g. credit cards or government IDs. the command APDUs come from the connected device, the reader just passes them through. the reader is not allowed to send its own APDUs to the card, as this would potentially interrupt the communication between the card and the device.
now we want to detect when a connected card is removed from the reader. we need to do so without sending any APDUs (detect passively, not actively).
android has a feature to achieve exactly that, with the built in NFC hardware already.
we want to know if this is possible with the PN7120 in our reader as well and if so, how?
thanks for your help!