<?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>System ON low power mode with soft device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115015/system-on-low-power-mode-with-soft-device</link><description>Hello, 
 We are using the nrf52832 in SES with the softdevice s112 (v7.2.0) and sdk17.1.0 in a custom board for a BLE application (that includes OTA DFU and a custom service). We want the application to go in low power mode after disconnecting from BLE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Sep 2024 10:41:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115015/system-on-low-power-mode-with-soft-device" /><item><title>RE: System ON low power mode with soft device</title><link>https://devzone.nordicsemi.com/thread/503939?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 10:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3601aa54-c457-4462-b534-a69c1bc12f8a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
[quote user="Julian_sanchez"]We don&amp;#39;t have DCDC components on the PCB, is it possible to disable the DCDC?[/quote]
&lt;p&gt;DCDC is default off. So if you don&amp;#39;t have the DCDC components, then you don&amp;#39;t need to take any action.&lt;/p&gt;
[quote user="Julian_sanchez"]The SAADC is sampling with&amp;nbsp;nrf_drv_saadc_sample() each 10 seconds while the PWM is started with&amp;nbsp;nrf_drv_pwm_complex_playback() with an interrupt. How is the best way to handle these peripherals in the low power mode?[/quote]
&lt;p&gt;Either don&amp;#39;t use them that often, and/or fully disable them in your low power mode.&amp;nbsp;&lt;span&gt;nrf_drv_pwm_uninit() /&amp;nbsp;&lt;/span&gt;&lt;span&gt;nrf_drv_saadc_uninit()&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
[quote user="Julian_sanchez"]Does the current consumption decreases if the softdevice is disable? we have read that this is not recommended[/quote]
&lt;p&gt;&lt;span&gt;No, this does not help.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON low power mode with soft device</title><link>https://devzone.nordicsemi.com/thread/503934?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 10:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a819c4d-3aac-4594-a084-e17a9097f9b6</guid><dc:creator>Julian_sanchez</dc:creator><description>&lt;p&gt;Hi Sigurd, thank you for your response.&lt;/p&gt;
&lt;p&gt;We identified indeed that the SAADC or PWM were causing the high current consumption. We don&amp;#39;t have DCDC components on the PCB, is it possible to disable the DCDC?&lt;br /&gt;&lt;br /&gt;The SAADC is sampling with&amp;nbsp;nrf_drv_saadc_sample() each 10 seconds while the PWM is started with&amp;nbsp;nrf_drv_pwm_complex_playback() with an interrupt. How is the best way to handle these peripherals in the low power mode?&lt;br /&gt;Does the current consumption decreases if the softdevice is disable? we have read that this is not recommended&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: System ON low power mode with soft device</title><link>https://devzone.nordicsemi.com/thread/503906?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2024 08:54:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92854ca7-0e07-4534-96e6-59d387cf8227</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;1) If you have DCDC components on the PCB, make sure to enable DCDC mode.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;To lower the current more, you would likely need to disable&amp;nbsp;SAADC and/or PWM.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>