<?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 of nRF51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14661/power-consumption-of-nrf51822</link><description>Hi, 
 I&amp;#39;m using nrf51822 module purchased from www.waveshare.com/core51822.htm . I&amp;#39;m running uart over ble application example. I commented uart_init() function in main() because I dont want to print logs on a terminal. When I measured the power consumption</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Jul 2018 18:16:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14661/power-consumption-of-nrf51822" /><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/141571?ContentTypeID=1</link><pubDate>Thu, 26 Jul 2018 18:16:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b09e9243-c494-4d06-922d-5782662aa6e8</guid><dc:creator>webfrank</dc:creator><description>&lt;p&gt;Hi, I have the same module and made a simple program with advertising interval of 1s but I measure 4.4mA which is really high. I&amp;#39;m using platformio to compile the firmare.&lt;/p&gt;
&lt;p&gt;Any advise on how to reduce the power consumption?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/55961?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2016 12:55:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:316d502f-227e-48fc-b051-a2e1d94d9c62</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;That way is just fine. BTW: AMS1117 is an LDO regulator not a DCDC regulator/converter ;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/55960?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 15:38:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0eea103-dc12-4c57-8a6c-98e9a312f923</guid><dc:creator>Amit Varshney</dc:creator><description>&lt;p&gt;Thanx Ole Bauck for that document.
I want some suggestion from you. In my application, I want to drive a motor through nRF51822 which operates on 6V. I&amp;#39;m using 4AA duracell batteries, which gives me a voltage arround 6V. This voltage is goes to the motor driver. Then I converted that voltage to 3.3V using AMS1117 DC-DC converter to operate the nrf51822. I dont want to put the ble to stop advertising so I do not put it to system off mode. In this situation I measured a average current in advertising mode is arround 0.7mA. Is this a right way I&amp;#39;m doing this or some another way. Please help me in this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/55959?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 14:12:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:952d8d8c-a7b8-4e19-83b6-00897671143d</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;That will depend on the size of your battery. In theory this is the battery life:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Battery lifetime (h) = Battery capacity (mAh) / Average current consumption (mA)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Depending on the battery type it may be less since the battery capacity is specified for a constant low current draw while in BLE application the peak current draw may cut down on the capacity and hence the life. You can read &lt;a href="https://www.dmcinfo.com/Portals/0/Blog%20Files/High%20pulse%20drain%20impact%20on%20CR2032%20coin%20cell%20battery%20capacity.pdf"&gt;this&lt;/a&gt; document if you want to know more about this.&lt;/p&gt;
&lt;p&gt;The average current you have measured is in advertisement mode with interval 40ms. In your final product you may switch between different modes (advertising/connected), and then the current consumption will vary. The current consumption will also be dependent on the advertisement or connection interval as previously said.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/55958?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 11:36:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf1d9101-9b07-48a6-9aec-d6a86f2baf5e</guid><dc:creator>Amit Varshney</dc:creator><description>&lt;p&gt;So, If i&amp;#39;m using default advertising interval then can you tell me what will be the battery life. I do not want to put the chip in system off mode because in my application I want the device will be ON everytime.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: power consumption of nRF51822</title><link>https://devzone.nordicsemi.com/thread/55957?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2016 11:30:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a903801-2c83-4789-900e-f54557636c10</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;With the default advertising interval (40ms, defined in &lt;code&gt;APP_ADV_INTERVAL&lt;/code&gt;) you may see current draw of up to 0.7mA (I measured 0.5-0.6mA on nRF51 DK using the latest SDK (v11) and SoftDevice (s130 v2.0.1). You can reduce this by increasing the advertisement interval. Also if connecting to the device the current consumption should go down.&lt;/p&gt;
&lt;p&gt;You should not comment out &lt;code&gt;uart_init()&lt;/code&gt; if you intend to use ble_app_uart as it depends on uart communication to send and receive data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>