<?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>how to set auto sleep and wackup mode in backon kit&amp;#39;s in connection mode..?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9559/how-to-set-auto-sleep-and-wackup-mode-in-backon-kit-s-in-connection-mode</link><description>BLE.c 
 when no connection creat between android nrfUart app and backon kit so autometically sleep in 180 seconds, 
 but i have need sleep condition in connected mode of bacon kit and android app.. when i have press switch so bacon kit will be wackup</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Oct 2015 07:36:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9559/how-to-set-auto-sleep-and-wackup-mode-in-backon-kit-s-in-connection-mode" /><item><title>RE: how to set auto sleep and wackup mode in backon kit's in connection mode..?</title><link>https://devzone.nordicsemi.com/thread/35307?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2015 07:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3bc04ab8-ce85-483f-b03c-e1133c5b9100</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Whenever you need your application to go to sleep, you call&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = bsp_btn_ble_sleep_mode_prepare();
APP_ERROR_CHECK(err_code);

power_manage();
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will ensure that the buttons are configured with sense mechanism that will function even in sleep mode and have chip wakeup capabilities.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>