Menu
Your Cart

3.3V/5V Compact RFID Reader Writer and NFC Module

3.3V/5V Compact RFID Reader Writer and NFC Module
3.3V/5V Compact RFID Reader Writer and NFC Module
3.3V/5V Compact RFID Reader Writer and NFC Module
3.3V/5V Compact RFID Reader Writer and NFC Module
3.3V/5V Compact RFID Reader Writer and NFC Module
$13.99
Ex Tax: $13.99
  • Stock: In Stock
  • Model: EB0043907
  • SKU: EB0043907
Feature:

This RFID modules base on MFRC522 IC and that can read and write Mifare's tags.
The microcontroller and card reader uses SPI for communication.
The card reader and the tags communicate using a 13.56MHz electromagnetic field.
The RFID MFRC522  module supports MF1xxS20, MF1xxS70 and MF1xxS50 tags.
The RFID MFRC522 module supports contactless communication and uses MIFARE higher transfer speeds up to 848 kBd in both directions.
RFID MFRC522 have compact design and small size 36x36mm.
Power can supply 3.3V or 5V.
This yasy for connection to board with 5V, not need power regulator for 3.3V.
The antenna is built into the board. And it has a good sensitivity to a height of 25mm

Package includes:

1 x RFID Reader







Sketch for :

// VCC----5V

// GND----GND
// RST----D5
// SDA----D10
// MOSI---D11
// MISO---D12
// SCK----D13
#include
#include
 
RFID rfid(10,5);    //D10--SDA, D5--RST
 
unsigned char serNum[5];
 
unsigned char writeDate[16] ={'R', 'o', 'b', 'o', 't', 'D', 'y', 'n', '-', 'T', 'e', 's', 't', 0, 0, 0};
 
unsigned char sectorKeyA[16][16] = {
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},};
 
unsigned char sectorNewKeyA[16][16] = {
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xff,0x07,0x80,0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
        {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xff,0x07,0x80,0x69, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},};
 
void setup()
{
  Serial.begin(9600);
  SPI.begin();
  rfid.init();
}
 
void loop()
{
  unsigned char i,tmp;
  unsigned char status;
  unsigned char str[MAX_LEN];
  unsigned char RC_size;
  unsigned char blockAddr;
 
 
  rfid.isCard();
 
  if (rfid.readCardSerial())
  {
    Serial.print("The card's number is  : ");
    Serial.print(rfid.serNum[0],HEX);
    Serial.print(rfid.serNum[1],HEX);
    Serial.print(rfid.serNum[2],HEX);
    Serial.print(rfid.serNum[3],HEX);
    Serial.print(rfid.serNum[4],HEX);
    Serial.println(" ");
  }
 
 
  rfid.selectTag(rfid.serNum);
  
  blockAddr = 7;
  if (rfid.auth(PICC_AUTHENT1A, blockAddr, sectorKeyA[blockAddr/4], rfid.serNum) == MI_OK) 
  {
    status = rfid.write(blockAddr, sectorNewKeyA[blockAddr/4]);
    Serial.print("set the new card password, and can modify the data of the Sector: ");
    Serial.println(blockAddr/4,DEC);
    blockAddr = blockAddr - 3 ;
    status = rfid.write(blockAddr, writeDate);
    if(status == MI_OK)
    {

33V5V-Compact-RFID-Reader-Writer-and-NFC-Module-1128918,33V5V-Compact-RFID-Reader-Writer-and-NFC-Module-1128918,33V5V-Compact-RFID-Reader-Writer-and-NFC-Module-1128918

Write a review

Note: HTML is not translated!
Bad Good

Shipping Time


After you successfully placed an order at RenhotecIC.com, you will receive a confirmation email with your invoice. Once your order is shipped, you will be emailed with the tracking information of your package. Also, you can choose your preferred shipping method during the checkout process. Kindly advise: please select DHL/FedEx if you need our product urgently.

The timeline of the whole shipping process is shown below:

img

The total delivery time is calculated from the time your order is successfully placed to the time received. Total delivery time is broken down into processing time and shipping time.

Processing time: The time it takes to prepare your item(s), includes preparing your items, performing quality inspections, and packaging for shipment. Normally, the processing time is 1-3 days (Only include Monday to Saturday ) after getting your order.

Shipping time: The time for your item(s) to travel from our warehouse to your destination. The shipping time depends on the shipping method you chose. Please refer to the shipping rate section for details. 


Shipping Rates


You could choose the shipping method based on your preference during checkout, different shipping methods will apply different rates and shipping times. Please check the following chart for detail:


Shipping MethodShipping RatesShipping Times
Flat Shipping (Promotion)
$10About 5-30 Working Days to Worldwide (Only include Monday to Saturday )

Standard Express(0.5KG starting price listed)

Based On WeightsAbout 5-15 Working Days to Worldwide (Only include Monday to Saturday )

Priority Express (0.5KG starting price listed)

Based On WeightsAbout 3-7 Working Days to Worldwide (Only include Monday to Saturday )

In addition, the transit time depends on where you're located, the shipping method you choose, and where your package comes from. We will keep you informed of any problems here to help you get your order as soon as possible. 

If you want to know more information, please contact the customer service by contact form or sales@renhotecic.com. We will settle your problem as soon as possible. Enjoy shopping!

Tags: RFID Reader