<?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>Power Consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57964/power-consumption</link><description>Hi, 
 I am using nRF52832 DK, with Segger Embedded Studio as IDE. I am using ble_app_uart example. I have used an encryption algorithm. The encryption algorithm is called from the main function. I want to know the power consumption of the encryption algorithm</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Feb 2020 11:45:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57964/power-consumption" /><item><title>RE: Power Consumption</title><link>https://devzone.nordicsemi.com/thread/235155?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 11:45:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbaf7662-ea39-4298-8c0b-6fb1a68de196</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;You probably can do this with a voltmeter if you program an app_timer to wake the chip every 1s and in the timer callback you can execute the encryption algorithm and make the chip go back to deep sleep. If you measure the average power consumption here&amp;nbsp; Y uA.&lt;/p&gt;
&lt;p&gt;When you get an average current in the voltmeter, you need to substract few X uA (which are consumed by CPU/peripherals ramp up current till it configures the RTC).&lt;/p&gt;
&lt;p&gt;The value of X can be obtained if you test the power consumption of the same application above but removing your encryption algorithm that is called every 1 second.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(Y - X) gives the average power consumption of your encryption algorithm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Consumption</title><link>https://devzone.nordicsemi.com/thread/235069?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 07:56:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fca97f59-8b38-48dd-8f74-f5fb80b8b0f2</guid><dc:creator>Sai Kiran</dc:creator><description>&lt;p&gt;Thanks for the information. I do not have nRF Power Profiler Kit with me. Is there any other way this can be done?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Power Consumption</title><link>https://devzone.nordicsemi.com/thread/235055?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2020 06:47:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:820abffe-4e3b-4ccc-bb2f-176d36afa6da</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;If you have nRF &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/Power-Profiler-Kit"&gt;Power Profiler Kit&lt;/a&gt;. You can make and application that goes to sleep just after your encryption algorithm is finished. If no other peripheral is running in the background while sleeping then the power profiler will show you how much power was required to process your encryption algorithm.&lt;/p&gt;
&lt;div style="left:210px;top:22.3333px;"&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>