How to Get the Number (UID) of Your RFID Card/tag : Arduino UNO + RFID RC522

by sss2022 in Circuits > Arduino

4648 Views, 8 Favorites, 0 Comments

How to Get the Number (UID) of Your RFID Card/tag : Arduino UNO + RFID RC522

Photo_15_.png

Hello guys, in this tutorial you will learn how to get the number of your RFID (Radio Frequency IDentification) tag or card using the RFID reader RC522. This number is called UID (Unique IDentifier)

--------------------------------------------------------------------------------------------------------------------------------

Bonjour, dans ce tutoriel, vous allez apprendre comment récupérer le numéro de votre carte ou de votre badge RFID ( en français : Identification par radiofréquence) en utilisant le lecteur RFID. Ce numéro est appelé l'UID ( en français: identifiant unique).

Supplies

--------------------------------------------------------------

  • Arduino UNO development board
  • USB 2.0 Cable Type A/B
  • RFID reader RC522
  • RFID tags or cards
  • Cables

--------------------------------------------------------------

  • Carte de développement Arduino UNO
  • Câble USB 2.0 type A/B
  • Lecteur RFID RC522
  • Badges ou cartes RFID
  • Câbles

---------------------------------------------------------------

Circuit Diagram / Schéma

Schéma_rfid_seul.png

The circuit diagram is made using : thttps://www.tinkercad.com/

------------------------------------------------------------------------------------------

Le schéma est réalisé via : thttps://www.tinkercad.com/

Step 2: Library / Bibliothèque

Lib_12_13_RC522.png

The library you will need to download is given above. To open the "Library manager", go to the top menu then click on Tools => Manage Libraries

--------------------------------------------------------------------------------------------------------------------------------

La bibliothèque qu'il faut télécharger, vous allez la trouver ci-dessus. Pour ouvrir le "Gestionnaire de bibliothèque", Allez au menu du haut ensuite cliquez sur Outils => Gérer les bibliothèques

Source Code / Code Source

exemple_rc522.png

To get the UID of your tag or your card, you need to upload the program 'DumpInfo.io', to find this file, go to the top menu of the Arduino IDE then click on File => Examples => MFRC522 => DumpInfo. This program returns the UID in hexadecimal.

------------------------------------------------------------------------------------------------------------------------------

Pour connaitre le UID de votre bagde ou de votre carte, vous devez d'abord téléverser le programme 'DumpInfo.io'; pour trouver ce fichier, allez au menu du haut de l'IDE Arduino, cliquez sur Fichier => Exemples => MFRC522 => DumpInfo. Ce programme renvoie l'UID en héxadécimal.

Video / Vidéo

How to get the number (UID) of your RFID tag : Arduino UNO + RFID RC522 // Numéro du badge RFID