简体   繁体   English

NFC Android Beam

[英]NFC Android Beam

Is it possible to read and write data from and to a NFC chip that isn't implemented in an Android device? 是否可以在未在Android设备中实现的NFC芯片中读写数据?

In the Android docs I can only find the Android Beam possibility but this is only for two Android devices? 在Android文档中,我只能找到Android Beam的可能性,但这仅适用于两个Android设备?

So I want to install an NFC chip in my own hardware and communicate with this chip via an Android devices. 因此,我想在自己的硬件中安装NFC芯片,并通过Android设备与此芯片进行通信。

Android Beam is based on the standardized SNEP protocol (Simple NDEF Exchange Protocol) -- hence, it's not limited to Android. Android Beam基于标准化的SNEP协议(简单NDEF交换协议)-因此,它不仅限于Android。 You can implement that protocol (including the underlying peer-to-peer protocol stack) on any device. 您可以在任何设备上实现该协议(包括底层的对等协议栈)。

Your NFC chip needs to be capable of speaking the NFCIP-1 peer-to-peer protocol (all typical NFC controllers support this). 您的NFC芯片需要能够说出NFCIP-1对等协议(所有典型的NFC控制器都支持此功能)。 On top of P2P, you need to implement the NFC Forum LLCP (logical link control protocol). 在P2P之上,您需要实现NFC论坛LLCP(逻辑链接控制协议)。 SNEP sits on top of LLCP. SNEP位于LLCP之上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM