Can an Android NFC phone act as an NFC tag?

前端 未结 14 566
清歌不尽
清歌不尽 2020-12-12 12:17

From what I have understood so far, an NFC phone will act as an NFC reader which will read data from an NFC tag. Now my question is, can we switch this around? Can we make a

相关标签:
14条回答
  • 2020-12-12 12:20

    Yes you can which is Peer-To-Peer Mode

    Peer-To-Peer Mode


    Bidirectional P2P connection to exchange data between devices

    –Proximity triggered interactions

    –Nexus S: Devices have to be placed back-to-back

    Example of Applications

    –Exchange of vCards

    –Hand-over of Tickets & P2P Payment

    –Web-page sharing, Youtube-video-sharing

    –Application sharing

    0 讨论(0)
  • 2020-12-12 12:22

    No, not at the moment. Google pointed out at the Google IO 2011, that card emulation is not supported and won't be supported for a while. Main (and easy to understand) problem: Which App should get the right on the phone to emulate a smartcard?

    0 讨论(0)
  • 2020-12-12 12:26

    Yes, take a look at NDEF Push in NFCManager - with Android 4 you can now even create the NDEFMessage to push to the active device at the time the interaction takes place.

    0 讨论(0)
  • 2020-12-12 12:26

    Its possible to make Android device behave as an NFC Tag. Such a behaviour is called Card Emulation.

    • Card emulation can be host-based(HCE) or secure-element based(CE).
    • In HCE, an application running on the Android main processor responds to the reader. So, the phone needs to be ON.
    • In CE, an applet residing in the Secure element responds to the reader. Here, its sufficient to have the NFC controller powered, with rest of the device suspended.
    • One of these or both approaches can be active simultaneously.
      A routing table instructs the NFC controller where route the Reader's commands to.
    0 讨论(0)
  • 2020-12-12 12:27

    If you mean getting a powered NFC device to pretend to be a passive one (eg a tag).. not sure how well it works but the android app NFCClassic purports to record tag contents and then allow the tag to be activated and appear to be the copied tag to NFC readers. Creates a library of recorded tags.

    0 讨论(0)
  • 2020-12-12 12:30

    For NFC tech, it is easy. For Google, it will not support it as Google wallet.

    0 讨论(0)
提交回复
热议问题