• Stars
    star
    112
  • Rank 310,447 (Top 7 %)
  • Language
    Python
  • Created over 10 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ACS ACR122U NFC Reader

ACS ACR122U NFC Reader / Writer

Python based reader/writer that is used to read tag data from the NFC ISO 14443 Type A and B cards, Mifare, FeliCa, and all 4 types of NFC (ISO/IEC 18092) tags.

Code provides a basic framework used to grab tag data.

#Environment Tested under OS X Mavericks using a Debian virtual machine. If you are using a virtual machine to boot Linux, Google "Virtual USB Configuration" or use this link. You will have to do this if you are using a VM, otherwise the ACR122U reader will not mount to the virtual machine.

#Tech pyscard - python for smart cards

Installation

sudo apt-get install python-pyscard
python NFCReader.py

Update (August 2018)

Hi everyone! I am ecstatic to soon push out a much-needed update to this project! Recently, I've been experimenting with simpler ways to read to NFC and also write to NFC that works on both Windows and Mac and has a more extensive list of features. I'm currently opening up the new project to a select few users (limited spots) before a general release (TBD).

Sign up below: tagrightlabs.com

Also please don't hesitate to reach out directly to me at [email protected]

Thank you in advance!

License

MIT