I am trying to build a prototype - Windows based touch Kiosk application. This application am trying to NFC enable with ACR122U or SCl3711 . I am planning on interfacing an NFC enabled Android phone with this application.
Typical use cases would be
- User can pick a image in the kiosk and tap the phone on the NFC reader of the kiosk to get the image into the android app of the phone.
- User can return a image from the android app to the kiosk by
tapping on the NFC reader of the kiosk.
with my limited research i learnt few things - Just want to know if am right on track
- I would need a Windows Kiosk application( .NET or JAVA) that can work with ACR122U. Negotiating connection with LLCP and SNEP for send and receive NDEF messages. Can i send a image as a NDEF message. How to implement LLCP and SNEP protocols in .NET or JAVA for ACR122U are there any libraries / samples ?
- I would need a android application that can use NFC to receive the image and store the image inside the App.
- should i be using NDEF pushing or Android beaming for image transfer ?
I also got some advice on using Arduino board with a NFC shield and Android phone to implement the above prototype - is it possible to implement a file transfer with the NFC shield (seedstudio.com)?