WWZMDiB W-09-57-02

WWZMDiB RC522 RFID Reader Writer Module Kit User Manual

Model: W-09-57-02

1. Introducció

This manual provides comprehensive instructions for the WWZMDiB RC522 RFID Reader Writer Module Kit. This kit is designed for use with microcontrollers such as Arduino, Raspberry Pi, and STM32, enabling contactless communication for various applications. It operates at a frequency of 13.56MHz and supports multiple Mifare card types.

2. Informació de seguretat

  • Assegureu-vos el volum adequattage (3.3V) is supplied to the module to prevent damage.
  • Manipuleu els components electrònics amb cura per evitar descàrregues electrostàtiques.
  • No exposeu el mòdul a la humitat ni a temperatures extremes.
  • Desconnecteu sempre l'alimentació abans de fer o canviar connexions.

3. Contingut del paquet

The WWZMDiB RC522 RFID Reader Writer Module Kit typically includes the following items:

  • 2 x RC522 RFID Reader Writer Modules
  • 2 x Standard S50 Blank Cards
  • 2 x Key Fobs (Blue)
  • 2 x Straight Pin Headers
  • 2 x Bent Pin Headers
Contents of the WWZMDiB RC522 RFID Reader Writer Module Kit, showing two RC522 modules, two white cards, two blue key fobs, and pin headers.
Figure 3.1: Kit Contents - RC522 modules, cards, key fobs, and pin headers.
Detallada view of the WWZMDiB RC522 RFID Reader Writer Module Kit components with dimensions. Shows a white RFID card (8.6 cm x 5.5 cm), a blue RFID key fob, and the blue RC522 module (6 cm x 4 cm) with pin headers.
Figure 3.2: Kit Components with Dimensions.

4. Producte acabatview

The RC522 module is a compact RFID reader/writer based on the MFRC522 chip. It is designed for easy integration into various embedded projects.

4.1. RC522 Module

The main component is the RC522 module, which handles the RFID communication. It features an integrated antenna and pin headers for connection to a microcontroller.

A dalt view of the blue RC522 RFID module, showing the antenna coil pattern, the MFRC522 chip, and pin connections labeled SDA, SCK, MOSI, MISO, IRQ, GND, RST, 3.3V.
Figura 4.1: superior view of the RC522 Module.
A baix view of the blue RC522 RFID module, showing the solder points and circuit traces.
Figura 4.2: A baix view of the RC522 Module.

4.2. RFID Cards and Key Fobs

The kit includes blank S50 cards and key fobs, which are passive RFID tags compatible with the RC522 module. These can be programmed and read for various access control or identification projects.

Close-up of a blue RFID key fob with a metal keyring attached.
Figure 4.3: Blue RFID Key Fob.

5. Especificacions

CaracterísticaEspecificació
ModelW-09-57-02
Voltage3.3 V
Freqüència de treball13.56 MHz
Tipus de targetes compatiblesMifare S50, Mifare S70, Mifare UltraLight, Mifare Pro, Mifare Desfire
InterfícieSPI
CompatibilitatArduino, Raspberry Pi, STM32
Pes de l'article2.08 ounces (approx. 59 grams for the kit)
Dimensions del paquet4.76 x 4.72 x 0.75 polzades

6. Configuració

This section outlines the general steps for connecting the RC522 module to a microcontroller. Specific pinouts may vary slightly depending on your microcontroller board (Arduino, Raspberry Pi, STM32).

6.1. Pin Connections (SPI Interface)

The RC522 module communicates via the Serial Peripheral Interface (SPI). Connect the module to your microcontroller as follows:

  • VCC (3.3 V): Connect to the 3.3V power supply of your microcontroller.
  • RST (Reiniciar): Connect to a digital pin on your microcontroller.
  • GND (terra): Connect to the ground pin of your microcontroller.
  • IRQ (Interrupt): Optional, connect to a digital pin for interrupt-driven operations.
  • MISO (Master In Slave Out): Connect to the MISO pin of your microcontroller's SPI interface.
  • MOSI (Master Out Slave In): Connect to the MOSI pin of your microcontroller's SPI interface.
  • SCK (Serial Clock): Connect to the SCK pin of your microcontroller's SPI interface.
  • SDA (Slave Select / Chip Select): Connect to a digital pin on your microcontroller. This pin selects the RC522 module for SPI communication.

6.2. Configuració del programari

To use the RC522 module, you will need to install a compatible library for your chosen microcontroller platform. For Arduino, the MFRC522 library by Miguel Balboa is commonly used. For Raspberry Pi, Python libraries are available.

  1. Install the appropriate library for your microcontroller IDE or environment.
  2. Refer to the library's documentation and examples for specific code implementation.
  3. Ensure your microcontroller's SPI interface is correctly configured.

7. Instruccions de funcionament

Once the module is set up and the software is configured, you can begin reading and writing to RFID tags.

7.1. Reading RFID Tags

Per llegir una RFID tag (card or key fob):

  1. Power on your microcontroller with the RC522 module connected.
  2. Run the reading sketch/program on your microcontroller.
  3. Place an RFID card or key fob near the RC522 module's antenna.
  4. The microcontroller will detect the tag and read its Unique ID (UID) and potentially other data stored on it. This data is typically displayed on a serial monitor or an attached display.

7.2. Writing to RFID Tags

To write data to a compatible RFID tag:

  1. Ensure you have a writable Mifare tag (like the S50 cards or key fobs provided).
  2. Load a writing sketch/program onto your microcontroller.
  3. Col·loca el tag near the RC522 module.
  4. The program will attempt to write the specified data to the tag. Verify the write operation by reading the tag després.

Nota: Writing to RFID tags requires understanding of Mifare Classic memory structure (sectors, blocks, keys). Refer to the MFRC522 library examples for detailed writing procedures.

Video 7.1: Demonstration of an RFID Kit, showing components and potential use cases. This video is provided by Stemedu, a seller.

8. Manteniment

The RC522 module is a robust electronic component, but proper care can extend its lifespan.

  • Mantingueu el mòdul net i lliure de pols i deixalles.
  • Store in a dry, cool environment when not in use.
  • Avoid bending or stressing the pin headers.
  • Do not attempt to disassemble the module.

9. Solució De Problemes

If you encounter issues with your RC522 module, consider the following troubleshooting steps:

  • Mòdul no detectat:
    • Check all wiring connections, especially VCC, GND, and SPI pins (MISO, MOSI, SCK, SDA).
    • Ensure the module is receiving 3.3V power.
    • Verify that the correct SPI pins are defined in your software.
    • Confirm the library is correctly installed and initialized.
  • Cannot Read Tags:
    • Assegureu-vos el tag is a compatible Mifare type (S50, S70, UltraLight, Pro, Desfire).
    • Col·loca el tag very close to the module's antenna.
    • Comproveu si hi ha interferències d'altres dispositius electrònics.
    • Verify that the reading code is correctly implemented.
  • Cannot Write to Tags:
    • Confirmeu el tag is writable and not read-only.
    • Ensure correct authentication keys are used if the tag està protegit.
    • Verify the writing code logic and data format.
  • Funcionament intermitent:
    • Check for loose connections or poor soldering.
    • Assegureu-vos una font d'alimentació estable.
    • Consider adding a capacitor across VCC and GND near the module for power stability.

10. Garantia i Suport

Per obtenir informació sobre la garantia o assistència tècnica, consulteu la informació de contacte del venedor que us vau proporcionar en el moment de la compra. Conserveu el rebut de compra com a comprovant de compra.

For additional resources and community support, you can often find extensive documentation, tutorials, and forums related to RC522 modules and their use with Arduino, Raspberry Pi, and STM32 online.

© 2023 WWZMDiB. All rights reserved.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.