<?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>could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90764/could-an-nrf52840-be-wakened-up-wirelessly-from-a-system-off-mode</link><description>Hi All. I would appreciate some help. Using an NFC tag, could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode? Thanks so much 
 Juan</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Aug 2022 01:15:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90764/could-an-nrf52840-be-wakened-up-wirelessly-from-a-system-off-mode" /><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380906?ContentTypeID=1</link><pubDate>Wed, 10 Aug 2022 01:15:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9082c7c3-7098-435e-8bce-d9c0bee4c1fd</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Thanks Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380880?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 17:11:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c65f97fd-7920-43e4-827a-a6c2937a0e06</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Yes, with the clarification that here the &lt;em&gt;nRF is the NFC tag&lt;/em&gt;. And the nRF can be wake up from system off by detecting a NFC field (which is made by&amp;nbsp;a NFC reader device).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380874?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 15:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdfe9cbb-a118-4996-a7bd-0f1ee08fc9ac</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Hi, Einar.&lt;br /&gt;If I got you right, the NFC-Tag, if it is programmed previously to do so, will wake up the tag from a System Off mode as soon as it detects the NFC-Receiver field. So, if I program the NFC Receiver to issue a System Off mode command, let us say 3 seconds after pushing a customized Receiver button, One could both wake up the nRF52840 with a quick sweep of the receiver on the tag or issue a System Off command on it, with a slow sweep.&lt;br /&gt;Am I right?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380861?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 13:50:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9caa6309-17ef-4f6e-b22d-ad6f511f8b48</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Juan,&lt;/p&gt;
[quote user="p143"]1.- Could I wirelessly force a System Off mode in an nRF52840 with an NFC reader and keep it in this mode till I wake it back up with the same NFC reader?[/quote]
&lt;p&gt;You can always make the nRF enter system off mode in any situation as long as there is a way to communicate with it somehow, as that is something that is done programatically. Also, there is no problem to use NFC as a wakeup source, as long as you configure that before entering system off mode (see for instance &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48207/wake-up-from-sleep-mode-using-nfc-not-working-with-softdevice/192439"&gt;this snippet&lt;/a&gt; if using the nRF5 SDK or &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/samples/nfc/system_off/README.html"&gt;NFC: System OFF&lt;/a&gt;&amp;nbsp;if using nRF Connect SDK). However, using NFC both to trigger system off and wakeup would probably not work, ad wakeup from system off happens when the field is detected, so the device would probably wake up again more or less immediately. If this is really what you want, then perhaps you could add a delay so that there is time to remove the nRF from the reader before it enters system off mode.&lt;/p&gt;
[quote user="p143"]2.- How would I implement the NFC Reader functionality?[/quote]
&lt;p&gt;The nRF HW does not support reader functionality.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380860?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 13:45:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b8b6eb5-fa0f-475c-9603-c627c762aef3</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Hi, Einar.&lt;br /&gt;Sorry. I thought it was the other way around. I shall then repeat my questions. &lt;br /&gt;1.- Could I wirelessly force a System Off mode in an nRF52840 with an NFC reader and keep it in this mode till I wake it back up with the same NFC reader? &lt;br /&gt;2.- How would I implement the NFC Reader functionality?&lt;br /&gt;Thanks again.&lt;/p&gt;
&lt;p&gt;Juan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380745?ContentTypeID=1</link><pubDate>Tue, 09 Aug 2022 07:36:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8c3257-41e9-437e-b27c-198c6f766458</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Juan,&lt;/p&gt;
&lt;p&gt;I am not sure what you mean here? Can you elaborate?&lt;/p&gt;
&lt;p&gt;Note that the nRF can only act as a NFC tag, not a NFC reader, so it is not capable of communicating with a tag. Moreover, another tag cannot wake up the nRF from system OFF mode as it wakes up when it detects a NFC field, which can only be generated by a nRF reader.&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380656?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 15:17:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40a62822-a828-4e01-818b-8c48a6d9115f</guid><dc:creator>p143</dc:creator><description>&lt;p&gt;Thanks, Einar.&lt;br /&gt;Reading the linked info you sent me, I deduce that you also could get the module in SYSTEM OFF mode using an external NFC tag. Is that right?&lt;br /&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Juan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: could an nRF52840 be wakened up wirelessly from a SYSTEM OFF mode?</title><link>https://devzone.nordicsemi.com/thread/380509?ContentTypeID=1</link><pubDate>Mon, 08 Aug 2022 07:09:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30702d42-2216-4fca-a2da-1c53b5fcac17</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Juan,&lt;/p&gt;
&lt;p&gt;Yes, it is possible to use NFC as a wakeup source in system off, mode. If you are using the nRF Connect SDK you can refer to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/samples/nfc/system_off/README.html"&gt;NFC: System OFF&lt;/a&gt;&amp;nbsp;sample.&amp;nbsp;If you are using the nRF5 SDK and SoftDevice you can refer to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48207/wake-up-from-sleep-mode-using-nfc-not-working-with-softdevice"&gt;this thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>