<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[libnfc developers community - ISO 14443-4 Type A/B (proximity)]]></title>
		<link>http://www.libnfc.org/community/</link>
		<description><![CDATA[The most recent topics at libnfc developers community.]]></description>
		<lastBuildDate>Fri, 09 Dec 2011 04:21:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Difference between TYPE-A and TYPE-B]]></title>
			<link>http://www.libnfc.org/community/topic/539/difference-between-typea-and-typeb/new/posts/</link>
			<description><![CDATA[<p>Hi,<br />I have recently started studying 14443 protocol. <br />I need clarity on the below mentioned questions<br />&nbsp; &nbsp;1) What is the main difference between TYPE-A and TYPE-B?<br />&nbsp; &nbsp;2) Applications where TYPE-A and TYPE-B are used?<br />&nbsp; &nbsp;3) What is the need for two TYPES?<br />&nbsp; &nbsp;4) Advantages of TYPE-B over TYPE-A<br />&nbsp; &nbsp;5) Is it possible to manage with just one TYPE? If YES then which TYPE?</p><p>Thanks in advance.</p><p>Muzik</p>]]></description>
			<author><![CDATA[dummy@example.com (muzik)]]></author>
			<pubDate>Fri, 09 Dec 2011 04:21:15 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/539/difference-between-typea-and-typeb/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Looking for a B-tag]]></title>
			<link>http://www.libnfc.org/community/topic/496/looking-for-a-btag/new/posts/</link>
			<description><![CDATA[<p>I&#039;m looking for a working ISO14443B-tag. If you got tags and want to sell a few to me, please let me know.</p>]]></description>
			<author><![CDATA[dummy@example.com (jeroen)]]></author>
			<pubDate>Wed, 19 Oct 2011 20:06:32 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/496/looking-for-a-btag/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Maxim MAX66040E 14443B cards]]></title>
			<link>http://www.libnfc.org/community/topic/481/maxim-max66040e-14443b-cards/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>Out of interest, what would be necessary to add support for reading/writing data, and running the &quot;Get UID&quot; and &quot;Get System Information Command&quot; commands mentioned in <a href="http://pdf1.alldatasheet.com/datasheet-pdf/view/415808/MAXIM/MAX66040E.html"> Maxim&#039;s datasheet</a>?</p><p>I can successfully obtain identifying information from my 2 free sample cards that I managed to recently obtain:</p><div class="codebox"><pre><code>tyson@UmBongo:~$ nfc-list 
nfc-list uses libnfc 1.5.0 (r1122)
Connected to NFC device: ACS ACR122U 00 00 / ACR122U103 - PN532 v1.6 (0x07)
2 ISO14443B passive target(s) found:
               PUPI: 34  ab  02  00  
   Application Data: 30  00  2b  e0  
      Protocol Info: 77  21  71  

               PUPI: a2  a6  02  00  
   Application Data: 30  00  2b  e0  
      Protocol Info: 77  21  71  


tyson@UmBongo:~$ lsnfc 
device = ACS ACR122U 00 00 / ACR122U103 - PN532 v1.6 (0x07)
  ISO14443B: PUPI: 34ab0200 Application Data: 30002be0 Protocol Info: 772171
  ISO14443B: PUPI: a2a60200 Application Data: 30002be0 Protocol Info: 772171
2 tag(s) on device.</code></pre></div><p>I could probably have a look into the codebase (beyond the bits that I&#039;ve played with, previously), since I have knowledge of C and C++ - but limited time for a full investigation, since I&#039;m busy with other things at the moment.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (tyson.key)]]></author>
			<pubDate>Sun, 25 Sep 2011 13:21:59 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/481/maxim-max66040e-14443b-cards/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[send APDU command on T=CL protocol]]></title>
			<link>http://www.libnfc.org/community/topic/429/send-apdu-command-on-tcl-protocol/new/posts/</link>
			<description><![CDATA[<p>I develop firmware for clrc632.<br />I want send APDU command &quot;FF CA 00 00 00 00 0000&quot; (gets ID card).</p><p>Acording ISO 14443, I do thouse steps:<br />1) Request<br />where gets atq<br />2) Anticoll<br />gets id of chips<br />2) Select card<br />gets sak</p><p>Then I send command RATS (Request answer to select)<br /></p><div class="codebox"><pre><code>    MFRC_Write(FIFOData, RATS);
    // Set parameter byte codes FSDI and CID, get 64 bytes
    MFRC_Write(FIFOData, 0x50);
    code = MFRC_Transceive();</code></pre></div><p>As result:&nbsp; 0D 78 77 B1 02 4A 43 4F 50 76 32 34 31 00 00 00</p><p>Then I wand send APDU command...</p><p>How do it?</p><p>Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (dr_begemot)]]></author>
			<pubDate>Thu, 14 Jul 2011 09:22:50 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/429/send-apdu-command-on-tcl-protocol/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Navigo and Mobib cards]]></title>
			<link>http://www.libnfc.org/community/topic/383/navigo-and-mobib-cards/new/posts/</link>
			<description><![CDATA[<p>We&#039;ve added a couple of example scripts to libnfc in the development trunk:</p><p>ReadNavigo.sh reads the records of a french Navigo Pass (tested on a<br />&quot;Découverte&quot;)<br /><a href="https://secure.wikimedia.org/wikipedia/en/wiki/Navigo_pass">https://secure.wikimedia.org/wikipedia/ &#133; avigo_pass</a></p><p>ReadMobib.sh reads the records of a belgian Mobib<br /><a href="https://secure.wikimedia.org/wikipedia/fr/wiki/MoBIB">https://secure.wikimedia.org/wikipedia/fr/wiki/MoBIB</a></p><p>These scripts only extract the data, they don&#039;t interpret them<br />but ReadMobib.sh output is compatible with MOBIB Extractor.</p>]]></description>
			<author><![CDATA[dummy@example.com (rconty)]]></author>
			<pubDate>Mon, 18 Apr 2011 10:44:02 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/383/navigo-and-mobib-cards/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[new 14443 B card someone know this card?]]></title>
			<link>http://www.libnfc.org/community/topic/360/new-14443-b-card-someone-know-this-card/new/posts/</link>
			<description><![CDATA[<p>hi<br />i have a new 14443 B card with this ATR&nbsp; 3B 88 80 01 53 4E 44 4B 33 81 93 00 3A.<br />Someone know the name of this card? or where is the datasheet?<br />thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (thefkboss)]]></author>
			<pubDate>Thu, 31 Mar 2011 08:19:44 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/360/new-14443-b-card-someone-know-this-card/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[HID iClass]]></title>
			<link>http://www.libnfc.org/community/topic/16/hid-iclass/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>I am trying to build RFID reader based on pn531 (which can not read ISO14443 type B). Unfortunately it can&#039;t read HID&#039;s iClass cards.<br />My question is - what type of card is it? Is it type B?<br />I have CardMan 5321 which can read the iClasses. The reader is build with NXP&#039;s RC632&nbsp; RFID reader chip.</p><p>Thank you in advance.</p><p>M.K.</p>]]></description>
			<author><![CDATA[dummy@example.com (FoolsDelight)]]></author>
			<pubDate>Fri, 18 Mar 2011 20:04:45 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/16/hid-iclass/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[libnfc/touchatag and ISO14443 Type B]]></title>
			<link>http://www.libnfc.org/community/topic/126/libnfctouchatag-and-iso14443-type-b/new/posts/</link>
			<description><![CDATA[<p>Hello, <br />I have been playing with the Andante public transport tickets from Porto, which are presumably ISO14443 Type B tags:<br /><a href="http://www.statemaster.com/encyclopedia/Andante-ticket">http://www.statemaster.com/encyclopedia/Andante-ticket</a></p><p>My reader device is the touchatag reader, which according to its specs should also support these ISO14443 Type B tags:<br /><a href="http://www.touchatag.com/touchatag-rfid-reader">http://www.touchatag.com/touchatag-rfid-reader</a></p><p>I have been trying to read those tags using the latest SVN version 253 of libnfc by selecting ISO14443B_106 using the following code:<br />nfc_initiator_select_tag(pnd,NM_ISO14443B_106,NULL,0,&amp;nti)</p><p>Unfortunately none of the two tickets I have is recognized. Did I miss something I should consider for these tag types?<br />I&#039;d like to add support for these tags to my application, since this might be simply a cheap source of RFID tags.</p><p>best regards,<br />Martin.K</p>]]></description>
			<author><![CDATA[dummy@example.com (capiscuas)]]></author>
			<pubDate>Mon, 25 Oct 2010 16:10:52 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/126/libnfctouchatag-and-iso14443-type-b/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[14443A, read/write to memory]]></title>
			<link>http://www.libnfc.org/community/topic/230/14443a-readwrite-to-memory/new/posts/</link>
			<description><![CDATA[<p>Hi,<br />I&#039;m new to libnfc. so please bear with me.</p><p>how do i read and write to a simple 14443 tag. Note it&#039;s not mifare or other type of tag, it&#039;s a plain 14443A. </p><p>just want to write a 64 byte, and read multiple of 128 bytes. </p><p>Thanks in advance !</p><p>-Kunal</p>]]></description>
			<author><![CDATA[dummy@example.com (kunal)]]></author>
			<pubDate>Thu, 16 Sep 2010 07:34:11 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/230/14443a-readwrite-to-memory/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Relay Attack Example]]></title>
			<link>http://www.libnfc.org/community/topic/44/relay-attack-example/new/posts/</link>
			<description><![CDATA[<p>Dear Roel,</p><p>I search to established a PoC with your relay attack but unsuccesfully.<br />As you can see, I started a comversation on the proxmark forum : <a href="http://www.proxmark.org/forum/topic/247/relay-attack/">http://www.proxmark.org/forum/topic/247/relay-attack/</a><br />where I explain my issue. Could you help me ?<br />I copy the piece of conversation that we interested :</p><p>&quot;I tested the relay exemple but&nbsp; I think I have the same problem : the Timing. After the first SEL and the RATS command, when the relaying is done between 2 Touchatag (ACR122U102 Rev 1.4), if I try to SEL a Mifare 1k with my Omnikey 5553, the result is I only see the REQA but never the ATQ of the card.<br />On a documentation I find the possibility to change a parameter in the register of the reader named &quot;SEL Time Iso 14443A&quot;, that I increase from 10ms to 255ms, but unsuccessfully. Do you think it is the good parameter ? Do you think 255ms is not enough ? What the difference with the Omnikey 5121 ?&quot;</p><p>Thank you</p>]]></description>
			<author><![CDATA[dummy@example.com (roel)]]></author>
			<pubDate>Thu, 23 Jul 2009 15:50:50 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/44/relay-attack-example/new/posts/</guid>
		</item>
	</channel>
</rss>

