-40%
13.56MHz UART RFID Read/Write Module Kits With Built-in Antenna
$ 12.66
- Description
- Size Guide
Description
13.56MHz UART RFID Read/Write Module Kits With Built-in AntennaRFID frequency identification is a non-contact object recognition technology, it can automaticlly recognize target and get relevant data through rf signal, so there are so many interactive projects which need to use RFID to achieve object recognition. Generally speaking, one basic kit of RFID general system mainly consists of three parts:
Tag :
composed by coupling components and chip, every tag have only electronic coding, adhere to the target object identifier
Reader :
equipment used to read (sometimes can write) tag information, can be designed for handheld or stationary;
Antenna :
transmit rf signal between the tag and reader.
At present there are so many RFID module, and there are difference from the interface of Arduino, we design these two version of RFID module which connect with Arduino through serial port, and both of these two version have exact same function and connection mode, but the antenna is different.
1、Supported cards :
ISO 14443 TYPE A : MIFARE ® ,Mifare ® Classic1K,Mifare ® Classic 4K
2、Special Features:
1、Complete Read/Write module with built-in transceiver antenna
2、Auto checks for presence of a tag and upload ID need no command
3、 Contactless operating frequency 13.56 MHz
4、Supports ISO14443A/MIFARE, Mifare Classic1K, Mifare Classic 4K
5、UART Interface, baud rate 19200bps
6、Fast data transfer: contactless communication up to 106KHz
7、Secure Encrypted contactless communication
8、Ideal for emoney,secure access and fast data collection applications
9、Typical Operating Distance: 0 x 60 mm
10、Operating Voltage DC:3.0-5.5V(fully compatible with 3.3v and 5v)
11、Watchdog timer
12、1 LED indicator, 3 I/O pins for external use
13、512 bytes eeprom
14、Unique serial number on each device
15、Size : 58mm x 35mm x 6mm
16、Weight : 10g
17、Work Temperature : -20 ℃ - + 70 ℃
3、Interface Options :
1、
UART Interface
2、
I2C Interface
3、
SPI Interface
Please notice that this item interface mode is UART
Interface
.
One version have separate reader and antenna, separately on two boards. Because this antenna is more bigger, therefore the detection distance can be as far as 10cm :
The other version have integrate reader and antenna, integrately on one boards, and the detection distance can be as far as 6cm :
The working principle of RFID is actually not complex, once the tag into the working area of card reader, card reader can read the data of tag by magnetic field generated by the antenna.
According to the specific use of different scene, we can use different types of tags, different types of tags have different range :
In the process of actual using, we can firstly use the reader to read the ID of different tags.
After connection, we use the serial debugging tool to open Serial Dongle corresponding Serial port, the baud rate is set to 19200, then send reading card order as HEX format : AA BB 02 20 22 (totally 5 bytes) :
If no cards within the working area of RFID module, then the RFID module return order as HEX format through serial port: AA BB 02 DF DD (five bytes) :
But If there are cards within the working area of RFID module, RFID module red LED will be lighted, at the same time return order as HEX format through serial port : AA BB 06 20 5E 97 25 C7 0D (9 byte), and then 5E 97 25 C7 is the tag ID. Different tags returns different ID value, and we just distinguish different objests through different ID value.
When geting the corresponding tags ID value, then we can recognize on Arduino, about the hardware connection, we still use the COM interface of Arduino sensor shield to connect RFID mdule with Arduino.
The corresponding Arduino code shown as below, the test tag ID is 5E 97 25 C7, when Arduino detected the corresponding tag, will light the LED on 13 digital I/O port of Arduino, and last for 1 second :
Test Code Start :
int val = 0;
int ledPin = 13;
int status = 0;
unsigned char searchCMD[] = {0xAA, 0xBB,0x02, 0x20, 0x22};
unsigned char searchRES[4];
void setup()
{
Serial.begin(19200);
pinMode(13, OUTPUT);
}
int searchCard()
{
Serial.write(searchCMD, 5);
delay(100);
status = 0;
while(true) {
if (Serial.available() > 0) {
val = Serial.read();
switch (status) {
case 0: // parse 0xAA
if (val == 0xAA) status = 1;
break;
case 1: // parse 0xBB
if (val == 0xBB) status = 2;
else return -1;
break;
case 2:
if (val == 0x06) status = 3;
else return -1;
break;
case 3:
if (val == 0x20) status = 4;
else return -1;
break;
case 4:
case 5:
case 6:
case 7:
searchRES[status - 4] = val;
status ++;
break;
case 8:
return 0; // read successfully
break;
default:
return -1;
break;
}
}
}
}
void loop()
{
if (searchCard() != -1) {
if (searchRES[0] == 0x5E && searchRES[1] == 0x97 && searchRES[2] == 0x25 && searchRES[3] == 0xC7) {
digitalWrite(13, HIGH);
delay(1000);
digitalWrite(13, LOW);
delay(1000);
}
}
}
Item List :
1、13.56MHz
UART
RFID Module ×1
2、Built-in antenna ×1
3、Non-Welded Commom Connector Module
×1
4、
13.56MHz RFID Card
×1
5、
13.56MHz RFID Key IC Tag - B
×1
6、
13.56MHz RFID Key IC Tag - A
×1
7、
Arduino I2C/COM Cable 30cm
×1
Document Download:
Click to download the UART datasheet
Click here to download the SDK
Shipping & Handling Policy
· Generally, It always take 7-20 business days to ship to
USA、United Kingdom、Australia、Canada、France、Japan、Spain、Norway、Germany、Republic of Korea、Turkey、Austria、Finland、Ireland、
Italy、Poland、Sweden、Switzerland、Singapore、Hong Kong、Malaysia、Portugal、Hungary、Israel、New Zealand、Belgium、Denmark、Netherlands
and 15-30 business days to
Russia、Ukraine、Thailand、Mexico、Greece、Saudi Arabia and
most other countries.
· We will make shipment within 48 hours once the payment is clear (Saturday and Sunday are not included) All items will be dispatched from our depot and shipped by China Post or Singapore Post Air-mail or Express Service.
· We will make shipment according to the address you put on eBay, if you want us to ship items to a different address from your ebay please tell us before or after you pay.
· We supply combined shipping and you will get more discount on shipping cost if you use the combined shipping when you buy kinds of items.
International Buyers Note :
· Import duties, taxes and charges are not included in the item price or shipping charges. These charges are the buyer's responsibility.
· We always mark our customers' parcels as a gift, so our customer always don't need to pay the tax, but if your country have very strick policy on tax and meanwhile you don't want to pay the tax, please tell us what's the value should we indicate on the parcel and we will mark the value as you required.
· We ship to worldwide, so if your country or place is very far away, please allow your parcel more time to arrive and we supply
three kinds of shipping service
:
1、
Economy International Shipping
(this way is default shipping way for free shipping mode):
this standard post has one
limited
tracking number, but you can only track the
limited
shipping information of the goods on our ebay official shipping agent tracking website
espeedpost
, but anyhow it is a reliable shipping way because it use the same shipping carrier as Standard International Shipping. All of the free shipping products use this shipping way.
2、
Standard International Shipping
:
this shipping way has the tracking number and the tracking number help you to hold all of the status of your parcel situation, which means you will know the exact status of your parcel anytime and anywhere. So if you want to track your parcel parcel anytime and anywhere, please choose this shipping way.
You can track your parcel on three optional tracking website with the tracking number we update on ebay: 1、
espeedpost;
2、China Post;3、
Singapore Post;
4、Your Country Post Website.
3、Express Delivery Shipping Way:
This shipping way contain DHL、UPS、Fedex , if you need our products urgently , please use this shipping way and you can contact us and ask us the to fix the shipping price and then we will use express delivery way for you specially as soon as possible.
Payment Policy
· We can only accept PayPal by now and thanks for your understanding.
Returns and Refund Policy
· We always take customer service seriously and want you to be 100% happy with your shopping experience here.
We are committed to resolve all issues in a friendly and satisfactory manner,so i
f you have any queries or question please contact our team by email first before leaving any negative feedbacks we will email back to you within 48 hours and we promise here that we will give all of our customers best products、best service and best solution of problems !
· If you are unsatisfied with our item or service, then please follow the good eBay practice to contact us before leaving any feedback and return it within 7 days for a replacement or money back.
Please contact us before you return it.