Coder Social home page Coder Social logo

acs-acr122u-tool's Introduction

ACS-ACR122U-Tool

Python tool for ACR122U NFC Reader/Writer

Notice (2020-02-25 fixed)

There will be no update from me for a while because I don't have the hardware now. Pull requests are welcome.

Enviroment

  • pyscard 2.0.3
  • python 3.x

Command List (Help Page)

 $ python nfctool.py <command>

Before executing command, make sure that a card is being tagged on the reader.

  • help: Show this command list

  • mute: Disable beep sound when card is tagged. (This setting is volatile. Lasts till device off.)

  • unmute: Enable beep sound when card is tagged.

  • getuid: Print UID of the tagged card.

  • info: Print card type and available protocols.

  • loadkey <key>: Load key <key> (6byte hexstring) for auth. (The loaded key is volatile. Lasts till device off.)

  • read <sector>: Read sector <sector> with loaded key.

  • firmver: Print the firmware version of the reader.

How to read data

  • Connect the reader to computer and put a card on the reader. Check connection with 'getuid' or 'info' command.

  • Load key with 'loadkey' command (This procedure is not needed for MIFARE Ultralight)

        $ python nfctool.py loadkey FFFFFFFFFFFF
    
  • Read sector with 'read' command

        $ python nfctool.py read 4
    

TODO

  • Make options for 'read' command

Copyright

Copyright © 2016 Kim Dong Min.

The MIT License (MIT)

acs-acr122u-tool's People

Contributors

rocky112358 avatar imikado avatar reusteur73 avatar

Watchers

 avatar

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.