Questions tagged [iso-15693]

ISO/IEC 15693 is a series of ISO standards for vicinity coupling RFID systems.

ISO/IEC 15693 is a series of ISO standards for vicinity coupling RFID systems. These standards define the interaction between vicinity cards/tags and reader devices.

Vicinity coupling systems operate in the 13.56 MHz frequency band. Compared to proximity coupling systems and NFC (which also operate on 13.56 MHz), vicinity coupling systems offer larger read distances (typically 1--1.5 meters).

Eventhough this standard is not directly part of , as of today, many devices support (parts of) the ISO/IEC 15693 standard.

89 questions
2
votes
0 answers

NfcV Transceive command throws tag lost exception with TI HF-I plus tag(ISO15693) in android

I am trying to talk to a ISO15693 Tag. Tag type is TI HF-I Plus. When I issue a Get System Info command, the command executes normally and a proper response is received. For most other commands sent to the tag, the framework does not seem to handle…
perceptron
  • 167
  • 2
  • 13
2
votes
2 answers

Dual ISO NFC Tag

I am developing an nfc application for Android and would like to deal with a tag that can support either NFC-V or NFC-A protocol. The problem is that when I approach the tag with my phone (Galaxy S2 plus, running android 4.1.2) it detects the NFC-V…
Jinbonka
  • 123
  • 1
  • 11
2
votes
1 answer

Reading a NXP ICODE SLI-L tag with Android

I'm trying to read a NFC tag developed by NXP in my Android Application. It is possible to read the tag with Android: the App by NXP and one other read it correctly. The exact Tag type is "ICODE SLI-L (SL2ICS50)" and the RF technology is "Type V /…
Raphael Michel
  • 854
  • 1
  • 9
  • 18
2
votes
1 answer

NfcV - how to getHistoricalBytes, like in NfcA?

In NfcA standard there is an android.nfc.tech.IsoDep class. It has a method called: getHistoricalBytes(). How to get this functionality in NfcV standard? IsoDep class doesn't work here. Any ideas? Help will be appreciated.
Doszi89
  • 357
  • 2
  • 5
  • 20
2
votes
3 answers

Why I can't read ST M24LR64 as NDEF messages with Android NFC

M24LR64 IC from STMicroelectronics supports ISO 15693 protocol, also called NfcV in Android NFC. When I placed my Nexus S phone (Android 4.0.4) near to my prototype tag board, I could hear a beep, and saw a message fired by the logcat: no tag…
yee
  • 424
  • 6
  • 13
1
vote
0 answers

NFC Nexus S, make readOnly Tag error

I try to make a NFC-V, NDEF tag to be readOnly. But it doesn't work. I tried the formatReadOnly(...) method, but it doesn't work. I also tried to test if the tag can be made read only with the method: canMakeReadOnly(). The answer is false. So how…
Laurent
  • 11
  • 1
1
vote
2 answers

Nfc-V tag reading example?

Could somebody provide an NFC-V tag reading example code? Android Development Guide provides only the NFCDemo code that is for NDEF tag only. There are no resources for all the other kinds of tags. Thanks!
nobrand
  • 11
  • 2
1
vote
0 answers

Android app for reading ISO15693 tags with 10% modulation depth

I read a lot about how to develop an Android app that can read ISO15693 transponders. As far as that is all possible and there are a lot of ready-made apps in the PlayStore that do this task. If you look at the reading process with an oscilloscope,…
1
vote
1 answer

How to read the UID of an ISO 15693 RFID tag from with Javascript?

I want to read UID of an RFID tag with the NFC reader under javascript/Android. The UID is set by manufacturer so that you can't copy the RFID card. I use navigator.nfc to read NFC information but when I tap a RFID card, the resulting object called…
setphomn
  • 11
  • 1
1
vote
2 answers

NFC-V ICODE SLIX (SL2S2002)

I'm developing an application for managing ICODE SLIX-S tags under android. I'm finding problems regarding the "SET_PASSWORD" as defined in the data sheet (https://www.nxp.com/docs/en/data-sheet/SL2S2002_SL2S2102.pdf page 16). There is already a…
1
vote
1 answer

Write and read multiple values to and from specific memory block (location) in NFC-V

I am working on a project where I'm using M24LR64E-R ISO 15693. My problem is that I have written a simple program that can write and read an NDEF message with multiple text records using a normal NFC tag (NFC type V - ISO 15693). How can I write…
DaGuy
  • 65
  • 1
  • 6
1
vote
1 answer

.Net Library and RFID Reader could I use to get NDEF message from NXP ICode SLIX?

We would like to read NDEF records as well as Tag ID from our tags coming from production using any suitable .Net library. But as far as I saw this kind of NXP ICode SLIX seems to be poorly supported in the .Net community. Below are a couple of…
Guillaume Raymond
  • 1,726
  • 1
  • 20
  • 33
1
vote
1 answer

Set NfcV MaxTransceiveLength

I have to use NFC-V for communication with the Wireless M-Bus protocol that transmits 256 byte packets. Can anyone tell me how can I change the MaxTransceiveLength property which is set to 253 bytes by default?
Stefano
  • 21
  • 3
1
vote
1 answer

Reading ISO15693 RFID tag through Android NFC results in incorrect data output

We have some ISO15693 tags that we used to read using an RFID reader. Today I started working on a sample application on Android to read the same tags using NfcV with Android 6 (API 23). I was able to read some data from the tag but the data has…
ibrahim
  • 195
  • 1
  • 2
  • 14
1
vote
1 answer

NFC-V "Tag Lost" exception with Xamarin and ST M24LR tag

I am new to Xamarin as well as Android development. I have an NFC tag, specifically a ST M24LR64E, with data on it. I can see the blocks of data using the ST app on Google Play. In my Xamarin app, I cannot send a message to the tag without getting a…
AndySousa
  • 1,062
  • 2
  • 15
  • 30