<?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>BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54608/ble-peripheral-demo-wake-up</link><description>Dear Nordic Support, 
 I am using nRF52 SDK v16.0.0 . I am running BLE peripheral examples. As I read from the examples, the button 1 is used for sleeping and waking the board. 
 However, if the board is sleeping (SYSTEM OFF), I can wake the board up</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Nov 2019 12:10:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54608/ble-peripheral-demo-wake-up" /><item><title>RE: BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/thread/221541?ContentTypeID=1</link><pubDate>Fri, 22 Nov 2019 12:10:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:560bfc29-f437-4ea1-b58d-4d1ec2fec95a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Please verify the answer to benefit other users. Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-ac97f8081e2142a19afd2f3e9b712479/01_5F00_Verify-Answer.png" /&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/thread/221387?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 15:47:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:505339a9-dab0-4359-8a56-efc0598d61dd</guid><dc:creator>Duy</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Thanks for showing the problem. Got a solution for it ;) and luckily it works ;)&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static void sleep_mode_enter(void)
{
    APP_ERROR_CHECK(bsp_indication_set(BSP_INDICATE_IDLE));
    
    /* Disable all timers and buttons. */
    bsp_buttons_disable();
    app_timer_stop_all();

    /* Prepare wakeup buttons. */
    APP_ERROR_CHECK(bsp_btn_ble_sleep_mode_prepare());

    /* Go to system-off mode (this function will not return; wakeup will cause a reset). */
    APP_ERROR_CHECK(sd_power_system_off());
}
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; Duy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/thread/221304?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2019 11:56:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af0be48a-4e3f-44fb-8283-786ccb82d9a4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;In those two examples, all buttons with sense enabled will be able to wake up the chip in the&amp;nbsp;bsp_init(BSP_INIT_BUTTONS). The documentation does not reflect the detail. Nice catch! Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/thread/221078?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2019 13:06:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72cacd9b-4867-4565-92f6-891f1c6def63</guid><dc:creator>Duy</dc:creator><description>&lt;p&gt;Hello Amanda,&lt;/p&gt;
&lt;p&gt;Thank you for your reply. I am using example ble_app_gls and ble_app_hrs.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; Diy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE peripheral demo wake-up</title><link>https://devzone.nordicsemi.com/thread/221056?ContentTypeID=1</link><pubDate>Wed, 20 Nov 2019 12:11:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34e74808-92cb-4963-af10-d56c20dba8ab</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Duy,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Which example are you running? Could you kindly provide the example name?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>