<?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>nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27040/nrf52-edit-nfc-tag</link><description>Hello, 
 I have a question about the NFC tag. In the example nrf_url_record_pca10040 there is a part where the url will be written in the tag 
 
 err_code = nfc_uri_msg_encode(
NFC_URI_HTTP_WWW,
(uint8_t *) url,
sizeof(url),
ndef_msg_buf,
&amp;amp;len</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Nov 2017 07:33:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27040/nrf52-edit-nfc-tag" /><item><title>RE: nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/thread/106183?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2017 07:33:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0b2366d-db75-4432-9f3a-bae6545d06f9</guid><dc:creator>viya0414</dc:creator><description>&lt;p&gt;The nRF52 is capable of supporting write, and it is possible to implement it.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.nod-pcba.com"&gt;PCBA&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/thread/106182?ContentTypeID=1</link><pubDate>Thu, 01 Sep 2016 14:24:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fec212f5-12bb-4528-9d66-a9bbcd56d15e</guid><dc:creator>Luke</dc:creator><description>&lt;p&gt;I am also interested in writing to the nRF52. Can you please provide some more details? where do I have to check for the write request?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/thread/106180?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2016 17:53:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c8f3886-cef7-426e-aca6-89feae5b6e3a</guid><dc:creator>JeanaPerry</dc:creator><description>&lt;p&gt;Hi....The library in the SDK is read only, so you what you can do is to define the data in your application and a polling device can read it. The nRF52 is capable of supporting write, and it is possible to implement it. However, read only supports the majority of the use cases and avoiding writes save quite a bit of the flash memory.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.7pcb.com/PCB-Assembly-Service.php"&gt;printed circuit board assembly pcba&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/thread/106181?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2016 12:43:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c7cb6fd-9213-4470-b933-30832d80e56e</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;Thansk for the response,&lt;/p&gt;
&lt;p&gt;I already solved this issue.
I changed the lock bytes and write protect bytes.
By setting these location to 0x00 and 0x0000.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define LOCK (*(uint16_t volatile *)(0x2000220A))
#define WRITEPROTECT (*(uint8_t volatile *)(0x2000220F))
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And by checking if its a write request&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;if (m_nfc_rx_buffer[0] == 0xA2)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then by using the function:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;const char ack = 0x0A;
hal_nfc_send(&amp;amp;ack,1);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To send a response.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Tim Smits&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52 edit nfc tag</title><link>https://devzone.nordicsemi.com/thread/106179?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2016 12:24:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35cac2c8-c7fc-4d6f-9baf-f7b9d3e2b2bf</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi Tim,&lt;/p&gt;
&lt;p&gt;the NFTC peripheral is read-only  due to missing software in the SDK, please see &lt;a href="https://devzone.nordicsemi.com/question/65600/nrf52-write-nfc-tag/?answer=65604#post-id-65604"&gt;this&lt;/a&gt; answer.&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>