Questions tagged [lib-nfc]

libnfc is the first libre, platform-independent, low level NFC SDK and Programmers API.

libnfc is the first libre, platform-independent, low level NFC SDK and Programmers API.

Official page: http://nfc-tools.org/index.php?title=Libnfc

83 questions
0
votes
1 answer

libnfc cmake header file compilation error

Am programming for NFC using the libnfc library in the C language. Am using the TDM-GCC MinGW Compiler and the CMAKE open source build system which I installed following this tutorial for building/compiling the code. I am trying to compile my…
Peter
  • 648
  • 7
  • 26
0
votes
1 answer

declare nfc variables as global options

am working with the libnfc open source libraries in C, and am trying to declare the variables needed to initialize nfc in global mode i.e. nfc_device *pnd; nfc_target nt; nfc_context *context; nfc_init(&context); all outside any function so that…
Peter
  • 648
  • 7
  • 26
0
votes
1 answer

Error during CMake libnfc

I'm really trying hard to install libnfc but i keep ketting the error: It says: Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) CMake Error at cmake/modules/FindPCRE.cmake:30 (MESSAGE): Could not find PCRE Call Stack (most recent call…
S.Pols
  • 3,414
  • 2
  • 21
  • 42
0
votes
1 answer

how do I write the data to NFC Card/Tag dynamically using NFC writer?

I need to implement something like NFC virtual shopping store. But problem is I don't want to use mobile phone as NFC reader. First thing I am learner :) Scenario is I have five art pieces and 50 visitors So I am thinking I will implement 5 NFC card…
bhushya
  • 1,317
  • 1
  • 19
  • 33
0
votes
2 answers

Tranferring huge data through NFC reader/writer to NFC enabled android phone

As far as I know, what android did with NFC enabled transferring is that, when both phone recognized each other through NFC, they called up wifi in p2p/ad-hoc mode to do the transfer of music, pictures and etc. Correct me if I'm wrong here. So I'm…
-1
votes
1 answer

Invalid pointer exception using pinvoke on libnfc for string values

I am trying to communicate with an NFC reader/writer on a raspberry pi 3 using dotnet core. I have to say that the different libnfc command line tools I used are all working fine (aka I can read and poll my tags, no problem on this side). The idea…
Georges Legros
  • 2,494
  • 2
  • 23
  • 42
-1
votes
1 answer

Using PCSCD with ACR122U error

I try to use the ACR122U with PCSCD with mfcuk bu on my PCSCD terminal I have a recurrent error : 00400285 ccid_usb.c:747:WriteUSB() write failed (3/4): -1 LIBUSB_ERROR_IO 00000063 ifdwrapper.c:371:IFDStatusICC() Card not transacted: 612 00000034…
Cyprien Aubry
  • 641
  • 8
  • 19
-1
votes
1 answer

Multiple NDEF Message Creator of Same type

Is there a way to create multiple NDEF message (2 at least) of the same type ( sms, uri,geo location, text,etc ) using some utility . I got this link: https://e2e.ti.com/support/wireless_connectivity/f/667/t/341634 but it has NDEF record of…
Raulp
  • 7,758
  • 20
  • 93
  • 155
1 2 3 4 5
6