<?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>nrf52810 power conservation techniques</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91055/nrf52810-power-conservation-techniques</link><description>Hello All, 
 Thank you for reading my post. I have finished developing a small battery powered device I have been working on and just completed programming the functionality of the device using Segger studio. I am pleased with how the functionality of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Aug 2022 18:59:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91055/nrf52810-power-conservation-techniques" /><item><title>RE: nrf52810 power conservation techniques</title><link>https://devzone.nordicsemi.com/thread/382339?ContentTypeID=1</link><pubDate>Thu, 18 Aug 2022 18:59:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a02f83ef-78f9-4899-934c-c34e7f3fa48d</guid><dc:creator>epice500</dc:creator><description>&lt;p&gt;Hey&lt;/p&gt;
&lt;p&gt;Sorry for the late response, I am going to implement these changes and see how it works. Might also pick up one of those power profiler kits, looks useful. Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52810 power conservation techniques</title><link>https://devzone.nordicsemi.com/thread/381887?ContentTypeID=1</link><pubDate>Wed, 17 Aug 2022 06:34:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d657c597-f6d1-40ea-b0a8-0660f24d5d1b</guid><dc:creator>nRF5xFanboy</dc:creator><description>&lt;p&gt;Hello epice500,&lt;br /&gt;&lt;br /&gt;Just some humble thoughts that come to my mind when I am looking at your code (main.c):&lt;br /&gt;- Make sure all pins you do not need are set to open;&lt;br /&gt;- Disable the led(s), because I really doubt somebody is watching&amp;nbsp;after product&amp;nbsp;installation ;-)&lt;br /&gt;- Tweak the BLE advertising settings like interval;&lt;br /&gt;- When you do not need the i2c master set it&amp;#39;s pins to&amp;nbsp;&lt;span&gt;open;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;- When you do not need sensor interrupts&amp;nbsp;&lt;/span&gt;&lt;span&gt;set it&amp;#39;s pins to&amp;nbsp;&lt;/span&gt;&lt;span&gt;open;&lt;/span&gt;&lt;br /&gt;- Try&amp;nbsp;sending less&amp;nbsp; (use buffering) perhase sending buffered chunks consume less power.&lt;br /&gt;- Disable logging (at least in your release build of the software; it drains power.)&lt;br /&gt;- Do not use delay but timers&lt;br /&gt;- Check the error code values and act correctly upon it. &lt;br /&gt;&amp;nbsp; &amp;nbsp; What happen upon APP_ERROR_CHECK it hangs itself. I very doubt this is intended by design for your product?&lt;br /&gt;- Measure&amp;nbsp;the power consumption of your sensor using the Nordic Power profiles Kit 2 (PKK2) a must have tool for every embedded&amp;nbsp;engineer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>