<?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>Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110553/guidance-on-implementation-of-low-power-mode-in-my-ncs-board-i-am-using-the-new-ncs-sdk</link><description>hey! So i require some guidance regarding the implementation of system ON low power mode in my sdk. 1. I have configured interrupts for all button press, so that the interrupt handler function resets the timer and switches the device back into normal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Apr 2024 13:08:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110553/guidance-on-implementation-of-low-power-mode-in-my-ncs-board-i-am-using-the-new-ncs-sdk" /><item><title>RE: Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/thread/480705?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 13:08:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b00b6294-998e-4073-bc50-a44e06168148</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The code you shared (function when timer expires) looks good to me.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Abhijith&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/thread/480684?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 12:23:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ab644d2-7da0-46ee-a59b-297298710f1e</guid><dc:creator>Antony_augustine_1969</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;void expiry_function(struct k_timer *timer)
{
	printk(&amp;quot;timer expired, entering deep sleep mode\n&amp;quot;);
	timer_expired = true;
	rc = pm_device_action_run(cons, PM_DEVICE_ACTION_SUSPEND);
	if(rc&amp;lt;0){
		printk(&amp;quot;could not suspend console\n&amp;quot;);
	}
   sys_poweroff();
	
} 


&lt;/pre&gt;i have written this as the expiry function for the code, would this work with the same functionality&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/thread/480664?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 11:36:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:448808ce-e04d-4c77-a3ef-bab25bd6d159</guid><dc:creator>Menon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For&amp;nbsp;&lt;span&gt;putting the device into deep sleep mode using a timer expiry of 60 seconds, you can use the power management mechanism provided by Zephyr, as mentioned in the&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_power_profiling/README.html#overview" rel="noopener noreferrer" target="_blank"&gt;Bluetooth: Peripheral power profiling&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation. CPU enters the idle state when kernel has nothing to schedule. This is managed by the Power Management Subsystem in Zephyr. &lt;a href="https://docs.zephyrproject.org/latest/services/pm/device.html"&gt;See this section&lt;/a&gt;, you can also &lt;a href="https://youtu.be/WXOMIXDRLBU?si=d-qbFGdzSugIlvyS"&gt;watch this video&lt;/a&gt; from zephyr explaining&amp;nbsp;this in bit more details. Refer to the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/boards/mimxrt1060_evk/system_off/README.html#overview" rel="noopener noreferrer" target="_blank"&gt;RT1060 System Off demo&lt;/a&gt;&amp;nbsp;documentation. In this example, the system is turned off after enabling wakeup through a button press.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Abhijith&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/thread/480427?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2024 11:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a8dc464-7654-46a6-ba6c-8160f6868a26</guid><dc:creator>Antony_augustine_1969</dc:creator><description>&lt;p&gt;so i have some changes regarding my requirement, i want to put the device in deep sleep mode using timer expiry of 60 seconds and the configure a button press to wake the system up.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Guidance on implementation of LOW POWER MODE In my ncs board, i am using the new ncs sdk</title><link>https://devzone.nordicsemi.com/thread/480320?ContentTypeID=1</link><pubDate>Wed, 24 Apr 2024 05:18:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9293a7ce-7239-46a0-9c84-1df8acc025ce</guid><dc:creator>Antony_augustine_1969</dc:creator><description>&lt;p&gt;PLEASE ALSO KEEP IN MIND I AM USING nrf52832&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>