Can someone point me to really good NFC guidebook links and material online? [closed]

自闭症网瘾萝莉.ら 提交于 2019-12-12 05:02:06

问题


I am trying to understand this technology and need really good tutorial resources. The ones I have found are not detailed enough.


回答1:


NFC has several modes: card reader/writer mode, card emulation mode and peer-to-peer mode. Furthermore, NFC in mobile devices makes use of particular data format: NDEF. Before you can properly understand the documentation of a particular NFC api (e.g. the Android NFC API), it makes sense to learn a bit more about the underlying technologies of NFC. A good starting point could be this tutorial: http://www.radio-electronics.com/info/wireless/nfc/near-field-communications-tutorial.php

An NFC API that is perhaps less relevant today is JSR 257. However, this tutorial provides a nice overview of NFC: http://java.sun.com/developer/technicalArticles/javame/nfc/




回答2:


There is an excellent book title NFC From Theory to Practice from WILEY.

BR STeN




回答3:


Android
Start here or here.

  1. If you want to explore the NDEF format, try this Eclipse plugin for a graphical editor.

  2. Try the NDEF Tools for Android boilerplate project.

  3. If you learn by doing instead of reading, try this workshop.

The weak spot of many NFC tutorials on Android is that they use no high-levl API for reading and writing the NDEF content - this is where NDEF Tools for java comes to the rescue.



来源:https://stackoverflow.com/questions/12227249/can-someone-point-me-to-really-good-nfc-guidebook-links-and-material-online

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!