<?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 in nRF5340</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84881/nfc-in-nrf5340</link><description>Hi, I going to add NFC to nRF5340DK, but does not know from where to start NFC program ? Please, guide with required config in prj fiel, overlay file, peripheral initialization and binding, data transfer example. 
 thanks 
 Gulzar Singh</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 28 Feb 2022 09:50:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84881/nfc-in-nrf5340" /><item><title>RE: NFC in nRF5340</title><link>https://devzone.nordicsemi.com/thread/355205?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 09:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b02b86b-9d6a-4cbd-b0ed-ab0a18324c37</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;There are multiple guides on how to do this already, please check out these for example. You can write the NFC data from your phone to an NFC tag as explained &lt;a href="https://www.howtogeek.com/278104/how-to-create-an-nfc-tag-that-connects-any-android-phone-to-a-wi-fi-network/"&gt;here &lt;/a&gt;or &lt;a href="https://www.tagstand.com/blog/nfc-tags-share-your-wi-fi"&gt;here&lt;/a&gt;. It should be sufficient to make a generic NFC tag application onto the nRF53.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC in nRF5340</title><link>https://devzone.nordicsemi.com/thread/355124?ContentTypeID=1</link><pubDate>Sat, 26 Feb 2022 06:41:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a0ff476-0514-4c59-8f7c-d8073c85b137</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;Hi Simnor, I testes the&amp;nbsp;&lt;a class="reference internal" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nfc/writable_ndef_msg/README.html"&gt;NFC: Writable NDEF message&lt;/a&gt;&lt;span&gt;&amp;nbsp; from sample. I observed that:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. When either the nRF5340DK is truned on or the NFC feature is activated on Mobile , only then it promptos for the default url link saved in this sample.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To test the NFC working, I installed NFC Tools App in mobile. I wrote a rough text for testing and is succssfully save d aand read using NFC Tool App. Now, I want to add the wifi details: wifi accesspont name and password in a single record. What is the record type of such data ? like is it standard RTD etc ? May I save both parametrs, wifi acces name and password as a single record.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How may I read the saved&amp;nbsp;wifie record and put in name and passowrd in individual string array programatically in SES using Zephyr library&amp;nbsp; ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC in nRF5340</title><link>https://devzone.nordicsemi.com/thread/354485?ContentTypeID=1</link><pubDate>Wed, 23 Feb 2022 08:38:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:040d0ebe-1ad6-4514-b8cb-d1b3bd5c2cce</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, this should be possible indeed, either with the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nfc/writable_ndef_msg/README.html"&gt;Writable NDEF&lt;/a&gt; sample or the&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nfc/record_text/README.html"&gt; Text record sample&lt;/a&gt; shows how to use the NFC tag to expose data to a polling device. You need to add this to the NFC payload. let me know if you need assistance on specifics.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC in nRF5340</title><link>https://devzone.nordicsemi.com/thread/354254?ContentTypeID=1</link><pubDate>Tue, 22 Feb 2022 06:55:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9bacbfd9-f622-4d4b-b1d1-2a1a13af0c00</guid><dc:creator>mexco</dc:creator><description>&lt;p&gt;Hi Simonr, I studied all the sample codes suggested by you in the link&amp;nbsp;&lt;/p&gt;
[quote userid="75734" url="~/f/nordic-q-a/84881/nfc-in-nrf5340/353852#353852"] &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/samples_nfc.html"&gt;NFC &lt;/a&gt;[/quote]
&lt;p&gt;. My objective is to store user credentials sent through NFC in UICR register and Flash. So, from above samples, it seems that the sample code in&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li class="toctree-l1"&gt;&lt;a class="reference internal" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nfc/writable_ndef_msg/README.html"&gt;NFC: Writable NDEF message&lt;/a&gt;&amp;nbsp;is suitable for this objective.&amp;nbsp; I want to store the WIFI SSID name and Password in one record, HOST and URL in second record, User Name and Password in 3rd record. Some, device specific information in UICR. SO, what you suggest about ?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NFC in nRF5340</title><link>https://devzone.nordicsemi.com/thread/353852?ContentTypeID=1</link><pubDate>Fri, 18 Feb 2022 13:03:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72551b47-fe4d-45ee-9c69-46981c327a57</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Gulzar&lt;/p&gt;
&lt;p&gt;Most of the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/samples_nfc.html"&gt;NFC samples&lt;/a&gt; in the nRF Connect SDK are compatible with the nRF5340 DK, so I would suggest starting out with the sample fitting your needs the best, and start development from there. You should get a good view of what configs and peripherals are needed there.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>