Topic: Driver for ACR122S
Hi all,
Recently I've been working with ACR122S device to be used in embedded systems. To this point I've managed to write libnfc driver for it, and have tested it working to read Mifare Classic card. The two devices (ACR122S and Mifare Classic card) is all that I have right now, so I can't test some advance features such as card emulation. Though I think it should work correctly, since I'm using chips/pn53x.* from libnfc internally.
For those interrested, the source code is available at:
https://bitbucket.org/arkusuma/libnfc-acr122s
By the way, is it possible to merge the driver upstream? Any guidelines to do so?
Thanks before,
--ark