Hello,
I bought the "NFC USB Dongle" MIKROE-2540. I would like to know if someone has already start to use this device, and how it works.
It is possible to send commands by "command prompt" to this device?
Do you have some examples software?
Thank you in advance
Best regards
Nicola
On Linux you can use GitHub - NXPNFCLinux/linux_libnfc-nci: Linux NFC stack for NCI based NXP NFC Controllers
There is a demo application included.
Just make sure you configure the library with --enable-pn7150 and --enable-lpcusbsio
Regards,
-Rainer