<?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>LOW POWER SYSTEM ON SLEEP XIAO BLE NRF52840 Blinky</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112805/low-power-system-on-sleep-xiao-ble-nrf52840-blinky</link><description>Hi! Firstly I am somewhat new to developing on nordic chips so I&amp;#39;d like to apologise in advance or any silly mistakes or oversights I may have made. I am currently working with a XIAO NRF5280 BLE board and trying to program it using Zephyr &amp;amp; NRF Connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Jul 2024 19:30:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112805/low-power-system-on-sleep-xiao-ble-nrf52840-blinky" /><item><title>RE: LOW POWER SYSTEM ON SLEEP XIAO BLE NRF52840 Blinky</title><link>https://devzone.nordicsemi.com/thread/495699?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2024 19:30:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9c1f8e2-2845-4f1d-860e-3bbbdc9703be</guid><dc:creator>ray78654</dc:creator><description>&lt;div&gt;&lt;span&gt;Just an update on this - I switched out to a custom board I had made (uses a &lt;/span&gt;&lt;span&gt;nina&lt;/span&gt;&lt;span&gt; b306) and for the most part I was able to get the current draw down to approximately 10uA with the same code. I&amp;#39;m not entirely sure why this is but, I assume there are some hardware features on the XIAO that I have either overlooked or neglected to toggle. Despite searching for a specific &lt;/span&gt;&lt;span&gt;cause&lt;/span&gt;&lt;span&gt; I have found nothing worthy of note. Regardless, a large bulk of the issue seems to have been resolved using the custom board.&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span&gt;A second issue of further power optimization to get around 2-5uA still needs to be&amp;nbsp;done but I&amp;#39;m &lt;/span&gt;&lt;span&gt;fairly confident&lt;/span&gt;&lt;span&gt; this can be achieved by using some tips in the power optimization guide; placing external flash into sleep mode is something I feel would do the &lt;/span&gt;&lt;span&gt;trick&lt;/span&gt;&lt;span&gt; but I am yet to test this.&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LOW POWER SYSTEM ON SLEEP XIAO BLE NRF52840 Blinky</title><link>https://devzone.nordicsemi.com/thread/493688?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2024 15:51:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c408429-a7c3-41fb-9809-02c6f054547d</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see that CONFIG_PM is only supported by some board, details of which you can see on KCONFIG reference.&lt;/p&gt;
&lt;p&gt;And the guide that I have link suggests to use the CONFIG_PM_DEVICE that is available for your board.&lt;/p&gt;
&lt;p&gt;Other than that, and following the guide, I don&amp;#39;t have any other suggestion.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LOW POWER SYSTEM ON SLEEP XIAO BLE NRF52840 Blinky</title><link>https://devzone.nordicsemi.com/thread/492737?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 13:40:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2849b41a-709b-4a6a-afeb-e96cf27ae6be</guid><dc:creator>ray78654</dc:creator><description>&lt;p&gt;Hi Naeem!&lt;/p&gt;
&lt;p&gt;Thanks for that, I am using SDK version 2.7.0.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;More or less everything that is not in use is turned off which I can confirm - including additional peripherals. The guide if definitely helpful but unfortunately hasn&amp;rsquo;t helped at solving this particular issue.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LOW POWER SYSTEM ON SLEEP XIAO BLE NRF52840 Blinky</title><link>https://devzone.nordicsemi.com/thread/492721?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2024 13:16:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8258586e-54ad-4919-a7d7-3fe2ef5f0fa3</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Which NCS version you are using?&lt;/p&gt;
&lt;p&gt;The first thing would be to check that the modules you are not using should be off, like uart and logging etc.&lt;/p&gt;
&lt;p&gt;But looks like you have already done that. You may confirm it from ./build/zephyr/.config file.&lt;/p&gt;
&lt;p&gt;You may also like to disable peripherals that you are not using, e.g adc, or spi, or other hardware peripherals that you can configure using overlay files.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/test_and_optimize/optimizing/power_general.html"&gt;power optimization&lt;/a&gt; guide might also be helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>