For the new improved NFC reader
Provided to support the hardware provided by Bostin Technology
Firstly download the github repository onto your Raspnberry Pi, then follow the steps below to build and run the demo software.
To build the application run the following commands
-
Download and install cmake
apt-get install cmake
-
Build make lists
cd NFC2/rfal_v1.3.0/build cmake ..
Note the double ".." which forces it to start in the rfal... directory
-
Build the application
make
-
Run the Application
Change to the applications directory
cd applications/
Then
sudo ./nfcPoller
For more information, please refer to www.cogniot.eu