<?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>Sending via NFC, after NFC Wake Up on SD132</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25712/sending-via-nfc-after-nfc-wake-up-on-sd132</link><description>Hello there, 
 my goal is to wake up via NFC from POWER_OFF Mode (sd_power_system_off). Then right after the nfc wake up sending some information (e.g. UUID) via the NFC module. 
 There seems to be a bunch of complications. 
 
 
 The NFC wake up</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 11 Oct 2017 14:52:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25712/sending-via-nfc-after-nfc-wake-up-on-sd132" /><item><title>RE: Sending via NFC, after NFC Wake Up on SD132</title><link>https://devzone.nordicsemi.com/thread/101288?ContentTypeID=1</link><pubDate>Wed, 11 Oct 2017 14:52:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1719ef6f-29ac-4ad0-a9fa-5b4953a72e18</guid><dc:creator>Jensen</dc:creator><description>&lt;p&gt;Hello Jørgen,
your proposal, using    NRF_NFCT-&amp;gt;TASKS_SENSE = 1; just before entering sleep mode, works like a charm.&lt;/p&gt;
&lt;p&gt;Initilazing NFC after wake up and sending data as shown in the &amp;quot;record_text&amp;quot; example also workes pretty easy.&lt;/p&gt;
&lt;p&gt;I upvoted and marked you answer as correct.
Thank you very much for your quick answer and have a nice day.&lt;/p&gt;
&lt;p&gt;regards,
Jensen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Sending via NFC, after NFC Wake Up on SD132</title><link>https://devzone.nordicsemi.com/thread/101287?ContentTypeID=1</link><pubDate>Fri, 06 Oct 2017 09:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38f3a496-9f00-4ebc-a005-c5591eddc7d8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The softdevice should not restrict or block access to the NFCT peripheral. You should be able to use the BSP NFC module to configure NFC as wakeup source, like in the wake-on-nfc example. You just need to make sure you enter sleep mode by using the softdevice safe API call &lt;code&gt;sd_power_system_off()&lt;/code&gt;, or that you disable the softdevice before setting &lt;code&gt;NRF_POWER-&amp;gt;SYSTEMOFF = 1&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If the BSP NFC module is enabled, you cannot use the NFCT peripheral for other purposes. This can easily be workaround by enabling the BSP NFC module only right before your application is preparing to enter sleep mode. You can also setup NFC as wakeup source by enabling the SENSE task directly: &lt;code&gt;NRF_NFCT-&amp;gt;TASKS_SENSE = 1;&lt;/code&gt; before entering system off mode. Note that wakup from system off mode will cause the chip to reset, and you will have to setup the NFC peripheral for transferring data in the start of main.&lt;/li&gt;
&lt;/ol&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>