nfc Questions
3
Solved
I have a bunch of tags that are URL tags that have the content "http://WEBSITE.com". Let's say WEBSITE is youtube so http://youtube.com. When I scan them on Android etc, it keeps the http or https....
4
I followed some tutorial using the adam rocker source code for my NFCTest. I want to be able to read and write NFC tags and also launch an application.
1
Solved
7
Solved
I just installed the first iOS 11 beta to an iPhone 7 and am interested in trying the NFC. There's nothing about it in settings. I am wondering if there's any sample code out there showing how to r...
2
Solved
Good morning, I would like to use the write method I found on the page: https://developer.android.com/guide/topics/connectivity/nfc/advanced-nfc.html, to write on an ultralight mifare. I have not y...
Cesya asked 31/7, 2017 at 11:58
2
I recently purchased the RFID RC522 reader/writer,along with some NFC Mifare classic 1K 13.56mhz tags. The seller on Amazon mentioned that the NFC tags were compatible with the rc522 reader/writer;...
2
I would like to write a Java Card applet that responds to an NFC reader as if it was a regular MIFARE Ultralight or NTAG NFC tag.
I am aware the MIFARE protocol is proprietary and may be a little ...
Portraitist asked 26/6, 2017 at 13:39
2
Solved
I was at the WWDC and was able to detect NFC Cards provided by Apple Labs with the following code:
nfcSession = NFCNDEFReaderSession(delegate: self, queue: nil, invalidateAfterFirstRead: false)
nfc...
1
I have been trying for more than a week to make an Android phone authenticate with a Mifare Ultralight C. I have confirmed I can write to the tag (by writing to an unsecured memory page and then re...
Consistent asked 17/10, 2013 at 22:41
2
I would like to be able to set and unset password protection on a MIFARE Ultralight EV1 (MFOUL21) tag using the NfcA? tag technology on Android.
I understand I would use the nfcA.transceive() meth...
Colorimeter asked 6/6, 2017 at 16:27
1
Solved
As I understand the iOS11 Core NFC, it only supports NDEF. Does this mean that it only supports ISO 15693 tags and does not support ISO 14443 (-3 or -4)?
I know that you can send APDUs in NDEF but...
Fanion asked 7/6, 2017 at 23:25
1
Solved
News that in iOS 11 Apple now support reading NFC tags for iPhone 7/7 Plus and above.
I found some demos but don't know if there is a way to read protected NFC tags. For example, travel documents ...
Dreg asked 8/6, 2017 at 7:53
3
I have an app which reads and writes NFC tags. I tested my app on a Galaxy Note 3 and it works fine. But when I test it on a Note 5 and a Galaxy S6, a message pops up that says, "NFC tag type not s...
Longsome asked 9/6, 2016 at 4:8
1
Solved
CoreNFC is introduced in iOS 11 SDK. can CoreNFC be used for Smart Card emulation on iOS?
Apple Documentation of CoreNFC
7
1
Solved
i want to run instant app when tapping nfc tag in android studio. currently my simple instant app is crash when calling NFCAdapter.
Barranca asked 2/6, 2017 at 9:29
3
The Lollipop API provides 2 new features "Profile Owner" and "Device Owner" (http://developer.android.com/about/versions/android-5.0.html#Enterprise). Between them, they offer j...
Householder asked 25/10, 2014 at 17:28
2
I am often being asked about standards, the NFC is based on. I summarized my knowledge in the text below. I hope it can be an answer to such questions. Please feel free to correct it by posting com...
2
I have a contactless card and I know it is a MIFARE card. I have no document and no authentication key. After a reset, I received the following ATS:
myubuntu@lol-MS-7693:~$ nfc-list
nfc-list us...
Environ asked 18/10, 2016 at 6:46
1
I am trying to create an application using NFC and I just want to try and read an NFC tag and get the text message from the tag and place it into a TextView. I have code for it already, but nothing...
Mealworm asked 11/7, 2013 at 7:55
5
Solved
I am trying to register a receiver programmatically to get notified once an NFC tag is detected. As shown in my code I registered for the desired action and I created the broadcast receiver program...
Merthiolate asked 13/1, 2017 at 10:45
5
Solved
By the introduction of the HCE, no secure element (SE) is needed to emulate a card. As a result, there is no storage to keep the sensitive information of the app emulating the card such as balance,...
Tuckerbag asked 27/4, 2014 at 8:41
1
Solved
I started my studies using NFC in Android. I can easily read and write in NDEF format.
My problem is with MIFARE DESFire EV1, I have some factory cards and I understand that they do not conform to...
1
Solved
I have a a number of newbie NfcA questions. There seems to be little guidance on this in the docs and elsewhere on the web, so I hope no-one minds me stringing a few basic questions together here.....
© 2022 - 2024 — McMap. All rights reserved.