Nfc - P2p Mode Scenario
Solution 1:
It kind of depends on what you mean by 'the phone to act as a "Tag"'. You can't really do card emulation on commercial devices. You can with a rooted phone and the latest version of CyanogenMod though, with certain limitations. The only way for the phone to actively send out data via the official SDK is in P2P mode via Android beam which lets you exchange NDEF messages. If that works for you, as long as you can have your host-side program receive and process those (you will need to find an implementation of SNEP or the Google proprietary 'NDEF push' protocols), the whole system could work. This works out of the box with two Android phones, for an external reader you would have to do more work.
This is a cheap and relatively common reader with drivers for multiple platforms. It does have some timing issues, but should do for most purposes.
Post a Comment for "Nfc - P2p Mode Scenario"