Skip to content

DMevada/NFC-tag-reader

Repository files navigation

NFC-tag-reader

Given an NFC tag parses the tag id and displays it in binary.

Prerequisities

The following prerequisites must be present in order to execute the commands below.

  1. GCC
  2. Python v2.7
  3. ARM processor

Usage

To get started, execute the commands below at a command prompt. Ensure that the processor on the system is an ARM processor and not an Intel processor. If it is not an ARM processor, the assembled code cannot be run.

$ git clone https://github.com/DMevada/NFC-tag-reader.git
$ cd NFC-tag-reader
$ as -W -o dec2bin.o dec2bin.s
$ gcc -o dec2bin dec2bin.o
$ python Read.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages