As far as I understand with the latest Android SDK it is possible for the phone to act as a 'Tag' to be read by a NFC reader.
I would like to implement the following scenario:
- Phone gets placed next to an NFC reader
- The NFC reader collects a GUID (Basically I'd like to read some data via NFC that can be used to uniquely identify the phone/owner, nothing fancy)
- That GUID is then pushed to a database together with a timestamp
Data collected that way would be browsable via a web page.
1) Is this a possible/valid usage scenario for NFC?
2) What kind of equipment is necessary to accomplish this? (I do have a NFC-enabled phone already)
- I am specifically interested in the reader (A cheap usb based solution would be preferable) - it needs to be possible to get data off it (so that It can be then later inserted into a database). Anything recommended?
Thanks