<?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 reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/101674/how-to-reduce-power-consumption-when-using-only-mcu-with-no-communication</link><description>Hi 
 I have read a couple of answers to messages expressing the need to reduce the consumption when the BLE is not used long, ... 
 But in my case, i am working on a feasibility exploring the consumption of module nrf52840-based without communication</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Jul 2023 07:26:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/101674/how-to-reduce-power-consumption-when-using-only-mcu-with-no-communication" /><item><title>RE: How to reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/thread/436645?ContentTypeID=1</link><pubDate>Mon, 17 Jul 2023 07:26:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcceb0d9-52b7-4846-8f13-f8ce2137a7bf</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Philippe,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the nRF52, if you don&amp;#39;t use a peripheral it will not be powered on and you only have the CPU running. You can test this with blinky example for example.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/thread/436573?ContentTypeID=1</link><pubDate>Sat, 15 Jul 2023 01:38:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b0c5c01-f100-49e3-bbd8-641688d8146a</guid><dc:creator>PhilippeG</dc:creator><description>&lt;p&gt;dear Hung Bui,&lt;/p&gt;
&lt;p&gt;Thanks for your answer&lt;/p&gt;
&lt;p&gt;In fact in a first phase of a consumption sensitive product feasibility, i will only use the CPU of the nrf52840, and i need to study its power consumption when multithreaded programming. I would like to make sure nothing else than no BLE routine is ON in that mode, is there anything i need to declare off manually to make sure i study only the CPU?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks a lot&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/thread/435725?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2023 12:29:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03f89e35-a7da-44c3-84fb-750f3cd9a12b</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Philippe,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not really sure I understand what you meant by&amp;nbsp;&lt;/p&gt;
[quote user="PhilippeG"]can we put on Idle all the BLE functions too[/quote]
&lt;p&gt;When you do BLE, the radio will handle the communication. The CPU is only wake up when needed, for example to process BLE data.&amp;nbsp;&lt;br /&gt;In between BLE interval everything is put to sleep (except for the timer )&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/thread/435590?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2023 01:02:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad53f97-5c6d-4ce0-9783-4bfe29a12c21</guid><dc:creator>PhilippeG</dc:creator><description>&lt;p&gt;Hi, thanks for your help.&lt;/p&gt;
&lt;p&gt;I will look at that, can we put on Idle all the BLE functions too ? even if the CPU is working quite intensively?&lt;/p&gt;
&lt;p&gt;Philippe&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce power consumption when using only MCU with no communication</title><link>https://devzone.nordicsemi.com/thread/435530?ContentTypeID=1</link><pubDate>Mon, 10 Jul 2023 14:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4da1614-3efc-44d4-ad12-6683a46a81d0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Philippe,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When a peripheral is not active it will be turned off automatically.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To put the CPU to low power consumption, you need to put it into IDLE mode (System ON IDLE).&amp;nbsp;&lt;br /&gt;My suggestion is to take a look at the RTC example (\examples\peripheral\rtc) and see how the CPU is put to sleep in the main while loop. And the&amp;nbsp;CPU is only wake up on timer interrupt.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>