Hardware diagram, consists of:
1. HF RFID Reader
2. PIC16F886
3. 13.56MHz Mifare-1 RFID Tags
4. Electronics component
The HF RFID specification:
~ Model: RDM880
~ R/W chip: MFRC500
~ Standard: ISO/IEC 14443 type A
~ Frequency: 13.56MHz
Product Link
Product Wiki Page
Communication Protocol:
[0xAA---Station ID---Length of Data---Command---Additional Data---XOR Checksum---0xBB]
Each command begins with 0xAA and ends with 0xBB.
The XOR checksum is calculated by XOR’ing each byte of the msg, exclusive the 0xAA and 0xBB byte.
For detail you can refer to the links inside the Product Wiki Page.
Operation:
SW1:
~ Read UID no, start address 0x10, no of block = 1
SW2:
~ Write UID no, start address 0x10, no of block = 1
~ Data: 00112233445566778899AABBCCDDEEFF (HEX: Total of 16 bytes)
SW3:
~ Write UID no, start address 0x10, no of block = 1
~ Data: 00000000000000000000000000000000 (HEX: Total of 16 bytes)
Video:
Schematic and Source Code:
Enjoy it & Selamat Berpuasa!
