Hello everybody, do we have posibility for to work with this device from Java? If yes can somebody please show where i can get some examples
Hello everybody, do we have posibility for to work with this device from Java? If yes can somebody please show where i can get some examples
Can anybody help in this question?
I found java example for PN532 chip. But it's not work for PN512. If it's impossible can somebody tell
Hi Jack,
all Software that comes with the EXPLORE-NFC is written in C. In order to run the NFC Reader Library within an Java application, you need to find a way to execute C code from within Java.
Something similar for Python already exists here https://github.com/svvitale/nxppy
Software for the PN532 will not work with the PN512, becuase the PN532 is an NFC-Controller, the PN512 an NFC-Frontend.
That means, that the PN532 contains a middleware which offers a special command set, whereas the PN512 does not provide a middleware.
Michael