MFRC630
MFRC630 copied to clipboard
A library for NXP's MFRC630 NFC IC.
I've added basic ISO15693 support to read a tag and output to Serial. Tested on Arduino UNO and CLRC663 Evaluation board. Please note that ISO15693 only works with CLRC663, which...
ISO15693
Hello, Do you have any info on how to advance this library to read ISO15693 tags (with CLRC663) ?
Could someone share an example of LPCD ?
Sometimes it is 0x2A, and sometimes it is 0x2B, which will cause me to fail when initializing the card reader. How can I keep it unchanged?
// Use the manufacturer default key... uint8_t FFkey[6] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; mfrc630_cmd_load_key(FFkey); // load into the key buffer FFkey I need to validate the first key...
How should I implement this part of the logic?
How to know if card is in or out ? atqa = mfrc630_iso14443a_REQA() returns alternating 4 and 0 , but it is not reliable.
Hello, Do you have any info on how to advance this library to read ISO/IEC 18092 tags (with CLRC663) ?
How to receive information from Android NFC enabled device using MFRC630?
I want to Read Version of my MFRC63002 Card Reader using Serial utility like Docklite. please can someone help me out with the commands?Just to understand if my reader is...