<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NFC unique adress?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11433/nfc-unique-adress</link><description>Does NFC has something like an unique adress? 
 Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices. 
 Or is there another way to detect only specific defined devices trough nfc?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2016 14:25:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11433/nfc-unique-adress" /><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43124?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:776f812e-c4da-4d38-83d2-155e32aae244</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Why do you need to open app? It can be as background process, depends on how you design it including autostart with phone. Or you mean open app to enter password?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43123?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:22:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fa9abe4-fa29-48ea-a57b-edbadd2faa3c</guid><dc:creator>Inspectron</dc:creator><description>&lt;p&gt;It still necessary to open an app...but could be an interesting solution, if its not possible without app.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43122?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:12:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1cb3b44b-96d4-46cb-a53e-0e49d11b6edb</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;It can be typed once similar to entering WIFI password into phone or hard codded into app. If hard coded then each app will be for particular doorlock.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43121?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3742cc7f-2297-4efa-b52c-6f5040738b1d</guid><dc:creator>Inspectron</dc:creator><description>&lt;p&gt;So you dont need to type in the password?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43120?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c5aee49-fd67-442b-9cd9-a150be2e8b63</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Eirik, I don&amp;#39;t know what is implemented in nRF52 but using nRF51 with passive Tag M24SR64 for example can be a doorlock. It is passive and if password over RF enabled then only device which knows password can write to the tag. ARM can recognize successful writing and perform operation accordingly. It is just idea, I have no idea how other doorlocks done. But if Inspectron wants that configuration then it is the solution. And mobile phone obviously needs application running to unlock the door&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43119?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:01:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:923a652d-0e47-4c82-820e-89b192f89a7a</guid><dc:creator>Inspectron</dc:creator><description>&lt;p&gt;@ Alex : I know, but passwort protection takes to long. A door lock where you just need your mobile device without any applications or passwords, this would be interesting.&lt;/p&gt;
&lt;p&gt;@ Eirik : Well, there is an nfc_callback function, which will be called when the tag is detected. But you will always jump in this function when the tag will be detected. And I would like to detect only predefined devices. But as I understand, only over nfc it wont be able to detect which device(unique adress) is detected.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43118?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 14:01:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:520d6a8f-11ca-45cf-8be0-6082335eb5fc</guid><dc:creator>Eirik Midttun</dc:creator><description>&lt;p&gt;Currently the WRITE operation is not supported by the NFC library in the SDK. It is possible to implement a  Tag 2 library with WRITE if required.&lt;/p&gt;
&lt;p&gt;Most door locks using NFC are devices/pollers, meaning they generate a field. This cannot be done with nRF52. How do you imagine the door lock being an NFC tag?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43117?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 13:53:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:764f35e2-0725-4bc2-b375-7cfeaf7b14a2</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;You can still use it as doorlock if you use password protection. So your tag will accept write from device only if password matches. But I&amp;#39;m not sure if that function implemented in nRF52, should be.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43116?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 13:41:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5591f0c7-569b-401b-98e1-9c90e8293788</guid><dc:creator>Inspectron</dc:creator><description>&lt;p&gt;Yes, this makes sense to me. Thank you for the support! What a pity, it would be a nice doorlock solution...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC unique adress?</title><link>https://devzone.nordicsemi.com/thread/43115?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2016 13:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f425a2a-a1b8-4b60-8a32-0395a50acb49</guid><dc:creator>Eirik Midttun</dc:creator><description>&lt;p&gt;NFC &lt;em&gt;tags&lt;/em&gt; has a unique address and are required to have it. However, I won&amp;#39;t solve your issue.&lt;/p&gt;
&lt;p&gt;I assume you are talking about nRF52 examples, in which case your statement on &lt;em&gt;detection&lt;/em&gt; is somewhat mistaken. nRF52 will be an &lt;em&gt;NFC tag&lt;/em&gt; and will therefore &lt;em&gt;be detected by devices&lt;/em&gt;, not the other way round. In particular, and related to spec compliance, the &lt;em&gt;device&lt;/em&gt; will request the ID of the &lt;em&gt;tag&lt;/em&gt;. So the &lt;em&gt;device&lt;/em&gt; can identify the &lt;em&gt;tag&lt;/em&gt;, but the &lt;em&gt;tag&lt;/em&gt; has no way of identifying a &lt;em&gt;device&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;By design an NFC tag is passive device that doesn&amp;#39;t decide anything on its own. And for the ID the main purpose is collision resolution; imagine putting your wallet next to an NFC device and you have more than one NFC card.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>