Proximity reader for 13.56MHz Contactless module MiFare,ISO14443 type A /B

Size: px
Start display at page:

Download "Proximity reader for 13.56MHz Contactless module MiFare,ISO14443 type A /B"

Transcription

1 EBM-RF700 SPECIFICATION Proximity reader for 13.56MHz Contactless module MiFare,ISO14443 type A /B REV 1.0 E2BOX COMPANY E2BO X

2 INDEX 1. FEATURES SYSTEM BLOCK DIAGRAM SYMBOLS AND ABBREVIATED TERMS INTERFACE REQUIREMENTS COMMUNICATION PROTOCOL SEQUENCE COMMUNICATION PROTOCOL DESCRIPTIONS COMMUNICATION DETAILS MEMORY ORGANIZATION PICC Type A state diagram DIMENSIONS EBRF700 Test Program E2BO X 2

3 1. FEATURE Proximity Smart Card reader module for ISO/IEC type A/B, Mifare Contactless transmission of data and energy supply Support Mifare protocol,iso Type A / B protocol Support Cryto_Key for Mifare card. Support anti-collision Carrier Frequency :13.56Mhz Antenna Matching : Direct Matching Supply voltage : 5V ± 0.2V Typical Power consumption :110mA Maximum Power consumption (with card) :180mA PowerDown mode for low power standby current consumption :40mA Module Interface : Serial RS-232C Card Proximity operating distance :up to 70mm Operation Temperature : 0 ~70 Dimension : 53.9 * 55.9 * 6mm E2BO X 3

4 2. SYSTEM BLOCK DIAGRAM 2-1 BLOCK DIAGRAM PCD(EBRF-700) ICs for contactless communication Poximity Interface Circuit Card MCU RS-232C interface HOST 2-2. RS-232 Connection PCD (EBRF-700) HOST TXD RXD SG TXD RXD SG E2BO X 4

5 3. SYMBOLS AND ABBREVIATED TERMS PCD PICC UID ATQA RATS ATS PUPI AFI : Proximity Coupling Device : Proximity Interface Circuit Card : Unique Identifier : Answer To Request, Type A : Request for Answer To Select : Answer To Select : Pseudo-Unique PICC Identifier, Type B : Application Family Identifier. Card preselection criteria by application, Type B etu : elementary time unit -for more information refer to ISO/IEC E2BO X 5

6 4. INTERFACE REQUIREMENTS 4-1. Interface Connector 5Pin description (Module base) Pin No Description VCC GND TXD RXD GND VCC : Power Input (5V) GND :Ground TXD : Serial Data Output (RS232 Level) RXD : Serial Data Input (RS232 Level) 4-2. Serial Port Definition(RS-232C) BAUDRATE :4800 bps ~115200bps (default :38400bps) PARITYBIT : No Parity DATABIT :8Data bits STOPBIT :1Stop bit No H/W flow controls E2BO X 6

7 5. COMMUNICATION PROTOCOL SEQUENCE 5.1. Regular Operations HOST Command PCD Execution Response 5.2. Irregular Operations (Communications Errors ) 100ms timeout HOST Command Command Command PCD Command is canceled Execution HOST Command Command Error PCD CheckSumErr Execution E2BO X 7

8 6. COMMUNICATION PROTOCOL DESCRIPTIONS 6-1. COMMAND &RESPONESE FORMAT STX LENGTH COMMAND (RESPONSE) DATA[n] CheckSum 1byte 1byte 1byte nbyte 1byte STX :(02)hex LENGTH : Length of COMMAND and DATA COMMAND : Command byte DATA[n] : Data byte, 254 n 0 DATA exists value of LENGTH is big than (01)hex Checksum :Inverted value after adding from LENGTH to DATA[n] 1byte The overflow which it exceeds disregards. CheckSum = LENGTH +COMMAND +DATA[n] *EXAMPLE Read firmware version STX LENGTH COMMAND CHK (02)h (01)h (40)h (BE)h Enter PowerDown mode (02)h (02)h (01)h (01)h (FB)h Write Data to Mifare block (02)h (12)h (28)h (10)h ( AABBCCDDEEFF00)h (BD)h E2BO X 8

9 6-2. COMMAND CODE LIST SYSTEM COMMAND LIST COMMAND DATA Description POWER DOWN (01)h Exit PowerDown Mode Enter PowerDown Mode (00)h (01)h Power Down Mode, RF field of antenna set Off bps (03)h 57600bps (04)h Set baudrate. SET BAUDRATE (03)h 38400bps 19200bps (05)h (06)h Databit, stopbit, parity is fixed. Stopbit : 1bit Databit : 8bit 9600bps (07)h Parity is none 4800bps (08)h RESET (04)h NONE Reset DLM520 module. WRITE E2P (11)h Addr(1byte) E2p data(nbyte), 1 n 16 Write data to RC531 internal EEPROM READ E2P (12)h Addr(1byte) Size to read(1byte) Read data from RC531 internal EEPROM FIRMWARE VERSION (40)h NONE Sends firmware version to the HOST RC531 INFORMATION (41)h NONE Sends RC531 information to the HOST E2BO X 9

10 ISO14443_TYPE_A COMMAND LIST COMMAND DATA Description REQA (21)h NONE Send Request command WUPA (22)h NONE Send WakeUp command HLTA (23)h NONE Set aselected card into the halt mode SELECT (24)h NONE Select the card after Anticollision Loop. RATS (25)h NONE Send RATS command E2BO X 10

11 MiFare COMMAND LIST COMMAND DATA Description Auth mode(1byte) AUTHENTICATION (26)h Block number of card(1byte) Auth key(6 byte) Starts the authentication sequence. UID(4 byte) READ (27)h Bock number of card(1byte) Reads one block of 16bytes from aselected and authenticated card. WRITE (28)h Block number of card(1byte) Write data(16byte) Writes one block of 16bytes to aselected and authenticated card. Block number of card(1byte) Increases the contents of VALUE INCREMENT (29)h Value(4byte) the value block by the Target Blcok (1byte) transmitted value. Block number of card(1byte) Decreases the contents of VALUE DECREMENT (2A)h Value(4byte) the value block by the Target Blcok (1byte) transmitted value. Auth mode(1byte) Performs Request, Select, REQ_SEL_AUTH (31)h Block number of card(1byte) Authentication operations at Auth key(6 byte) once. Auth mode(1byte) Performs Request, Select, REQ_SEL_AUTH_READ (32)h Block number of card(1byte) Authentication, Read Auth key(6 byte) operations at once. CHANGE_AUTHKEY (34)h Block number of card(1byte) Auth key(6 byte) Change Authentication KeyA of Block. E2BO X 11

12 ISO14443_TYPE_B COMMAND LIST COMMAND DATA Description REQB (51)h NONE Send Request command WUPB (52)h NONE Send WakeUp command ATTRIB (53)H PUPI (4 byte) YN14443_4(1 byte) Send ATTRIB command HLTB (54)H PUPI (4 byte) Set aselected card into the halt mode ISO TYPE A/BCOMMAND LIST COMMAND DATA Description EXCHANGE BLOCK (60)h Data to send(n byte), 0 n 250 Sends data to the accessed card. DESELECT (61)H NONE Set aselected card into the DESELECT mode E2BO X 12

13 6-3. STATUS &ERROR CODE LIST STATUS LIST DESCRIPTION OK (00)h No error. NOTAGERR (01)h No tag error. RCVERR (03)h Faming error or CRC error. INITERR (04)h Initialization error. TXTIMEOUT (10)h Transmission time out. TXTIMEOUT2 (11)h Transmission time out. RXTIMEOUT (12)h Reception time out. RXTIMEOUT2 (13)h Reception time out. RESETERR (20)h Reset error. INTERFACEERR (21)h RF interface error. NOTAUTHERR (22)h Not authentication error. CODEERR (23)h Code error. WRITEERR (24)h Write error. VALUEERR (25)h Invalid value format error. CHKSUMERR (40)h Checksum error. INVALIDFORMAT (41)h Invalid format error. INVALIDCOMMAND (42)h Invalid command. BLOCKERR0 (30)h Block error. BLOCKERR1 (31)h Block error. BLOCKERR2 (32)h Block error. BLOCKERR3 (33)h Block error. E2BO X 13

14 7. COMMUNICATION DETAILS 7-1. SYSTEM COMMAND LIST POWER DOWN Power Down Mode, RF field of antenna set Off. Reduce current consumption. -COMMAND (02)h (02)h (01)h power_on/off power_on/off :(00)h (01)h Exit PowerDown mode. Enter PowerDown mode. -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT SET BAUDRATE Set baudrate. Databit, stopbit, parity is fixed. Stopbit : 1bit, Databit : 8bit, Parity is none. -COMMAND (02)h (02)h (03)h baudrate baudrate : (03)h bps (04)h 57600bps (05)h 38400bps (*default) (06)h 19200bps (07)h 9600bps (08)h 4800bps - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT E2BO X 14

15 RESET Reset DLM520 module. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (04)h -RESPONSE :OK, CHKSUMERR WRITE E2P Write data to RC531 internal EEPROM. -COMMAND (02)h 1+n (11)h e2p_addr e2p_data[n-1] e2p_addr : Block address in EEPROM. (0x30~0x7f ) e2p_data[n-1] :Data to be written. *e2p write_data length : 1~16 -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT READ E2P Read data from RC531 internal EEPROM. -COMMAND (02)h (03)h (12)h e2p_addr size e2p_addr : Block address in EEPROM. (0x00~0x7f) size :Size to read *e2p read_data length : 1~64 -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT STX LENGTH RESPONSE DATA CHK (02)h 1+n (00)h e2p_data[n] E2BO X 15

16 FIRMWARE VERSION Sends firmware version to the HOST. - COMMAND STX LENGTH COMMAND CHK (02)h (01)h (40)h - RESPONSE : OK, CHKSUMERR STX LENGTH RESPONSE DATA CHK (02)h (05)h (00)h version[4] RC531 INFOMATION Sends RC531 information to the HOST. - COMMAND STX LENGTH COMMAND CHK (02)h (01)h (41)h -RESPONSE :OK, CHKSUMERR STX LENGTH RESPONSE DATA CHK (02)h (11)h (00)h RC531 information[16] RC531 information[16] : Refer to '8-1. Memory Organization of the internal EEPROM of RC531' E2BO X 16

17 7-2. ISO14443_TYPE_A COMMAND LIST REQA Send Request command. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (21)h -RESPONSE :OK, CHKSUMERR, NOTAGERR STX LENGTH RESPONSE DATA CHK (02)h (03)h (00)h ATQA[0],ATQA[1]* WUPA Send WakeUp command. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (22)h -RESPONSE :OK, CHKSUMERR, NOTAGERR STX LENGTH RESPONSE DATA CHK (02)h (03)h (00)h ATQA[0],ATQA[1]* Coding of ATQA* b7 b6 b5 b4 b3 b2 b1 b0 b7 b6 b5 b4 b3 b2 b1 b0 RFU Proprietary coding UID size RFU Bit frame anticolision UID size b7 b6 Meaning 0 0 single 0 1 double 1 0 triple 0 0 RFU E2BO X 17

18 HLTA Set aselected card into the halt mode. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (23)h -RESPONSE :OK, CHKSUMERR SELECT Select the card after Anticollision Loop. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (24)h -RESPONSE :OK, CHKSUMERR, TIMEOUT, RCVERR STX LENGTH RESPONSE DATA CHK (02)h 3+n (00)h uid_size uid[n] yn uid_size : Number of UID bytes. uid[n] : n bytes UID yn : (00)h PICC not compliant with ISO/IEC (01)h PICC compliant with ISO/IEC RATS Send RATS command. - COMMAND STX LENGTH COMMAND CHK (02)h (01)h (25)h - RESPONSE : OK, CHKSUMERR, TIMEOUT, RCVERR STX LENGTH RESPONSE DATA CHK (02)h 1+n (00)h ATS[n] ATS[n] :nbytes ATS E2BO X 18

19 7-3. MiFare COMMAND LIST AUTHENTICATION Starts the authentication sequence. - COMMAND (02)h (0D)h (26)h auth_mode card_addr key[6] uid[4] auth_mode :Authentication with KeyA - (60)h Authentication with KeyB - (61)h card_addr :Block address of acard key[6] :Authentication key uid[4] : uid of selected card - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT READ Reads one block of 16bytes from aselected and authenticated card. - COMMAND (02)h (02)h (27)h card_addr card_addr : Block address of acard to read - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR STX LENGTH RESPONSE DATA CHK (02)h (11)h (00)h read_data[16] read data[16] : LSB is the first byte of the accessed data block. MSB is the last byte of the accedssed data block WRITE Writes one block of 16bytes to aselected and authenticated card. - COMMAND (02)h (12)h (28)h card addr write data[16] card addr : Block address of acard to write - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR E2BO X 19

20 VALUE INCREMENT Increases the contents of the value block by the transmitted value. - COMMAND (02)h (07)h (29)h card_addr value[4] target_addr card_addr : The address on the card from which the value block is read. value :Signifies asigned 4-byte value. target_addr : The address on the card into which the values of incremented block is transferred. - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR, VALUEERR VALUE DECREMENT Decreases the contents of the value block by the transmitted value. - COMMAND (02)h (07)h (2A)h card_addr value[4] target_addr card_addr : The address on the card from which the value block is read. value : Signifies asigned 4-byte value. target_addr : The address on the card into which the values of decremented block is transferred. -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR, VALUEERR E2BO X 20

21 REQ_SEL_AUTH Performs Request, Select, Authentication operations at once. - COMMAND (02)h (09)h (31)h auth_mode card_addr key[6] auth mode :Authentication with KeyA - (60)h Authentication with KeyB - (61)h card addr :Block address of acard key[6] :Authentication key - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT STX LENGTH RESPONSE DATA CHK (02)h (05)h (00)h uid[4] uid[4] :uid of selected card REQ_SEL_AUTH_READ Performs Request, Select, Authentication, Read operations at once. - COMMAND (02)h (09)h (32)h auth_mode card_addr key[6] auth mode :Authentication with KeyA - (60)h Authentication with KeyB - (61)h card addr :Block address of acard key[6] :Authentication key -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR STX LENGTH RESPONSE DATA CHK (02)h (15)h (00)h uid[4] read data[16] uid[4] : uid of selected card E2BO X 21

22 CHANGE_AUTHKEY Change Authentication KeyA of Block. - COMMAND (02)h (08)h (34)h card_addr key[6] card_addr key[6] :Block address of acard :Authentication key - RESPONSE : OK, CHKSUMERR, INVALIDFORMAT, TIMEOUT, RCVERR, NOTAUTHERR, CODEERR E2BO X 22

23 7-4. ISO14443_TYPE_B COMMAND LIST REQB Send Request command. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (51)h -RESPONSE :OK, CHKSUMERR, NOTAGERR STX LENGTH RESPONSE DATA CHK (02)h (07)h (00)h PUPI[4] AFI yn PUPI[4] : PUPI of selected card AFI : Application Family Identifier. yn : (00)h PICC not compliant with ISO/IEC (01)h PICC compliant with ISO/IEC WUPB Send WakeUp command. -COMMAND STX LENGTH COMMAND CHK (02)h (01)h (52)h -RESPONSE :OK, CHKSUMERR, NOTAGERR STX LENGTH RESPONSE DATA CHK (02)h (07)h (00)h PUPI[4] AFI yn PUPI[4] : PUPI of selected card AFI : Application Family Identifier. yn : (00)h PICC not compliant with ISO/IEC (01)h PICC compliant with ISO/IEC E2BO X 23

24 ATTRIB Send ATTRIB command. -COMMAND (02)h (06)h (53)h PUPI[4] yn PUPI[4] : PUPI of selected card yn : (00)h PICC not compliant with ISO/IEC (01)h PICC compliant with ISO/IEC RESPONSE :OK, CHKSUMERR, NOTAGERR, INVALIDFORMAT HLTB Set aselected card into the halt mode. -COMMAND (02)h (05)h (54)h PUPI[4] PUPI[4] : PUPI of selected card -RESPONSE :OK, CHKSUMERR, INVALIDFORMAT E2BO X 24

25 7-5. ISO TYPE A / B COMMAND LIST EXCHANGE BLOCK Sends data to the accessed card. - COMMAND (02)h 1+ n (60)h send_data[n] send data[n] : nbyte to be send to card. - RESPONSE : OK, CHKSUMERR, TIMEOUT, RCVERR, BLOCKERR STX LENGTH RESPONSE DATA CHK (02)h 1+n (00)h receive data[n] receive data[n] : n byte received from card DESELECT Set aselected card into the DESELECT mode - COMMAND STX LENGTH COMMAND CHK (02)h (01)h (61)h - RESPONSE : OK, CHKSUMERR, TIMEOUT, RCVERR E2BO X 25

26 8. MEMORY ORGANIZATION 8-1. Memory Organization of the internal EEPROM of RC531 Block Block Byte Access Number Address Address Rights Memory Content F r Product Information Field* F r/w Start Up Register Initialisation File F r/w F r/w F r/w F r/w F r/w F r/w F w F w 10 A A0...AF w 11 B B0...BF w 12 C C0...CF w 13 D D0...DF w 14 E E0...EF w 15 F F0...FF w F w F w F w F w F w F w F w F w F w F w 26 1A 1A0...1AF w 27 1B 1B0...1BF w 28 1C 1C0...1CF w 29 1D 1D0...1DF w 30 1E 1E0...1EF w 31 1F 1F0...1FF w (not used) Register Initialisation File Keys for Crypto1 (not used) Product Information Field* byte Meaning Product Type Identification RFU Product Serial Number Internal RsMaxP CRC E2BO X 26

27 8-2. Memory Organization of the Mifare Card ex) MIFARE 1Kbyte STANDARD CARD BLOCK Byte Number within ablock Description 63 Key A Access Bits Key B Sector Trailer 62 Data 61 Data 60 Data 59 Key A Access Bits Key B Sector Trailer 58 Data 57 Data 56 Data... 7 Key A Access Bits Key B Sector Trailer 6 Data 5 Data 4 Data 3 Key A Access Bits Key B Sector Trailer 2 Data 1 Data 0 Manufacture Blcok* Manufacture Blcok* MSB LSB X X X X X X X 0 Byte Serial Number Check Byte Manufacture Data E2BO X 27

28 9. PICC Type A state diagram E2BO X 28

29 9-1. POWER-OFF State Description : In the POWER-OFF State, the PICC is not powered due to a lack of carrier energy. State exit conditions and transitions : If the PICC is in an energizing magnetic field greater than Hmin (see ISO/IEC ), it shall enter its IDLE State 9-2. IDLE State Description : In the IDLE State, the PICC is powered. It listens for commands and shall recognize REQA and WUPA Commands. State exit conditions and transitions : The PICC enters the READY State after it has received a valid REQA or WUPA Command and transmitted its ATQA READY State Description : In the READY State, either the bit frame anticollision or a proprietary anticollision method can be applied. State exit conditions and transitions : The PICC enters the ACTIVE State when it is selected with its complete UID ACTIVE State Description : In the ACTIVE State, the PICC listens to any higher layer message. State exit conditions and transitions : The PICC enters the HALT State when avalid HLTA Command is received. NOTE In the higher layer protocol, specific commands may be defined to return the PICC to its HALT State HALT State Description : In the HALT State, the PICC shall respond only to awupa Command. State exit conditions and transitions : The PICC enters the READY* State after it has received a valid WUPA Command and transmitted its ATQA READY* State Description : The READY* State is similar to the READY State, either the bit frame anticollision or aproprietary anticollision method can be applied. State exit conditions and transitions : The PICC enters the ACTIVE* State when it is selected with its complete UID ACTIVE* State Description : The ACTIVE* State is similar to the ACTIVE State, the PICC is selected and listens to any higher layer message. State exit conditions and transitions : The PICC enters the HALT State when a valid HLTA Command is received. E2BO X 29

30 10. DIMENSIONS 53.9(W) *55.9(H) * 6(D) mm 53.9mm 55.9mm 32mm 8mm 3.1mm 14mm 8mm E2BO X 30

31 11. EBRF700 Test Program All commands can be tested through EBRF700Tester. E2BO X 31

IS23SC4439 Preliminary. 1K bytes EEPROM Contactless Smart Card Conform to ISO/IEC 14443A Standard. Table of contents

IS23SC4439 Preliminary. 1K bytes EEPROM Contactless Smart Card Conform to ISO/IEC 14443A Standard. Table of contents 1K bytes EEPROM Contactless Smart Card Conform to ISO/IEC 14443A Standard Table of contents 1 Features 2 2 General Description 2 3 Typical Transaction Time 2 4 Functional Description 2 41 Block Description

More information

Identification cards Contactless integrated circuit(s) cards - Proximity cards Part 3: Initialization and anticollision

Identification cards Contactless integrated circuit(s) cards - Proximity cards Part 3: Initialization and anticollision ISO/IEC JTC 1/SC 17 Date: 2000-07-13 ISO/IEC FDIS 14443-3:2000(E) ISO/IEC JTC 1/SC 17/WG 8 Secretariat: DIN/AFNOR Identification cards Contactless integrated circuit(s) cards - Proximity cards Part 3:

More information

JMY607H User's Manual

JMY607H User's Manual JMY607H User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/27 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

JMY501H User's Manual

JMY501H User's Manual JMY501H User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/27 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

AT88RF1354 SPI User Guide For CryptoRF

AT88RF1354 SPI User Guide For CryptoRF AT88RF1354 SPI User Guide For CryptoRF Table of Contents Section 1 Introduction... 1-1 1.1 Product Description... 1-1 1.2 System Diagram... 1-1 1.3 Scope...1-2 1.4 Conventions... 1-2 Section 2 AT88RF1354

More information

JMY504M User's Manual

JMY504M User's Manual JMY504M User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 14443-3 Third edition 2016-06-01 Identification cards Contactless integrated circuit cards Proximity cards Part 3: Initialization and anticollision Cartes d identification

More information

VendaCard MF1ICS50. major cities have adopted MIFARE as their e-ticketing solution of choice.

VendaCard MF1ICS50. major cities have adopted MIFARE as their e-ticketing solution of choice. 1. General description VendaCard MF1ICS50 Rev.. 5.3?29 January 2008 Product data sheet 001053 PUBLIC NXP has developed for VENDAPIN LLC the MIFARE MF1ICS50 to be used in a contactless smart card applications

More information

BL75R06SM 8K-bit EEPROM Contactless smart card chip

BL75R06SM 8K-bit EEPROM Contactless smart card chip Description BL75R06SM consists of the RF-Interface, the Digital Control Unit and the 8 Kbit EEPROM. Operating distance is up to 10cm(depending on antenna geometry). The communication layer complies to

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

FEATURES Contactless transmission of data and supply energy, no battery is needed up to 100mm (depending on the inlay antenna and reader)

FEATURES Contactless transmission of data and supply energy, no battery is needed up to 100mm (depending on the inlay antenna and reader) FEATURES Contactless transmission of data and supply energy, no battery is needed Operating distance - up to 100mm (depending on the inlay antenna and reader) RF Interface - ISO/IEC 14443A compliant Operating

More information

Advanced. Card. Systems. Ltd. by Eric Lee. June, Advanced Card Systems Ltd. Room 2910, The Center, 99 Queen's Road Central, Hong Kong.

Advanced. Card. Systems. Ltd. by Eric Lee. June, Advanced Card Systems Ltd. Room 2910, The Center, 99 Queen's Road Central, Hong Kong. Advanced Card Systems Ltd. by Eric Lee June, 2004 1 2 What is a Contactless Smart Card? A kind of Smart Card which can be accessed without electrical contact A type of RFID tag What is RFID (Radio Frequency

More information

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Energy. MIFARE card contacts La, Lb.

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Energy. MIFARE card contacts La, Lb. Rev. 1.1 29 January 2008 Product data sheet 132211 PUBLIC 1. General description NXP has developed the MIFARE to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE IC is

More information

RFID MODULE Mifare Read/Write Module SL025B User Manual Version 1.1 Jun 2010 StrongLink

RFID MODULE Mifare Read/Write Module SL025B User Manual Version 1.1 Jun 2010 StrongLink RFID MODULE Mifare Read/Write Module User Manual Version 1.1 Jun 2010 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1.

More information

AN MIFARE Type Identification Procedure. Application note COMPANY PUBLIC. Rev August Document information

AN MIFARE Type Identification Procedure. Application note COMPANY PUBLIC. Rev August Document information Document information Info Content Keywords, 14443 Abstract This document describes how to differentiate between the members of the card IC family. 14443-3 describes the initialization and anti-collision

More information

JMY600 Series IC Card Module

JMY600 Series IC Card Module MIFARE & ISO14443A & ISO14443B & ISO7816 & ISO15693 IC CARD MODULE JMY600 Series IC Card Module MIFARE 1K Card Operation Guide (Revision 1.02) Jinmuyu Electronics Co., LTD March 31, 2015 Please read this

More information

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 3.0 Jan 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 5 3. BAUD RATE SETTING... 6 4. COMMUNICATION PROTOCOL... 6 4-1. COMMUNICATION

More information

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual CHAPTER 1. INTRODUCTION TO THE DMLPC2148A.Net DEVELOPMENT BOARD INTRODUCTION GM 500A Contactless card Read/Write module was

More information

DTNFCSS UART YES Internal DTNFCUS USB YES Internal

DTNFCSS UART YES Internal DTNFCUS USB YES Internal NFC OEM Read/Write Module: DTNFCxx The DTNFCxx OEM NFC module combines in a single package both NFC controller and secure smart card controller. This Module supports Mifare family (ISO 14443A), FeliCa,

More information

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION...

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION... MF1-RW-TTL-PCB1 13.56Mhz Mifare ISO14443A reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES......,,...2 2. PINNING INFORMATION........2 3. BAUD RATE SETTING.........3 4. COMMUNICATION

More information

Inv.# 557 ONE CHIP MICROCONTROLLER FOR ELECTRONIC PLASTIC CARDS Preliminary datasheet September 2010 revised January 2012

Inv.# 557 ONE CHIP MICROCONTROLLER FOR ELECTRONIC PLASTIC CARDS Preliminary datasheet September 2010 revised January 2012 BASIC CHARACTERISTICS RF INTERFACE IN COMPLIANCE WITH ISO/IEC 14443A Contactless energy supply and data transmission Operating distance between the card and the read-write device antenna: up to 100mm (depending

More information

Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs)

Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs) Data Sheet MF_ICBprot_030518.pdf 43 Pages Last Revised 03/05/2018 Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs) The MicroRWD MF-IC module is a complete contactless

More information

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz SM132-USB 13.56 MHz RFID Mifare Read / Write USB Module DATA SHEET Complete Read/Write module including antenna Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight USB Interface

More information

MF0ULX1. 1 General description. MIFARE Ultralight EV1 - Contactless ticket IC. 1.1 Contactless energy and data transfer. 1.

MF0ULX1. 1 General description. MIFARE Ultralight EV1 - Contactless ticket IC. 1.1 Contactless energy and data transfer. 1. Rev. 3.2 23 November 2017 Product data sheet 234532 COMPANY PUBLIC 1 General description NXP Semiconductors developed the MIFARE Ultralight EV1 MF0ULx1 for use in a contactless smart ticket, smart card

More information

MIFARE Secure OEM Reader Module Data Sheet

MIFARE Secure OEM Reader Module Data Sheet 724-10 MIFARE Secure OEM Reader Module Data Sheet General Description The 724-10 MIFARE Secure OEM Reader Module is a fully encapsulated device containing all the electronics required to perform a secure

More information

RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink

RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL...

More information

UNC20C01R 1Kbyte EEPROM Contactless Card IC

UNC20C01R 1Kbyte EEPROM Contactless Card IC UNC20C01R 1Kbyte EEPROM Contactless Card IC Application The UNC20C01R is intended for use in contactless payment cards for ticketing, communications, etc. systems. A single IC card may support multiple

More information

ISO / NFC Standards and Specifications Overview. NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team

ISO / NFC Standards and Specifications Overview. NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team ISO / NFC Standards and Specifications Overview NFC/RFID Training Module #1 (2014) S2 MCU NFC/RFID Applications Team HF RFID ISO STANDARDS HF RFID ISO Standards Overview The main worldwide accepted High

More information

mifare DESFire & ISO14443

mifare DESFire & ISO14443 mifare DESFire & ISO14443 CAS - 26 mifare DESFire & ISO14443 Agenda mifare DESFire Type ID mifare DESFire ATQA mifare DESFire SAK mifare DESFire UID ISO14443A RATS & PPS mifare DESFire (R)ATS mifare DESFire

More information

Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs)

Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs) Data Sheet MFPROT_LP.pdf 35 Pages Last Revised 09/08/11 Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs) The MicroRWD MF LP (Low Power) module is a complete read and write solution

More information

JMY600 Series IC Card Module

JMY600 Series IC Card Module NFC & MIFARE & ISO14443A & ISO14443B & ISO15693 & ISO7816 IC CARD MODULE JMY600 Series IC Card Module General Technical Manual (Revision 5.31) Jinmuyu Electronics Co. LTD April 22, 2018 Please read this

More information

mifare DESFire Contactless Multi-Application IC with DES and 3DES Security MF3 IC D40 INTEGRATED CIRCUITS Objective Short Form Specification

mifare DESFire Contactless Multi-Application IC with DES and 3DES Security MF3 IC D40 INTEGRATED CIRCUITS Objective Short Form Specification INTEGRATED CIRCUITS mifare DESFire Contactless Multi-Application IC with DES and 3DES Security MF3 IC D4 Objective January 23 Revision 1.1 PUBLIC Philips Semiconductors CONTENTS 1 FEATURES...3 1.1 RF Interface:

More information

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5 15693-RW-TTL-PCB1 13.56Mhz ISO15693 reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES...3 2. PINNING INFORMATION......4 3. BAUD RATE SETTING......5 4. COMMUNICATION PROTOCOL......5

More information

JR/T Translated English of Chinese Standard: JR/T

JR/T Translated English of Chinese Standard: JR/T Translated English of Chinese Standard: JR/T0025.11-2013 www.chinesestandard.net Sales@ChineseStandard.net JR FINANCIAL INDUSTRY STANDARD OF THE PEOPLE S REPUBLIC OF CHINA ICS 35.240.40 A 11 Record number:

More information

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Product data sheet PUBLIC

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Product data sheet PUBLIC 001056 1. General description NXP has developed the MIFARE to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE IC is used in applications like public transport ticketing

More information

JMY600 Series IC Card Module

JMY600 Series IC Card Module MIFARE & ISO14443A & ISO14443B & ISO7816 & ISO15693 IC CARD MODULE JMY600 Series IC Card Module ISO15693 Tags Operation Guide (Revision 1.00) Jinmuyu Electronics Co., LTD March 31, 2015 Please read this

More information

KR300 User Manual. Contents

KR300 User Manual. Contents Contents 1. KR300 Profile...1 2. Appearance...3 3. Connection with access controller...4 3.1 RS232 Communication...5 3.2 Wiegand communication...6 4. ID/Mifare card operations...7 5. Parameter settings

More information

DATA SHEET. Part No. MN63Y1214

DATA SHEET. Part No. MN63Y1214 DATA SHEET Part No. Package Code No. MN63Y1214 HSON008-A-0202 Established: May.2017 About this manual Organization These specifications provide important information for users of the MN63Y1214, including

More information

EHAG 125 khz Multitag Reader Module ME-H10101xx

EHAG 125 khz Multitag Reader Module ME-H10101xx EHAG 125 khz Multitag Reader Module ME-H10101xx Firmware: 0.12b 4/9/2004 Table of Content 1 Scope...2 2 Definitions and abbreviations...3 2.1 Definitions... 3 2.1.1 Hex notation... 3 2.1.2 ASCII notation...

More information

MF1S703x. 1. General description. MIFARE Classic 4K - Mainstream contactless smart card IC for fast and easy solution development. 1.

MF1S703x. 1. General description. MIFARE Classic 4K - Mainstream contactless smart card IC for fast and easy solution development. 1. for fast and easy solution development 199330 1. General description NXP Semiconductors has developed the MIFARE to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE IC

More information

AT88RF04C. CryptoRF EEPROM Memory 13.56MHz, 4 Kilobits SUMMARY DATASHEET. Features

AT88RF04C. CryptoRF EEPROM Memory 13.56MHz, 4 Kilobits SUMMARY DATASHEET. Features AT88RF04C CryptoRF EEPROM Memory 13.56MHz, 4 Kilobits SUMMARY DATASHEET Features One of a family of devices with user memory of 4 kilobits to 64 kilobits Contactless 13.56MHz RF communications interface

More information

AT88SC3216CRF. CryptoRF EEPROM Memory 13.56MHz, 32 Kilobits SUMMARY DATASHEET. Features

AT88SC3216CRF. CryptoRF EEPROM Memory 13.56MHz, 32 Kilobits SUMMARY DATASHEET. Features AT88SC3216CRF CryptoRF EEPROM Memory 13.56MHz, 32 Kilobits SUMMARY DATASHEET Features One of a family of devices with user memory of 1 kilobit to 64 kilobits Contactless 13.56MHz RF communications interface

More information

MIFARE Ultralight TM EV1

MIFARE Ultralight TM EV1 NXP IC solution for next generation contactless limited-use applications MIFARE Ultralight TM EV1 MIFARE Ultralight EV1 is the next generation of paper ticketing smart card IC for limited-use applications

More information

Security & Chip Card ICs SLE 55R04. Intelligent 770 Byte EEPROM with Contactless Interface complying to ISO/IEC Type A and Security Logic

Security & Chip Card ICs SLE 55R04. Intelligent 770 Byte EEPROM with Contactless Interface complying to ISO/IEC Type A and Security Logic Security & Chip Card ICs SLE 55R04 Intelligent 770 Byte EEPROM with Contactless Interface complying to ISO/IEC 14443 Type A and Security Logic Short Product Information January 2001 Short Product Information

More information

MF1S50YYX_V1. 1 General description. MIFARE Classic EV1 1K - Mainstream contactless smart card IC for fast and easy solution development

MF1S50YYX_V1. 1 General description. MIFARE Classic EV1 1K - Mainstream contactless smart card IC for fast and easy solution development 1 General description MIFARE Classic EV1 1K - Mainstream contactless smart card IC for fast and easy solution development Rev. 3.1 23 November 2017 Product data sheet 279231 COMPANY PUBLIC NXP Semiconductors

More information

A9213-A ISO/IEC 14443A RFID TAG IC

A9213-A ISO/IEC 14443A RFID TAG IC FEATURE Compatible with ISO/IEC 14443A Standard No external power supply required 13.56MHz operating frequency Supports 4-byte or 7-byte UID Total embedded 4096 bit EEprom memory 100% ASK demodulator Supports

More information

ACR1281U-C1 USB Dual Interface Reader Application Programming Interface V1.08 Subject to change without prior notice

ACR1281U-C1 USB Dual Interface Reader Application Programming Interface V1.08 Subject to change without prior notice ACR1281U-C1 USB Dual Interface Reader Application Programming Interface V1.08 Subject to change without prior notice Revision History Release Date Revision Description Version Number 2011-08-19 Initial

More information

YHY502CTG++ DATASHEET MHz RFID Mifare Read/Write Module. YHY502CTG++ Datasheet Revision 2.0 Oct, 2009 Page 1 of 21

YHY502CTG++ DATASHEET MHz RFID Mifare Read/Write Module. YHY502CTG++ Datasheet Revision 2.0 Oct, 2009 Page 1 of 21 YHY5CTG++ Datasheet Revision 2.0 Oct, 29 Page 1 of 21 YHY5CTG++ 13.56MHz RFID Mifare Read/Write Module DATASHEET Complete Read/Write module with built-in transceiver antenna Auto checks for presence of

More information

Mifare Classic Operations with TRF79xxA NFC/RFID Transceivers. S2 Microcontroller Division NFC/RFID Applications Team 02/2014

Mifare Classic Operations with TRF79xxA NFC/RFID Transceivers. S2 Microcontroller Division NFC/RFID Applications Team 02/2014 Mifare Classic Operations with TRF79xxA NFC/RFID Transceivers S2 Microcontroller Division NFC/RFID Applications Team 02/2014 1 Agenda Mifare Classic Operations Overview & Standards based timings Technical

More information

NTAG203F. 1. General description. NFC Forum Type 2 Tag compliant IC with 144 bytes user memory and field detection

NTAG203F. 1. General description. NFC Forum Type 2 Tag compliant IC with 144 bytes user memory and field detection NFC Forum Type 2 Tag compliant IC with 144 bytes user memory and field detection 220635 1. General description NXP Semiconductors has developed - NFC Forum Type 2 Tag compliant IC - to be used with NFC

More information

NTAG213F/216F. 1. General description. NFC Forum Type 2 Tag compliant IC with 144/888 bytes user memory and field detection

NTAG213F/216F. 1. General description. NFC Forum Type 2 Tag compliant IC with 144/888 bytes user memory and field detection NFC Forum Type 2 Tag compliant IC with 144/888 bytes user memory and field detection 262232 1. General description The NTAG213F and NTAG216F are the new NFC forum compliant Type 2 tag products developed

More information

Download from

Download from for fast and easy solution development 196330 1. General description has developed the MIFARE Classic to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE Classic 1K IC

More information

MF0ICU2. 1. General description. MIFARE Ultralight C. 1.1 Contactless energy and data transfer. 1.2 Anticollision. Rev May

MF0ICU2. 1. General description. MIFARE Ultralight C. 1.1 Contactless energy and data transfer. 1.2 Anticollision. Rev May Rev. 3.2 19 May 2009 171432 1. General description NXP Semiconductors has developed MIFARE - - to be used with Proximity Coupling Devices (PCD) according to ISO/IEC 14443A (see Ref. 1 ISO/IEC ). The communication

More information

UIC682 Contactless Smart Card Reader Module -RS232/TTL Interface- Programmer s Manual

UIC682 Contactless Smart Card Reader Module -RS232/TTL Interface- Programmer s Manual UIC682 Contactless Smart Card Reader Module -RS232/TTL Interface- Programmer s Manual Revision 1 July. 5, 2007 NOTICE The issuer of this manual has made every effort to provide accurate information contained

More information

MIFARE Classic 1K - Mainstream contactless smart card IC for fast and easy solution development. energy MIFARE CARD PCD. data

MIFARE Classic 1K - Mainstream contactless smart card IC for fast and easy solution development. energy MIFARE CARD PCD. data for fast and easy solution development 194031 1. General description NXP Semiconductors has developed the MIFARE to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE IC

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 2.4 Nov 2011 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1. Clock and Data Transitions:... 5 3-2.

More information

DATASHEET PICOPASS 2 KS

DATASHEET PICOPASS 2 KS DATASHEET PICOPASS 2 KS Chips > Packaging > Readers > more Version 1.0 : 30-11-2004 Published by: INSIDE Contactless 11A, Parc Club du Golf 13856 Aix-en-Provence Cedex 3 France. Tel.: +33 (0)4 42 39 63

More information

CRT-603-CZ1 Contactless Card Reader Module. User Manual

CRT-603-CZ1 Contactless Card Reader Module. User Manual Page 1/39 CRT-603-CZ1 Contactless Card Reader Module (V1.0.0.0) CREATOR (CHINA) TECH CO., LTD ADD: 2/F, M-10 Building, Center Area, High-tech Industrial Park Shenzhen, Guangdong, China. Tel: +86-755-26710345

More information

ISO/IEC INTERNATIONAL STANDARD. Identification cards Test methods Part 6: Proximity cards

ISO/IEC INTERNATIONAL STANDARD. Identification cards Test methods Part 6: Proximity cards INTERNATIONAL STANDARD ISO/IEC 10373-6 Second edition 2011-01-15 Identification cards Test methods Part 6: Proximity cards Cartes d'identification Méthodes d'essai Partie 6: Cartes de proximité Reference

More information

RFID Beginner s Kit Command Reference Manual Copyright 2003 Intensecomp Pte Ltd All rights reserved.

RFID Beginner s Kit Command Reference Manual Copyright 2003 Intensecomp Pte Ltd All rights reserved. RFID Beginner s Kit Command Reference Manual Copyright 2003 Intensecomp Pte td All rights reserved. Intensecomp Pte td 190 Middle Road, #19-05,Fortune Centre, Singapore 188979 Tel: +65 6769 5772 Fax: +65

More information

TRF79xx/MSP430/Stellaris Mifare Direct Mode 0 Training. Texas Instruments ERF Systems/Apps Team 12/2011

TRF79xx/MSP430/Stellaris Mifare Direct Mode 0 Training. Texas Instruments ERF Systems/Apps Team 12/2011 TRF79xx/MSP430/Stellaris Mifare Direct Mode 0 Training Texas Instruments ERF Systems/Apps Team 12/2011 Mifare Background Mifare uses ISO14443A air interface protocol, so TRF79xx is setup for ISO14443A,

More information

ACR122S Serial NFC Reader

ACR122S Serial NFC Reader ACR122S Serial NFC Reader Communication Protocol Subject to change without prior notice Table of Contents 1.0. Introduction... 4 1.1. Serial Interface... 4 1.2. Bi-Color LED... 4 1.3. Buzzer... 4 1.4.

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

ACR1251U-A1 USB NFC Reader with SAM

ACR1251U-A1 USB NFC Reader with SAM ACR1251U-A1 USB NFC Reader with SAM Application Programming Interface V1.00 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 2.0. Features... 5 3.0. Architecture... 6 4.0.

More information

ACR120 Contactless Reader/Writer

ACR120 Contactless Reader/Writer ACR120 Contactless Reader/Writer Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Typical Applications... 5 4.0. Technical

More information

FM11RF32 32KBits Contactless IC Card Chip

FM11RF32 32KBits Contactless IC Card Chip FM11RF32 32KBits Contactless IC Card Chip May. 2008 FM11RF32 32KBits Contactless IC Card Chip Ver 2.1 1 INFORMATION IN THIS DOCUMENT IS INTENDED AS A REFERENCE TO ASSIST OUR CUSTOMERS IN THE SELECTION

More information

ACM1252U-Z2. Small NFC Module Reader. Reference Manual V1.00. Subject to change without prior notice.

ACM1252U-Z2. Small NFC Module Reader. Reference Manual V1.00. Subject to change without prior notice. ACM1252U-Z2 Small NFC Module Reader Reference Manual V1.00 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 2.0. Features... 5 3.0. Acronyms and Abbreviations... 6 4.0. Architecture...

More information

DATA SHEET. Part No. MN63Y1212

DATA SHEET. Part No. MN63Y1212 DATA SHEET Part No. Package Code No. MN63Y1212 HSON008-A-0202 Established: Feb.2015 About this manual Organization These specifications provide important information for users of the MN63Y1212, including

More information

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. Device Operation... 5 3-1. CLOCK AND DATA TRANSITIONS:...

More information

RD220 Serial USB RFID Reader Demonstration Software User Manual

RD220 Serial USB RFID Reader Demonstration Software User Manual RD220 Serial USB RFID Reader Demonstration Software User Manual Document Version 1.0 Page 1 of 79 Revision History Revision Date Software Version Description/ Change / Updated / Comment 1.0 March 2013

More information

RD220 Serial USB RFID Reader Protocol Manual

RD220 Serial USB RFID Reader Protocol Manual RD220 Serial USB RFID Manual Document Version 1.0 Revision History Revision Date Firmware Version Description/ Change / Updated / Comment 1.0 January 2013 0103 1 st Release Page 1 of 31 Contents 1. Protocol

More information

User Manual (V )

User Manual (V ) Page 1/48 (V1.0.0.2) CREATOR (CHINA) TECH CO., LTD ADD: 2/F, M-10 Building, Center Area, High-tech Industrial Park Shenzhen, Guangdong, China. Tel: +86-755-26710345 Fax: +86-755-26710105 EMAIL: sales@china-creator.com

More information

HF MIFARE Easy Module

HF MIFARE Easy Module HF MIFARE Easy Module USER MANUAL Firmware Version 1.0 1506-USM-01-0-01 HF MIFARE Easy Module Warning - Read before start-up! The product may only be used for the intended purpose designed by for the manufacturer.

More information

Application Programming Interface

Application Programming Interface Application Programming Interface ACR122 NFC Reader Advanced Card Systems Ltd. Website: www.acs.com.hk Email: info@acs.com.hk Table of Contents 1.0 Introduction...3 1.1 Features...3 1.2 USB Interface...3

More information

ACR122U SAM NFC Reader. Application Programming Interface

ACR122U SAM NFC Reader. Application Programming Interface Application Programming Interface ACR122U SAM NFC Reader Table of Contents ACR122T Application Programming 1.0 Introduction 3 1.1 Features 3 1.2 USB Interface 3 2.0 Communication between the Driver, Contactless

More information

13.56 MHz, 2048-bit RFID EEPROM AT88RF020

13.56 MHz, 2048-bit RFID EEPROM AT88RF020 Features 13.56 MHz RFID Chip for Cards or Tags 2048-bit Read/Write RFID EEPROM ISO 14443-2 Type B Compliant Full ISO 14443-3 Compliant Anticollision 100,000 Write Cycle Reliability 3 ms Write Time Password

More information

DATA SHEET MN63Y1210A. Part No. Package Code No. SSOP016-P-0225E

DATA SHEET MN63Y1210A. Part No. Package Code No. SSOP016-P-0225E DATA SHEET Part No. Package Code No. MN63Y1210A SSOP016-P-0225E Publication date: February 2014 Ver. BEM About this manual Organization These specifications provide important information for users of the

More information

MF700 Configurable Reader. User s Manual PROMAG MF700 REV.C. MF700 Configurable Reader REV.C. Overview:

MF700 Configurable Reader. User s Manual PROMAG MF700 REV.C. MF700 Configurable Reader REV.C. Overview: Configurable Reader Overview: Configurable Reader User s Manual is a user configurable mifare sector data reader. It can be configured to read mifare card with MAD1/MAD2 standard in a mifare application

More information

NT3H2111_ General description. NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting

NT3H2111_ General description. NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting 1 General description NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting Rev. 3.2 30 November 2017 Product data sheet 359932 COMPANY PUBLIC Designed to be the

More information

ACR122S NFC Reader. Datenblatt / Specifications. Technical Specifications

ACR122S NFC Reader. Datenblatt / Specifications. Technical Specifications Datenblatt / Specifications NFC Reader Technical Specifications Table of Contents 1.0. Introduction 3 2.0. Features 4 3.0. Typical Applications 5 4.0. Technical Specifications 6 Page 2 of 6 1.0. Introduction

More information

NFC Type 5 / RFID tag IC with 16-Kbit or 64-Kbit EEPROM and protection

NFC Type 5 / RFID tag IC with 16-Kbit or 64-Kbit EEPROM and protection Datasheet NFC Type 5 / RFID tag IC with 16-Kbit or 64-Kbit EEPROM and protection Features Contactless interface Wafer Based on ISO/IEC 15693 NFC Forum Type 5 tag certified by the NFC Forum Supports all

More information

DATA SHEET MN63Y1212. Part No. Package Code No. HSON008-A-0202

DATA SHEET MN63Y1212. Part No. Package Code No. HSON008-A-0202 DATA SHEET Part No. Package Code No. MN63Y1212 HSON008-A-0202 Publication date: February 2014 Ver. BEM About this manual Organization These specifications provide important information for users of the

More information

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard RFID MODULE Mifare Read/Write Module CM030 User Manual Version 2.1 Apr 2010 chenmingcard www.chenmingcard.com 1 1 CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1.

More information

RFID Radio Frequency Identification The Basic Principle. Semiconductors 4

RFID Radio Frequency Identification The Basic Principle. Semiconductors 4 RFID Radio Frequency Identification The Basic Principle Semiconductors 4 Basic Transceive Principle Energy: Reader Tag Card Data: Reader Tag Card Data: Reader Tag Card LOAD modulation Semiconductors 5

More information

Mifare Configurable Sector Reader User s Manual

Mifare Configurable Sector Reader User s Manual Mifare Configurable Sector Reader User s Manual July 9, 2007 Mifare Configurable Sector Reader Overview: is a user configurable mifare sector data reader. It can be configured to read mifare card with

More information

JMY6804 IC Card Reader

JMY6804 IC Card Reader NFC & MIFARE & ISO14443A & ISO14443B & ISO15693 IC CARD MODULE JMY6804 IC Card Reader User s manual (Revision 1.00) Jinmuyu Electronics Co. LTD 2017/10/20 Please read this manual carefully before using.

More information

ISO/IEC INTERNATIONAL STANDARD

ISO/IEC INTERNATIONAL STANDARD INTERNATIONAL STANDARD ISO/IEC 15693-3 Second edition 2009-04-15 Identification cards Contactless integrated circuit cards Vicinity cards Part 3: Anticollision and transmission protocol Cartes d'identification

More information

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

ACR128U Dual- Interface Reader

ACR128U Dual- Interface Reader ACR128U Dual- Interface Reader Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 5 1.1. Features...5 2.0. Terms Used... 6 3.0. Architecture

More information

NT3H2111_ General description. NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting

NT3H2111_ General description. NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting 1 General description NTAG I 2 C plus: NFC Forum T2T with I 2 C interface, password protection and energy harvesting Rev. 3.3 8 August 2018 Product data sheet 359933 COMPANY PUBLIC Designed to be the perfect

More information

ACR128U Dual- Interface Reader

ACR128U Dual- Interface Reader ACR128U Dual- Interface Reader Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 5 1.1. Features...5 2.0. Terms Used... 6 3.0. Architecture

More information

CryptoRF EEPROM Memory 8 Kbits

CryptoRF EEPROM Memory 8 Kbits Features One of a Family of Devices with User Memory of 1 Kbit to 64 Kbits Contactless 13.56 MHz RF Communications Interface ISO/IEC 14443-2:2001 Type B Compliant ISO/IEC 14443-3:2001 Type B Compliant

More information

ACR1251U USB NFC Reader with SAM Slot

ACR1251U USB NFC Reader with SAM Slot ACR1251U USB NFC Reader with SAM Slot Application Programming Interface V1.08 Subject to change without prior notice Revision History Release Date Revision Description Version Number 2013-05-31 Initial

More information

NT3H1101/NT3H General description. 2. Features and benefits. NTAG I 2 C, NFC Forum type 2 Tag compliant IC with I 2 C interface

NT3H1101/NT3H General description. 2. Features and benefits. NTAG I 2 C, NFC Forum type 2 Tag compliant IC with I 2 C interface NTAG I 2 C, NFC Forum type 2 Tag compliant IC with I 2 C interface 265431 1. General description The NTAG I 2 C is the first product of NXP s NTAG family offering both contactless and contact interfaces

More information

RFM-13X SERIES RF CARD READER/WRITER MODULE

RFM-13X SERIES RF CARD READER/WRITER MODULE SPECIFICTION Page 1/7 RFM-13X SERIES RF CRD REDER/WRITER MODULE SPECIFICTION Page 2/7 CONTENTS 1. OVERVIEW 2. BSIC SPECIFICTION 3. SPECIFICTION 4. INTERFCE DEFINITION 5. COMMUNICTION PROTOCOL SPECIFICTION

More information

Compatible PC/SC Series IC Card Reader

Compatible PC/SC Series IC Card Reader MIFARE & ISO14443 & ISO15693 COMPATIBLE USB PC/SC INTERFACE RFID READER Compatible PC/SC Series IC Card Reader General Technical Manual (Revision 2.23) Jinmuyu Electronics Co., Ltd 2015/3/30 Please read

More information

ACR1252U. NFC Forum Certified Reader. Application Programming Interface V1.08. Subject to change without prior notice.

ACR1252U. NFC Forum Certified Reader. Application Programming Interface V1.08. Subject to change without prior notice. ACR1252U NFC Forum Certified Reader Application Programming Interface V1.08 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 2.0. Features... 5 3.0. Acronyms and Abbreviations...

More information

mifare ID Reader with Selectable Outputs Data Sheet

mifare ID Reader with Selectable Outputs Data Sheet 714-60 mifare ID Reader with Selectable Outputs Data Sheet Overview The 714-60 OEM proximity reader consists of three parts: a potted unit containing the electronics and antenna, a front cover, and an

More information

REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet

REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet 723-52 REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet General Description The 723-52 multi sector MIFARE Reader/Writer Module is a fully encapsulated device containing all the electronics required

More information