<?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>remote wake up</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61126/remote-wake-up</link><description>Hello, 
 I am integrating saadc example to ble_uart in order to receive analog input signals and send them via ble connection to android application. Low power consumption is an important consideration in this application. I am looking for a way that</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 May 2020 12:09:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61126/remote-wake-up" /><item><title>RE: remote wake up</title><link>https://devzone.nordicsemi.com/thread/248929?ContentTypeID=1</link><pubDate>Fri, 08 May 2020 12:09:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c3a3909-b279-4bf0-b2e7-83c3c4b2dd69</guid><dc:creator>Karl Ylvisaker</dc:creator><description>[quote user="Kosar"]Thank you for your reply Karl.[/quote]
&lt;p&gt;No problem at all, I am happy to help!&lt;br /&gt;Though I would have to share credit with @Awneil in this case - he has been much swifter on the reply than me!&amp;nbsp;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
[quote user="Kosar"]I see in several discussions in devzone that some are suggesting using single shot timer. I need to get periodic advertisement. for example advertise in some minute and then stop for some other minute and so on...[/quote]
&lt;p&gt;For this, you could use the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_timer.html"&gt;app timer module&lt;/a&gt; in repeated mode(not single shot) to have it trigger advertising periodically. App timer usage is demonstrated in many of the examples, for example the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_proximity.html"&gt;Proximity example&lt;/a&gt; where it is used to periodically measure battery voltage.&lt;br /&gt;Alternatively, depending on your application, NFC might also be an&amp;nbsp;option for wakeup, as Awneil suggested.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: remote wake up</title><link>https://devzone.nordicsemi.com/thread/248734?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 13:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2e6b0f3-a818-4ada-956c-eb25b19a3ecc</guid><dc:creator>awneil</dc:creator><description>[quote userid="79996" url="~/f/nordic-q-a/61126/remote-wake-up/248729"]I do not want to use any physical pin[/quote]
&lt;p&gt;But does NFC (or similar) remain an option?&lt;/p&gt;
[quote userid="79996" url="~/f/nordic-q-a/61126/remote-wake-up/248729"]advertise in some minute and then stop for some other minute and so on[/quote]
&lt;p&gt;Sure, you can do that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: remote wake up</title><link>https://devzone.nordicsemi.com/thread/248729?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 13:26:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbe7bcd9-a6be-480e-a35a-e100a6fad800</guid><dc:creator>karoun</dc:creator><description>&lt;p&gt;Thank you for your reply Karl.&lt;/p&gt;
&lt;p&gt;Since the intention is to have an implantable device I do not want to use any physical pin. I see in several discussions in devzone that some are suggesting using single shot timer. I need to get periodic advertisement. for example advertise in some minute and then stop for some other minute and so on...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: remote wake up</title><link>https://devzone.nordicsemi.com/thread/248718?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 12:59:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76694da4-1565-49d2-8ef6-579ea3a347e1</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello Kosar,&lt;br /&gt;&lt;br /&gt;As &lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt; said, the central(phone) will not know about the peripherals presence if it is not advertising, but there are many other ways to have the peripheral wake up at different intervals or events.&lt;br /&gt;The chosen wakeup method and advertising parameters will significantly impact the power consumption, but it is also not possible for us to suggest anything in particular without knowing more about the intended application.&lt;br /&gt;&lt;br /&gt;If you are looking to go the route of a GPIO wakeup signal, you might be interested in seeing the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/pin_change_int_example.html"&gt;Pin Change Interrupt example&lt;/a&gt;, which demonstrates how to set up an interrupt on pin change. You may also want to have a look at the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/ble_sdk_app_blinky.html"&gt;BLE Blinky app&lt;/a&gt;&amp;nbsp;for seeing the basic BLE parts of peripheral implementation.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: remote wake up</title><link>https://devzone.nordicsemi.com/thread/248647?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 08:46:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bc7f5e6-f229-468e-af98-b1222c2e82b5</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The Central (eg, phone) cannot see the Peripheral unless it is advertising - so there is no way to do this using BLE alone.&lt;/p&gt;
[quote userid="79996" url="~/f/nordic-q-a/61126/remote-wake-up"]Low power consumption is an important consideration[/quote]
&lt;p&gt;How &amp;quot;low&amp;quot;, exactly?&lt;/p&gt;
&lt;p&gt;Even when advertising, the time that the radio is actually active is only a small fraction of the total time.&lt;/p&gt;
&lt;p&gt;Could you use another wakeup signal; eg, NFC, a tap. etc ?&lt;/p&gt;
&lt;p&gt;Choose your advertising parameters carefully - it&amp;#39;s a tradeoff between how quickly &amp;amp; reliably the Central can find the device, and how much power you use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>