<?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 enter the low power mode and continue to advertise?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17036/how-to-enter-the-low-power-mode-and-continue-to-advertise</link><description>Hello,everyone. Now i have the board nrf52832 and i want it to enter the low-power mode but keep the the advertising. Now the measured current is 160uA, I think there should be a problem, here is the code. How can i do? i need your help... 
 static void</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 14 Oct 2016 10:00:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17036/how-to-enter-the-low-power-mode-and-continue-to-advertise" /><item><title>RE: how to enter the low power mode and continue to advertise?</title><link>https://devzone.nordicsemi.com/thread/65349?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 10:00:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55a211db-0585-4e09-b0a5-b6f6ad5b878b</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;If you stop advertising the nRF52 should be in System on low power mode and should consume about 2uA. If you can get the ~2uA when not advertising and not in connection, then there is nothing else consuming current on the nRF52. Then if you enable advertising and get the 160uA, then you know it is the advertising causing the 160uA current consumption.&lt;/p&gt;
&lt;p&gt;The advertising interval is the main factor of the consumption. Depending on your requirements for range, you can tune the TX power of the radio to reduce current consumption. Also remember to enable DCDC, which will reduce radio peak current consumption, given that you have DCDC schematics included in your PCB design. Also if you have limited payload in the advertising packet, that will reduce current consumption as there is smaller packets to send.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to enter the low power mode and continue to advertise?</title><link>https://devzone.nordicsemi.com/thread/65350?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 09:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a605033-307d-481c-9257-1d704b9cc8cb</guid><dc:creator>fanleung</dc:creator><description>&lt;p&gt;Hi Stefan!&lt;/p&gt;
&lt;p&gt;Thank you for your answer.I have read the “nRF51 current consumption guide”. I would like to know if I want to keep broadcasting while into low-power mode (assuming that all the other peripherals have been closed), the operation is correct ?&lt;/p&gt;
&lt;p&gt;If the operation is correct, I have another problem that whether the noly way to reduce the current is to adjust the broadcast interval now ?&lt;/p&gt;
&lt;p&gt;expect your reply...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to enter the low power mode and continue to advertise?</title><link>https://devzone.nordicsemi.com/thread/65348?ContentTypeID=1</link><pubDate>Fri, 14 Oct 2016 09:14:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37f0bdba-b955-4e8e-bd24-4bfefcb76f8c</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Perhaps the 160uA is normal current consumption when you advertise, but that depends on your advertising interval. There is good information about the sleep modes of nRF52 in the &lt;a href="https://devzone.nordicsemi.com/tutorials/11/"&gt;nRF51 current consumption guide&lt;/a&gt;. The nRF51 and nRF52 use the same principles in this regard so information in the nRF51 current consumption guide should be valid for nRF52 also. To decrease current consumption when advertising you could increase the advertising interval, look at the &amp;quot;Tuning advertising parameters&amp;quot; in the nRF51 current consumption guide.&lt;/p&gt;
&lt;p&gt;You enter System On low power mode with call to power_manage() and you enter system off low power mode when you call sleep_mode_enter(). Look at the &amp;quot;Low power mode with BLE softdevice&amp;quot; section in the nRF51 current consumption guide to realize how the nRF52 enters system on sleep mode (which basically just disables the CPU) when it is advertising at the same time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>