I develop about NDEF P2P but have a question. Can NDEF P2P exchange large file data like movie media, audio media开发者_开发技巧, raw binary?
we have bought the ACR122 USB SDK for NFC testing. Wewould like to build the test desktop application for the ACR122U-A2 NFC reader. We are developing it in 开发者_JAVA技巧Java on the Microsoft Window
I am newbie in developing android application. Currently I am trying to develop my own tag reader which can read MiFare Ultralight tag.
EDIT: I found the sol开发者_运维百科ution, see below My first post on StackOverFlow.However I have been reading about this problem for a while without a solution that works.
I am looking to buy large nfc forum type 2 tags. At least 512 bytes, but preferably the largest 2040 byte tags that are theoretically possible according to the Nfc Forum Tag Type 2 specification. Does
I\'m trying to write an android app for may Nexus S that is able to write a simple Text Record on a NFC-Tag. My problem is the connection-establishment to the NFC-Tag.
can nexus s be used as an NFC tag?开发者_StackOverflow社区 that stores details such as a users credits etc. Currently Nexus S can read NFC tag. But its not capable of storing NFC tags as of now. The f
Tag myTag = (Tag) intent.getParcelableExtra(NfcAdapter.EXTRA_TAG); Log.i(\"tag ID\", myTag.getId().toString());
I want to create an application that can read a tag. I copied the NFCDemo code, but that did not work. I also added
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.