This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52 edit nfc tag

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, &len);

However when I try to write something from outside the code, with for example my phone I get the error that the tag is write protected. (The tag is delivered with the DK)

My question is: Is it possible to remove the lock, or to rewrite the url from outside? If so, please tell me how I can do this.

Thanks in advance

Related