Android library/API for NFC reader/writers
Asked Answered
U

3

3

Are there any existing libraries that will allow an Android tablet (4.0.4) without a NFC chip to interface with an external USB NFC reader/writer?

Ung answered 18/3, 2013 at 13:3 Comment(1)
It would have to be provided by the supplier of the "external USB NFC reader/writer", most likely.Abohm
S
3

Yes, the ACR 122 U can be connected via an USB OTG Cable. ACR has an Android test app on their driver page. You will in addition need something like NFC Tools for Java to interact with the reader (sending commands etc).

Splayfoot answered 18/3, 2013 at 13:30 Comment(1)
I've developed a product which helps you do this: github.com/skjolber/external-nfc-apiSplayfoot
I
0

Maybe default packages will help you. Otherwise you can look for any third-party libs

http://developer.android.com/reference/android/nfc/package-summary.html

or this may help you

How can I enable NFC reader via API?

Intercession answered 18/3, 2013 at 13:8 Comment(0)
W
0

ACR 1222L reader has its android library.

http://android.acs.com.hk/

The documentation of these libraries can be found here:

http://www.acs.com.hk/download-driver-unified/5102/ACS-EVK-Android-112-A.zip

Warbeck answered 27/3, 2013 at 15:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.