Given an NFC tag parses the tag id and displays it in binary.
The following prerequisites must be present in order to execute the commands below.
- GCC
- Python v2.7
- ARM processor
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