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
0
votes
1 answer

Setting the modulation index (10% or 100%) for ISO/IEC 15693 programatically on Android

Is possible set modulation index (10% or 100%) for ISO/IEC 15693 reading on Android devices programatically? Otherwise, is there a way to redo the tag through code without manually reconnecting the device again?
Chianta
  • 3
  • 3
0
votes
1 answer

ISO15693 (NfcV) / Tag-it HF-I commands throw tag lost exception

When I try to transceive commands for NFC-V Tag-it HF-I Plus Inlay tag I get a TagLostException for most of the commands. From the links I have gone through this exception may be caused by incorrect commands. How can I create correct ISO15693…
Rachita Nanda
  • 4,509
  • 9
  • 42
  • 66
0
votes
1 answer

NFC logger battery voltage

I have a data logger (datasheet) and I am trying to get Battery Voltage using Get Battery Level command (0xAA) but the result is incorrect (negative number). Anyone knows what seems to be a problem? My source code: public static double…
user1926550
  • 539
  • 5
  • 10
  • 18
0
votes
1 answer

NFC-V SLIX-S write password

I'm trying to set AFI password to the SLIX-S tag. I found the command for set password is B3: take a look please (Link here: Page 12). But every time my set password command crash. I think the format of the code line I use is wrong. Is there any…
Matwosk
  • 459
  • 1
  • 9
  • 25
0
votes
1 answer

ISO 15693: SCardReconnect fails even though SCardConnect and SCardTransmit succeed (C#)

I am trying to implement code that will perform an SCardReconnect for certain error conditions when trying to read a TI Tag-IT RFID card with an HID 5321 smart card reader. In the event of a transmit error, I try a reconnect and retry the…
mikem419
  • 61
  • 1
  • 7
0
votes
0 answers

ISO 15693: OMNIKEY Contactless reader, occasional read failure

I am investigating an intermittent issue where reading eight blocks of data from a TI Tag HF-I RFID card from an HID OMNIKEY contactless reader. The ReadEightBlocks routine below is called 8 times from a for loop that bumps startBlockNum up by 8…
mikem419
  • 61
  • 1
  • 7
0
votes
2 answers

UID of Type V tag seems to be "backwards"

I am building an app that uses RFID tags to identify users, using NFC. I can correctly read the tags, there is no problem. However, when I use the "NFC TagInfo" app, I received this ID from a Type V tag: e00401007539c2d3 when I read the tag myself,…
Bart Friederichs
  • 33,050
  • 15
  • 95
  • 195
0
votes
1 answer

Understanding different NFC tag-technologies

I am trying to understand how to handle different tag technologies. Until now I wrote/read my tags using NDEF messages. Now I want to read/write NfcV tags. Reading different tutorials I found out, that I need to use the transceive(byte[]) method of…
Torhan Bartel
  • 550
  • 6
  • 33
0
votes
2 answers

Writing Tags with NfcV tag.transceive

I'm working on an application about NFC writing. Lets call it Writer... I am writing data to a NfcV tag. The string I am trying to write is String test = "this is\ta real\ttestcase\tyou tag"; To write data I'm using NfcV's transceive method. So this…
Torhan Bartel
  • 550
  • 6
  • 33
0
votes
1 answer

RFID SL2 ICS53 / ISO 15693, unknown error on writing

I am currently trying to create an android app to edit rfid tags. The tag I am trying to write is an NXP SL2 ICS53. (datasheet http://www.nxp.com/documents/data_sheet/SL113730.pdf) It respects the standard ISO-156933.…
tboss1995
  • 11
  • 3
0
votes
2 answers

Change AFI in RFID with NFC

I can't find information about if it's possible change AFI number in RFID chip with NFC. I'm sure it's possible read AFI number with NFC. AFI number has some special block on RFID chip thats reason why I'm not sure if it's possible change it. Thank…
Matwosk
  • 459
  • 1
  • 9
  • 25
0
votes
1 answer

What is the tag type of ST M24LR64-R tag

I am working on NFC based application in Android. I wrote an application which read/write the data from the ST M24LR64-R tag. Application was working fine on Galaxy Nexus. But when we tried the same on Nexus4 or Nexus 10 it seems that they are not…
Deepak Goel
  • 5,624
  • 6
  • 39
  • 53
0
votes
3 answers

Android NfcV (ISO 15693) tag

Is it possible to write data to specific blocks in memory on the NfcV (ISO 15693) tag? E.g. write data to block# 5 or any specific block#. I am new to NFC technologies. I am creating an application to read/write NfcV (ISO 15693) tags. I have…
Imran Zulfiqar
  • 108
  • 1
  • 1
  • 10
-1
votes
1 answer

TI RF430FRL152HEVM NFC NDEF formatting

We have designed a board based on TI RF430FRL152HEVM evaluation module with NFC capability. When an Android phone comes near the the antenna of the board, the NFC allows the processor to boot up and to begin reading the data. It puts the data it…
Clararhea
  • 159
  • 1
  • 2
  • 13
1 2 3 4 5
6