I installed the three .deb files for the EXPLORE-NFC board:
- libneardal0_0.14-1_armhf.deb
- libwiringpi2-2.25-1_armhf.deb
- neard-explorenfc_0.4-1_armhf.deb
and activated SPI.
The explorenfc-basic program works fine, but fails to show the ID of the tags read
So are there any source code examples of programs reading NFC tags and displaying the tag ID and contained NDEF data?
Unfortunately, the .deb files contain no documentation at all, so I have no clue how to write my own C programs using the library. I now there is a daemon running with the name explorenfcd, but how can I talk to this daemon?
Is there maybe some device file or something where I can acquire data from NFC tags read?
It is quite unfortunate that the popular library "libnfc" is not supported, because the 512 chip is not compatible. I wouldn't mind using the above mentioned libraries instead, if only they were well documented and available as source code.
Any help would be most appreciated!