<?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>Related to sleep mode in BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39023/related-to-sleep-mode-in-ble</link><description>Dear nordic, 
 I have an BLE application which works as Central and Peripheral and also which contain ADC,UART and GPIO&amp;#39;s 
 Scanning and advertising controlled by application code 
 i need to Sleep between when its not scanning and advertising how i this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Oct 2018 12:24:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39023/related-to-sleep-mode-in-ble" /><item><title>RE: Related to sleep mode in BLE</title><link>https://devzone.nordicsemi.com/thread/150963?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 12:24:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32230b22-d11f-4dc5-aabf-ec580826683b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Since all the activity in the application and softdevice happens in the interrupt context. calling sd_app_evt_wait() in the while(1) loop should be enough to minimize the current like Darren says.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to sleep mode in BLE</title><link>https://devzone.nordicsemi.com/thread/150849?ContentTypeID=1</link><pubDate>Sat, 29 Sep 2018 04:22:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd3b34c2-7480-4aa9-b9e8-9d35c8b959d2</guid><dc:creator>Alan Ajit</dc:creator><description>&lt;p&gt;Thanks for your replay&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Using sdk 15 and in&amp;nbsp; my application i use ADC UART and gpio&amp;#39;s i want to reduce maximum current&lt;/p&gt;
&lt;p&gt;I need an advise for this&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;ret_code_t err_code = sd_app_evt_wait();&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;I use this in while loop in main&lt;/p&gt;
&lt;p&gt;Is it ok when I use this ADC, UART and gpio&amp;#39;s or any additional steps to take care for reducing current?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Related to sleep mode in BLE</title><link>https://devzone.nordicsemi.com/thread/150827?ContentTypeID=1</link><pubDate>Fri, 28 Sep 2018 16:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d80d130-3f31-49bb-a41f-c29d0383fe0a</guid><dc:creator>WestCoastDaz</dc:creator><description>&lt;p&gt;First off, what SDK version are you using?&amp;nbsp; The examples folder in the SDK shows how you can sleep the CPU during idle periods, generally you need to call &lt;pre class="ui-code" data-mode="c_cpp"&gt;    ret_code_t err_code = sd_app_evt_wait();
    APP_ERROR_CHECK(err_code);&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>