I'm working on an application for a kiosk where I want to add NFC pairing capabilities with smartphones for 'quick identification'.
The kiosk has an NFC reader attached. Here's what I want to do:
As soon as an NFC enabled smartphone is touching the NFC reader, I want to get the name of the that device. Any other identifying information would do, doesn't have to be the name.
I need to assume that there is no proprietary app installed on the device so it has to be something built-in. Something that the smartphones operating system supports maybe?
If I can make it work even only for android devices - its good enough.
Is such a thing even possible or is smartphone NFC used only for reading information from tags? Thanks!