Can an Android NFC phone act as an NFC tag?

前端 未结 14 607
清歌不尽
清歌不尽 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条回答
  •  -上瘾入骨i
    2020-12-12 12:41

    You can definitely make an Android phone write to a tag reader using the NDEFPush functionality in the peer-to-peer support - but you will need to write the code on the tag reader side to use peer-to-peer as well (llcp).

提交回复
热议问题