What is the sequence of commands necessary to establish communication between NXP NFC Chip CLR663 with NFC Card ?
Solved! Go to Solution.
Hi
I would suggest you refer to AN12657: Using the RC663 without library
https://www.nxp.com/docs/en/application-note/AN12657.pdf
You can see some code snippet initializes the RC663 to the ISO 14443 protocol, sends a REQA command and listens to the response of a tag...
Regards
Daniel
Regards
Daniel
Hi
I would suggest you refer to AN12657: Using the RC663 without library
https://www.nxp.com/docs/en/application-note/AN12657.pdf
You can see some code snippet initializes the RC663 to the ISO 14443 protocol, sends a REQA command and listens to the response of a tag...
Regards
Daniel
Regards
Daniel
Thank you very much, it worked !