<?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>Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17291/any-plans-to-add-write-capability-to-the-nfc-library</link><description>Are there any plans to add write capabilities to the NFC driver? The hardware supports it, but the library provided by Nordic does not (as far as I know). Are there any plans to add write support to the NFC library? Or do we just need to pony up the </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Dec 2016 13:04:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17291/any-plans-to-add-write-capability-to-the-nfc-library" /><item><title>RE: Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/thread/66444?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2016 13:04:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa9bdb56-6407-4182-8afc-4297db0b8869</guid><dc:creator>CurtisHx</dc:creator><description>&lt;p&gt;YAY!  Thanks for update!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/thread/66445?ContentTypeID=1</link><pubDate>Tue, 06 Dec 2016 13:02:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faaf8527-3492-4ca4-aac7-24463b104b06</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Just wanted to inform you that we have released &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/index.html?cp=4_0_0"&gt;SDK 12.2&lt;/a&gt;, which has &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/nfc_type4tag_dox.html?cp=4_0_0_3_22_3"&gt;experimental support for NFC type 4 tag with write support&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/thread/66442?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 11:47:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ff53f6f-52ba-4de0-ad9a-d625a88057bb</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;I guess updated NFC libraries with write functionality will be released sometime, but I cannot guarantee this. An alternative if you do not want to add write functionality to the NFC library yourself, can be to use &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/nfc_wake_on_nfc.html?cp=4_0_0_4_6_4"&gt;Wake on NFC&lt;/a&gt; to wakeup from sleep to turn on the radio for receiveing the code. It will probably consume a bit more current than write to NFC, but it should not affect the battery life that much. If you add DFU to your design you can also update the software to support NFC write in the future if updated libraries are released.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/thread/66443?ContentTypeID=1</link><pubDate>Tue, 25 Oct 2016 20:13:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca8abdd2-db24-45e6-93a1-b3527b0d7dba</guid><dc:creator>CurtisHx</dc:creator><description>&lt;p&gt;Rats.  I have a use case that would make writeable NFC much handier.  Our nRF52 - based devices get sealed in epoxy and are essentially disposable.  Once the battery runs out, they&amp;#39;re done.  So we turn everything off except for the NFC module.  What I would love to do is require a &amp;quot;key&amp;quot; to be transferred over NFC to make the device wake up fully.  If that key isn&amp;#39;t written, then the device turns off again.  In addition, being able to have bidrectional extremely low power communication (well, the 52&amp;#39;s standpoint) would be FANTASTIC for sending a few bytes of data without having to fire up the full BLE stack.&lt;/p&gt;
&lt;p&gt;Since the device is disposable, every single uA counts for squeezing out battery life.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Any plans to add Write capability to the NFC library?</title><link>https://devzone.nordicsemi.com/thread/66441?ContentTypeID=1</link><pubDate>Tue, 25 Oct 2016 08:48:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7d7bb9a-333a-4077-8704-f08a4aff7d62</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As most common use-cases can be achieved using NFC tag read, write functionality have not been implemented yet. Unfortunately, I cannot say anything about if or when this will be added to the NFC library.&lt;/p&gt;
&lt;p&gt;The harware supports it, like you say, so it&amp;#39;s possible to implement write functionality yourself. Check out &lt;a href="https://devzone.nordicsemi.com/question/65600/nrf52-write-nfc-tag/?answer=95528#post-id-95528"&gt;this post&lt;/a&gt; from @&lt;a href="https://devzone.nordicsemi.com/users/19646/thln/"&gt;thln&lt;/a&gt;. There are also some links in the comment that might be usefull.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>