Writing NDEF message to NFC tag with ACR122

I am really new to NFC technology and trying to solve it. I have ACR122 and am trying to write an NDEF record to it.

I am using VS2012 and still have the pcsc-sharp library as well as the NDEFLibrary I got somewhere.

I can connect to ACR122, I can create an NDEF message, but then what? How can I write an NDEF message that I create for a tag?

I do not see any functions in the pcsc-sharp library to pass a message in order to actually write a tag?

Can someone point me in the right direction? I admit that I'm new when it comes to NFC, and I still have a lot to learn, but I read a lot and slowly get there.

+8
source share

All Articles