Hello Fabian,
I have tested with the basic demo of NXP for RFID Poll mode, logs are attached to this post and the image also, which shows how i tapping the card on chip. please find the attachement.
i have one Query regarding the basic nxp demoapp code in cmd_poll() function, here is the code as ,
res = InitMode(0x01, 0x01, 0x00);
if(0x00 == res)
{
WaitDeviceArrival(0x01, NULL , 0x00);
}
DeinitPollMode();
Does i need to do InitMode() and DeinitPollMode() for every single card tap event or InitMode() and DeinitPollMOde() done only once and check RFID tag inside that for every tap event occurs?
card and the RFID IC
Actual card Tap