Git Product home page Git Product logo

rfid_cloner's Introduction

RFID_Cloner

##Clone a high frequency card -- Mifare 1Kb cards (13.56 Mhz)

###Initial steps required before the cloning process is initiated:

-Download the Arduino IDE

-Connect the Arduino micro-controller to the module RC522 using jumper wires (the connection data is mentioned at the initial lines of the code).

-Connect the arduino to the machine.

-Import the library MFRC522.h to the arduino IDE. (https://github.com/miguelbalboa/rfid/blob/master/MFRC522.h)

###Steps required to clone to the card:

-Let's say that card A is the primary card and a clone has to be made to the Card B.

-Open the code in the arduino IDe and switch on the "Serial Monitor".

-Place the card A onto the RC522 module and then upload the clone_except_block0.ino to the arduino micro-controller.

-Once the values from Card A has been copied the user will be prompted on the "Serial Monitor" console, to place card B onto the RC522 module.

-It will start writing the values of Card A into Card B sector by sector.

-Once the cloning is done the values of block0 is printed in the "Serial Monitor".

-User can then use the "ChangeUID" code which comes bundled in with the MFRC522.h library to change the block0.

##NOTE- The code clone_except_block0.ino doesn't clone block0, it clones the other 1-63 blocks of data. Block 0 is the most important block for a card and it's a more efficient approach to write it separately. If a user happens to move the card and if that happens at the time when the code is trying to write into the block 0, an error at that moment might leave the card useless.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.