Writing NDEF message to NFC tag with ACR122
Asked Answered
S

0

9

I'm really new to NFC technology and trying to get my head around it. I have a ACR122 and am trying to write a NDEF record to it.

I am using VS2012 and so far have the pcsc-sharp library installed as well as a NDEFLibrary I got from somewhere.

I can connect to the ACR122, I can create a NDEF message but then what? How do I actually write the NDEF message I create to the tag?

I can't see any functions in the pcsc-sharp library to pass the message to actually write the tag?

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

Sped answered 27/10, 2012 at 6:59 Comment(2)
So 'what do you have' when you have connected to the ACR122?Highjack
You need to establish a P2P connection with the device (mobile in your case) and then PUSH the ndef record. Did you try using the libnfc packages?Areta

© 2022 - 2024 — McMap. All rights reserved.