<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[libnfc developers community]]></title>
		<link>http://www.libnfc.org/community/</link>
		<description><![CDATA[The most recent topics at libnfc developers community.]]></description>
		<lastBuildDate>Sat, 04 Feb 2012 17:58:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[NFC Developers UK]]></title>
			<link>http://www.libnfc.org/community/topic/572/nfc-developers-uk/new/posts/</link>
			<description><![CDATA[<p>Hi -</p><p>Are there any UK based NFC developers interested in a Meet Up? I have started a group on Meet Ups over here: <a href="http://www.meetup.com/NFC-London">http://www.meetup.com/NFC-London</a></p><p>and it&#039;d be really cool to talk about NFC with you in person!</p><p>Cheers!<br />Will</p>]]></description>
			<author><![CDATA[dummy@example.com (eaefa9)]]></author>
			<pubDate>Sat, 04 Feb 2012 17:58:42 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/572/nfc-developers-uk/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[r1314 ACR122S bugs]]></title>
			<link>http://www.libnfc.org/community/topic/576/r1314-acr122s-bugs/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>I&#039;ve just registered here to tell you about some discovery. Me and my friend were stuck for like 3 hours digging what is wrong.<br />For support of ACS ACR122S (firmware 1.4) we downloaded latest svn commit r1314. When trying nfc-list we&#039;ve seen that device returning not all characters, just pseudo apdu for SUCCESS &quot;02 00 00 03&quot;. While sending manually command over serial was returning complete one with firmware bytes, as it was specified.<br />So here&#039;s the faii:<br /></p><div class="codebox"><pre><code>Index: libnfc/drivers/acr122s.c
===================================================================
--- libnfc/drivers/acr122s.c    (wersja 1314)
+++ libnfc/drivers/acr122s.c    (kopia robocza)
@@ -251,9 +251,9 @@
 acr122s_recv_frame(nfc_device *pnd, uint8_t *frame, size_t frame_size, void *abort_p, int timeout)
 {
   if (frame_size &lt; 13)
-    pnd-&gt;last_error = NFC_EINVARG;
+  {  pnd-&gt;last_error = NFC_EINVARG;
     return pnd-&gt;last_error;
-
+    }
   int ret;
   serial_port port = DRIVER_DATA(pnd)-&gt;port;</code></pre></div><p>Someone forgot the bloody brackets! :-D But that&#039;s not all. The leftover was a strange situation that we&#039;ve seen about the command returned showing the success bytes result for pn53x_init, but it was claiming as fail. <br />Success was 0, so making negation of 0 gives 1, so True.<br /></p><div class="codebox"><pre><code>@@ -621,7 +621,7 @@
   }
 #endif
 
-  if (!pn53x_init(pnd)) {
+  if (pn53x_init(pnd)) {
     log_put(LOG_CATEGORY, NFC_PRIORITY_ERROR, &quot;%s&quot;, &quot;Failed initializing PN532 chip.&quot;);
     acr122s_close(pnd);
     return NULL;</code></pre></div><p>After all that I was surprised, because with the lib mfoc was able to recover all keys. Unlike my previous trial with ACR122U (firmware 1.6) with Input/Output error while exploting, but I think it still might be fixed :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (mastier)]]></author>
			<pubDate>Sat, 04 Feb 2012 06:10:26 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/576/r1314-acr122s-bugs/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Website for (preprogrammed) NFC Tags]]></title>
			<link>http://www.libnfc.org/community/topic/549/website-for-preprogrammed-nfc-tags/new/posts/</link>
			<description><![CDATA[<p>Hi, </p><p>We would like to inform you about our site where you can buy preprogrammed NFC tags <a href="http://www.nfctagwriter.com">http://www.nfctagwriter.com</a><br />This might come in handy for some of you. <br />Also we offer smaller amounts of (unwritten) tags for good prices, please send us an email if interested in that: info@nfctagwriter.com</p><p>best regards, </p><p>Bart</p>]]></description>
			<author><![CDATA[dummy@example.com (Tamanna Taznin)]]></author>
			<pubDate>Fri, 03 Feb 2012 18:48:17 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/549/website-for-preprogrammed-nfc-tags/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Anyone interested in working on the TRF7970A ?     77TRF7970A]]></title>
			<link>http://www.libnfc.org/community/topic/448/anyone-interested-in-working-on-the-trf7970a-77trf7970a/new/posts/</link>
			<description><![CDATA[<p>This is a TI part that supports peer to peer ( which is my main interest ) .<br />TI has a kit for $99.<br /><a href="http://focus.ti.com/docs/toolsw/folders/print/trf7970aevm.html?DCMP=nfc&amp;HQS=nfc-em-tf">http://focus.ti.com/docs/toolsw/folders &#133; =nfc-em-tf</a><br />If anyone is interested in developing FLOSS for this chip, let me know.<br />I will see if I can get you hardware to work with.&nbsp; &nbsp;Hardware can be a *USB to parallel interface* or *USB to SPI interface* or some other scheme we work out.&nbsp; &nbsp;I am willing to have PCBs made and populated.</p><p>The TRF7970A uses either an SPI or parallel interface.</p><p>Gus S. Calabrese<br />99guspuppet</p>]]></description>
			<author><![CDATA[dummy@example.com (TitanMKD)]]></author>
			<pubDate>Thu, 02 Feb 2012 20:18:46 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/448/anyone-interested-in-working-on-the-trf7970a-77trf7970a/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[MFCUK execution issue]]></title>
			<link>http://www.libnfc.org/community/topic/575/mfcuk-execution-issue/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>Working on Win XP SP3 and MacOSX:</p><p>Getting the revision R62, executing the win 32 binary from old-bin directory, works fine.<br />Compiling mfcuk using libnfc-1.5.1 dones not get any keys, on Win32 and MacOSX.</p><p>Anyone share the same experience ?</p><p>Regards,</p>]]></description>
			<author><![CDATA[dummy@example.com (gusASK)]]></author>
			<pubDate>Thu, 02 Feb 2012 16:39:55 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/575/mfcuk-execution-issue/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[SCL3711 and Android Beam]]></title>
			<link>http://www.libnfc.org/community/topic/570/scl3711-and-android-beam/new/posts/</link>
			<description><![CDATA[<p>Hi,</p><p>We&#039;re a group of engineering students working on an NFC graduation project. We&#039;ve been working with the SCM SCL3711 device, and trying to communicate with a Galaxy Nexus running Android 4.0. We&#039;ve been using both libnfc, libnfc-llcp and tried nfcpy. So far, we haven&#039;t been able to exchange NDEF messages between the two devices.</p><p>We really want to use libnfc and libnfc-llcp to transfer short messages between two devices. <br />So far we have installed the AndroidBeam sample program on the phone, which pushes NDEF messages to any nearby Beam-compatible (LLCP?) devices, and tried to run the sample &quot;nexus-get-tag&quot; example program in the libnfc-llcp bundle.</p><p>Both devices recognize each other as LLCP devices which is encouraging, but there is no transfer of data.<br />The following is the LLCP log (running nexus-get-tag):</p><div class="codebox"><pre><code>Connecting to NFC device
Found device
[stdout] TRACE    libnfc-llcp.llc.link - service 0x8396d08 bound to SAP 1
Allocated link structure
Created NPP service
Set link properties
[stdout] TRACE    libnfc-llcp.llc.link - service 0x8396ed0 bound to SAP 16
Bound link and service
Created mac link
Activated mac link as target
[stdout] INFO     libnfc-llcp.mac.link - (SCM Micro / SCL3711-NFC&amp;RW - PN533 v2.7 (0x07)) Attempting to activate LLCP Link as target (blocking)
[stdout] INFO     libnfc-llcp.mac.link - (SCM Micro / SCL3711-NFC&amp;RW - PN533 v2.7 (0x07)) LLCP Link activated (target)
[stdout] TRACE    libnfc-llcp.llc.link - llc_link_configure (0x839ad58, 0xbfa9a925, 10)
[stdout] DEBUG    libnfc-llcp.llc.link - Version: 1.0 (remote)
[stdout] DEBUG    libnfc-llcp.llc.link - Version: 1.0 (agreed)
[stdout] DEBUG    libnfc-llcp.llc.link - WKS: 0x0001
[stdout] DEBUG    libnfc-llcp.llc.link - LTO: 1500 ms (0x96)
[stdout] DEBUG    libnfc-llcp.llc.link - mq_open (/libnfc-llcp-28044-0x839ad58-up)
[stdout] DEBUG    libnfc-llcp.llc.link - mq_open (/libnfc-llcp-28044-0x839ad58-down)
[stdout] INFO     libnfc-llcp.llc.link - LLC Link started successfully
[stdout] INFO     libnfc-llcp.llc.llc - (0xb775db70) Link activated
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) mq_receive+
[stdout] TRACE    libnfc-llcp.mac.link - Received 2 bytes
[stdout] TRACE    libnfc-llcp.mac.link - Received 2 bytes
[stdout] TRACE    libnfc-llcp.mac.link - Sending 2 bytes
[stdout] TRACE    libnfc-llcp.mac.link - Sending 2 bytes
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) Received 2 bytes
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) Symmetry PDU
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) mq_send+
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) Nothing to send
[stdout] TRACE    libnfc-llcp.llc.llc - (0xb775db70) mq_receive+
[stdout] FATAL    libnfc-llcp.mac.link - MAC Level error on PDU reception
[stdout] WARN     libnfc-llcp.mac.link - pdu_receive returned -1
[stdout] ERROR    libnfc-llcp.mac.link - NFC error: Target Released
[stdout] TRACE    libnfc-llcp.mac.link - Waiting for MAC Link PDU exchange thread to exit
[stdout] TRACE    libnfc-llcp.mac.link - MAC Link exchange PDU exchange thread terminated (returned 0)
[stdout] INFO     libnfc-llcp.llc.link - Freeing service 16
[stdout] INFO     libnfc-llcp.llc.link - Freeing service 1</code></pre></div><p>Especially the following line concerns us:<br /></p><div class="codebox"><pre><code>[stdout] FATAL    libnfc-llcp.mac.link - MAC Level error on PDU reception</code></pre></div><p>The way we know it&#039;s not working, is that it&#039;s supposed to write the NDEF message to a file, which it isn&#039;t.</p><p>I realize this seems to be more of a question to libnfc-llcp than libnfc, but this seems the best place to ask. Does anyone have any experience with this setup, or have an idea what could be wrong? This problem has been hassling us for months, and is quite critical in our project.</p><p>Thanks for your time!</p>]]></description>
			<author><![CDATA[dummy@example.com (Garage door comBOARD)]]></author>
			<pubDate>Thu, 02 Feb 2012 00:54:06 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/570/scl3711-and-android-beam/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[PN533 User Manual]]></title>
			<link>http://www.libnfc.org/community/topic/279/pn533-user-manual/new/posts/</link>
			<description><![CDATA[<p>Hello all, </p><p>the PN533 user manual (PN533 User Manual UM0801-03) can be downloaded now without password from the NXP website:</p><p><a href="http://www.nxp.com/#/pip/pip=">http://www.nxp.com/#/pip/pip=</a>[pip=158231,jp=DesignSupport]|pp=[t=pip,i=158231]</p><p>This document describes the firmware V2.7 embedded in the PN533</p><p>Cheers and have fun, <br />Fozzybear</p>]]></description>
			<author><![CDATA[dummy@example.com (raksha)]]></author>
			<pubDate>Wed, 01 Feb 2012 08:56:57 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/279/pn533-user-manual/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Reg:Writing ID to Mifare classic 1K card]]></title>
			<link>http://www.libnfc.org/community/topic/346/regwriting-id-to-mifare-classic-1k-card/new/posts/</link>
			<description><![CDATA[<p>Hi,<br />Good day to all!</p><p>I am using Mifare classic 1K card in one of my RFID based project for college.<br />I want to store register number of the student in the tag , so that the reader should read this number for authentication &amp; link to his database in back-end PC . </p><p>I tried to change the ID of the Tag its not possible to change . reader will always reads the deafault ID (58C4E09C) .</p><p>How can I store the data in the&nbsp; tag so that the reader&nbsp; will read at the data ( register number )whatever i stored during authentication time.</p><p>Please help...<br />Regards,<br />Girish Kuamr</p>]]></description>
			<author><![CDATA[dummy@example.com (Homes for sale)]]></author>
			<pubDate>Wed, 01 Feb 2012 03:37:43 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/346/regwriting-id-to-mifare-classic-1k-card/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Mifare Emulation - Clarification?]]></title>
			<link>http://www.libnfc.org/community/topic/208/mifare-emulation-clarification/new/posts/</link>
			<description><![CDATA[<p>Ok, it&#039;s said that mifare emulation can&#039;t be done with a usb NFC reader due to timeing issues, what that actually causes these timing issues?</p><p>Secondly, if thats the case, does anyone know if emulation could occur through a serial interfaced to an NFC chipset instead?</p><p>Also, a side question, does anyone know somewhere that sells PN53x chips in realtively low quanities? DigiKey seems to only sell them in the hundreds, so not really very helpful for this kind of thing.</p><p>Thanks to any and al replies <img src="http://www.libnfc.org/community/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (opvgg)]]></author>
			<pubDate>Wed, 01 Feb 2012 02:22:52 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/208/mifare-emulation-clarification/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[SCL3711 on Beaglebone]]></title>
			<link>http://www.libnfc.org/community/topic/574/scl3711-on-beaglebone/new/posts/</link>
			<description><![CDATA[<p>I got libNFC installed and the SCL3711 is listed with lsusb but nfc-list says &quot;No NFC device found.&quot;</p><p>Any pointers on troubleshooting from here?</p>]]></description>
			<author><![CDATA[dummy@example.com (jvcleave)]]></author>
			<pubDate>Sun, 29 Jan 2012 05:18:20 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/574/scl3711-on-beaglebone/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Do NFC phone P2P communicate with PN512?]]></title>
			<link>http://www.libnfc.org/community/topic/529/do-nfc-phone-p2p-communicate-with-pn512/new/posts/</link>
			<description><![CDATA[<p>The NFC phone(Nexus S) can communicate with PN532, like ACR 122，which is a PN532-equipped device.I want to know how about PN512?<br />Can everyone tell me it can or can&#039;t?Thank you!</p>]]></description>
			<author><![CDATA[dummy@example.com (Affordable wedding photog)]]></author>
			<pubDate>Sat, 28 Jan 2012 14:39:17 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/529/do-nfc-phone-p2p-communicate-with-pn512/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Help Interface PN532 to Arduino]]></title>
			<link>http://www.libnfc.org/community/topic/573/help-interface-pn532-to-arduino/new/posts/</link>
			<description><![CDATA[<p>How to I interface the a PN532 breakout board to Arduino Mega? Do I still need a level converter or can I just connect the 3.3V, 5V, RX, TX, IRQ pins to the arduino pins? and which arduino pins by the way.</p>]]></description>
			<author><![CDATA[dummy@example.com (rconty)]]></author>
			<pubDate>Sat, 28 Jan 2012 14:01:34 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/573/help-interface-pn532-to-arduino/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[How to initialize Sony Felica RC-S965 to support NDEF Data?]]></title>
			<link>http://www.libnfc.org/community/topic/352/how-to-initialize-sony-felica-rcs965-to-support-ndef-data/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>My problem is that I cannot get the Felica RC-S965 to function as NFC Forum Type 3 tag. So far I&#039;ve been able to encode the tag so that I&#039;m able to select system code 12FCh after I changed the memory configuration code&#039;s system option from 00h to 01h (Block 88h, Byte 3). I wonder what should I do next to get the tag function as NFC Forum Type 3 tag with Nokia 6212 Classic for example? The tag isn&#039;t yet detected as NFC tag by the 6212. My goal would be to encode NDEF Message of type NFC Smart Poster on the tag.</p><p>Any help?</p>]]></description>
			<author><![CDATA[dummy@example.com (Henkka)]]></author>
			<pubDate>Fri, 27 Jan 2012 07:38:33 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/352/how-to-initialize-sony-felica-rcs965-to-support-ndef-data/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Android NFC : SNEP protocol and P2P response]]></title>
			<link>http://www.libnfc.org/community/topic/559/android-nfc-snep-protocol-and-p2p-response/new/posts/</link>
			<description><![CDATA[<p>Hello,</p><p>I don&#039;t know if it&#039;s the good place to ask these questions but I&#039;ll try anyway <img src="http://www.libnfc.org/community/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>I am trying to implement a P2P communication between two Android phones (one of them will be replaced by an independent device in the end). I have seen that Android 4 supports SNEP which is published by the NFC forum and should be available on non-android devices.</p><p>I have following the Google tutorial for NFC P2P (<a href="http://developer.android.com/guide/topics/nfc/nfc.html#p2p">http://developer.android.com/guide/topi &#133; c.html#p2p</a>) and I can send some information from one phone to the other, but I have a few questions:</p><p>1. Android Beam is just a name for NFC or it is an Android protocol working over SNEP/NPP ? If it&#039;s a protocol, how to do NFC P2P without Beam ?<br />2. How to set the use of SNEP ?<br />3. How to send a response to the other device when the connection is initialized (first message received) ?</p><p>Thank you for your help !!!</p>]]></description>
			<author><![CDATA[dummy@example.com (toyudai)]]></author>
			<pubDate>Thu, 26 Jan 2012 21:48:13 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/559/android-nfc-snep-protocol-and-p2p-response/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[beginner question with libnfc]]></title>
			<link>http://www.libnfc.org/community/topic/571/beginner-question-with-libnfc/new/posts/</link>
			<description><![CDATA[<p>Hello everyone. I am beginner with libnfc, real beginner.</p><p>1. I have just purchased a Sony RC-S370 as I saw RC-S360 seems to be supported by libnfc.<br />I can tell from the material that you need a PN53x chip on the card reader so as to be supported,<br />but cannot find webpages that claim the existence of such chips in RC-S370 except for some <br />Japanese developer&#039;s blog.<br />wonder if Sony ever reveal it, or anyone know if RC-S370 is supported. Thank you.</p><p>2. my second question is that I am reading through the example provided here:<br /><a href="http://www.libnfc.org/api/examples_page.html">http://www.libnfc.org/api/examples_page.html</a></p><p>I saw the definition of &quot;nmMifare&quot; and the usage of &quot;if (nfc_initiator_select_passive_target (pnd, PM_ISO14443A_106, NULL, 0, &amp;nti)) {&quot;</p><p>from my shallow knowledge I find that the &quot;PM_ISO14443A_106&quot; is of &quot;pn53x_modulation_t&quot; type, while the<br />&quot;bool nfc_initiator_select_passive_target&quot; function require its second parameter to be &quot;nfc_modulation_t&quot; type.<br />anyone who actually run the program? I came through this when I was reading the beginner level material.<br />Thank you all!</p>]]></description>
			<author><![CDATA[dummy@example.com (nutnutwin)]]></author>
			<pubDate>Wed, 25 Jan 2012 11:53:55 +0000</pubDate>
			<guid>http://www.libnfc.org/community/topic/571/beginner-question-with-libnfc/new/posts/</guid>
		</item>
	</channel>
</rss>

