简体   繁体   中英

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?

In the Android docs I can only find the Android Beam possibility but this is only for two Android devices?

So I want to install an NFC chip in my own hardware and communicate with this chip via an Android devices.

Android Beam is based on the standardized SNEP protocol (Simple NDEF Exchange Protocol) -- hence, it's not limited to 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). On top of P2P, you need to implement the NFC Forum LLCP (logical link control protocol). SNEP sits on top of LLCP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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