<?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>Power management of nRF52832 based custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53474/power-management-of-nrf52832-based-custom-board</link><description>Hello guys, 
 I have coin cell powered nRF52832 based sensor node. I develop the firmware in Segger Embedded Studio, SDK15.3.0. 
 On the pressure of a button on the sensor node board, I need to wake up and advertise BLE data. Once receiving advertising</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Oct 2019 13:41:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53474/power-management-of-nrf52832-based-custom-board" /><item><title>RE: Power management of nRF52832 based custom board</title><link>https://devzone.nordicsemi.com/thread/216195?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 13:41:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51417221-094b-4e40-9210-551633d6d3e4</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Bojan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You could use&lt;span&gt;&amp;nbsp;the function&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___n_r_f___s_o_c___f_u_n_c_t_i_o_n_s.html?cp=2_3_0_1_0_2_7_2_13#ga84bd6a0e8f55a7aa85a5ec608edd61fe"&gt;sd_power_dcdc_mode_set()&lt;/a&gt;&amp;nbsp;to&amp;nbsp;&lt;span&gt;enable the DCDC converter to have the lowest power consumption.&amp;nbsp;&lt;/span&gt;See this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/26055/about-dc-dc/102701#102701"&gt;post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The SoftDevice function&lt;/span&gt;&amp;nbsp;&lt;a title="sd_ble_gap_tx_power_set" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.0/group___b_l_e___g_a_p___f_u_n_c_t_i_o_n_s.html?cp=3_5_3_3_2_1_2_38#gad10e80ba20ddab42d1753fd1be2d8c26"&gt;sd_ble_gap_tx_power_set&lt;/a&gt;()&amp;nbsp;can set the TX power. Please see&amp;nbsp;&lt;a title="  Radio current consumption (Transmitter)  " href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html?cp=3_2_0_22_14_1#unique_1929026091"&gt;Radio current consumption (Transmitter)&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can use them to reduce power consumption while an application running, but they are not necessary for the System off mode. Please see the&amp;nbsp;&lt;a title="System OFF mode" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html?cp=3_2_0_17_1#unique_1707892264"&gt;System OFF mode&lt;/a&gt;.&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><item><title>RE: Power management of nRF52832 based custom board</title><link>https://devzone.nordicsemi.com/thread/216135?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 11:31:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9cead3c0-aaaa-485a-b098-78e4437fe0f5</guid><dc:creator>bojan</dc:creator><description>&lt;p&gt;Thanks,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/amanda"&gt;Amanda Hsieh&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;I think putting the device into deepest sleep Power OFF mode and waking/resetting it with external button would be the way to go for me!&lt;/p&gt;
&lt;p&gt;Once I implement that, will try to measure current consumption by the help of Power Profiler Kit.&lt;/p&gt;
&lt;p&gt;I was reading somewhere on this forum that the set of the two following commands should help reduce power consumption even more:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);
sd_ble_gap_tx_power_set(0);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I have external inductors on my board for DCDC:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7888.nRF52832.png" /&gt;&lt;/p&gt;
&lt;p&gt;What is your experience about those commands? Do I need to implement them before going to System OFF sleep mode?&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Bojan.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power management of nRF52832 based custom board</title><link>https://devzone.nordicsemi.com/thread/216125?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 11:11:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:700c3471-fac3-4a09-8262-647b8d410a23</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]What would be the most appropriate design example for me to start with? How to enable/disable BLE stack?[/quote]
&lt;p&gt;You can refer to the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_pwr_mgmt.html"&gt;Power Profiling Application&lt;/a&gt;&amp;nbsp;which is implemented with the system off mode and enable/disable BLE stack.&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>