Grove - 125KHz RFID Reader Release date: 9/20/2015 Version: 1.0 Wiki: http://www.seeedstudio.com/wiki/Grove_-_125KHz_RFID_Reader Bazaar: http://www.seeedstudio.com/depot/Grove-125KHz-RFID-Reader-p-1008.
Document Revision History Revision Date Author Description 1.0 Sep 21, 2015 Victor.
Contents Document Revision History ···································································································2 1. Introduction ···················································································································2 2. Specifications ·················································································································3 3.
Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
1. Introduction This Grove-125KHz RFID Reader is a module used to read uem4100 RFID card information with two output formats: Uart and Wiegand. It has a sensitivity with maximum 7cm sensing distance. There is also the electronic brick version of this module. It can help you with project like internet of thing and access control system.
2. Specifications Voltage: 4.75-5.
3. Demonstration Here we show how to read RFID information using the Grove - 125KHz RFID Reader. Connect Grove - 125KHz RFID Reader to UART of Grove - Base Shield. 3.
} void loop() { if (SoftSerial.available()) // if date is coming from software serial port ==> data is coming from SoftSerial shield { while(SoftSerial.available()) // reading data into char array { buffer[count++]=SoftSerial.read(); // writing data into array if(count == 64)break; } Serial.
3.2 Wiegand Mode (Jumper Set to the Right two Pins) You would need to select the jumper to "W" to enter this mode. The Wiegand demo code for Seeeduino is designed to read Wiegand data in interrupt mode. In Wiegand Mode, output data is formatted with 26bits including 24bits card info and 2 bits parity. bi 0 1 2 3 4 5 6 7 8 9 t - P 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 D P E 0 - - E - - D2[7..0] 0 D1[7..0] D0[7..