Binoy S Kumar
Binoy S Kumar

Reputation: 289

NFC Programming in Android and ACR122U reader

I need to write some data into an NFC tag, the tag I need is not a physical NFC tag but I need to make a tag programatically and write my data into it (card emlation or peer-to-peer mode). This tag which I make in the phone has to be readable by the ACR122u reader. How can I program this in Android?

Upvotes: 3

Views: 5480

Answers (1)

ThomasRS
ThomasRS

Reputation: 8287

ACS have an Android development toolkit. You'll need an on-the-go USB cable. I've got a couple of apps in Google Play which do similar stuff you can try.

Upvotes: 1

Related Questions