<?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>Basic power consumption evaluation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42250/basic-power-consumption-evaluation</link><description>Of course accurate power consumption isn&amp;#39;t possible to predict. However, it would be helpful to have a couple of basic numbers so we could do some back of envelope power calculations before we put too much time into this DK: 
 1. Can you tell us the power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Jan 2019 14:39:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42250/basic-power-consumption-evaluation" /><item><title>RE: Basic power consumption evaluation</title><link>https://devzone.nordicsemi.com/thread/164743?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 14:39:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12abad51-cb7e-485d-a845-af40c43bb75c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]1. Can you tell us the power draw when the device is&amp;nbsp; in deep sleep? (assuming you&amp;#39;ve locked down all GPIO pins, etc)[/quote]
&lt;p&gt;&amp;nbsp;The floor current, with LTE Power Saving Mode (PSM), at this moment is 7 uA (but we&amp;#39;re aiming for 3 uA when production silicon is ready). More details are available here under the section &amp;quot;PSM&amp;quot;:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/b/nrf9160-development-status/posts/nrf9160-development-status"&gt;https://devzone.nordicsemi.com/b/nrf9160-development-status/posts/nrf9160-development-status&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]2. Assuming a strong LTE signal, how much much power is required per 1kb to upload?&lt;br /&gt;Yes, this is a highly variable number, which is why I said strong signal and assume a 1kb packet. Again, just a ball park here. The reason I want to use LTE-M over NB-IoT is that I have a fairly large amount of data I need to send quickly. I&amp;#39;m trying to understand, VERY roughly, what it would take to send these packets.[/quote]
&lt;p&gt;&amp;nbsp;Unfortunately, this is the section that we do not have much specific data on yet. We have the peak and active currents at different output power settings in the OPS:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF9160/latest/_tmp/alta-nRF9160/autodita/CURRENT/parameters-id_current_modem"&gt;https://www.nordicsemi.com/DocLib/Content/Product_Spec/nRF9160/latest/_tmp/alta-nRF9160/autodita/CURRENT/parameters-id_current_modem&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The top section &amp;quot;Bx&amp;quot; is the band &amp;#39;x&amp;#39; which is used for that specific measurement.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We also have some numbers for different PSM/eDRX scenarios in the above linked devzone development status, which can help on giving a indication on what to expect in the final product.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user=""]3. I assume &amp;quot;Deep Sleep&amp;#39; is very tricky as if you turn off the LTE-M radio, you&amp;#39;ll need ~30 seconds to require a tower. Is there a low power mode that keeps a the LTE-M radio ready (for lack of a better word) so when I do wake up, I can send a packet right away?[/quote]
&lt;p&gt;&amp;nbsp;Yes, this is a feature I briefly mentioned, called Power Saving Mode or PSM for short.&lt;/p&gt;
&lt;p&gt;With PSM, you can set a timer for when you&amp;#39;re going to back &amp;quot;online&amp;quot; again. This is beneficial for applications that send data not very often (&amp;gt; 10 minutes) and does not require high latency.&lt;/p&gt;
&lt;p&gt;The minimal timer value set here is 10 minutes, so if you plan to send data only once an hour and do not have higher latency requirements, PSM would fit your application.&lt;/p&gt;
&lt;p&gt;When you wake up from PSM, you will be in connected mode (uses around ~1 to 2 mA on avg, per the development status page) for some time before going back to PSM.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you plan to send data in a shorter interval, eDRX (extended discontinuous reception) mode can be used. This is from 5.12s intervals, and upwards, for Cat M1. This would be a more power hungry solution than PSM, but you&amp;#39;ll gain in latency and overall throughput.&lt;/p&gt;
[quote user=""]I totally understand that hard answers are impossible. I&amp;#39;m just trying to figure out if my &amp;quot;10 x 2kb packets/day&amp;quot; application is even possible using this type of device. My worry is that even a back of the envelope calculation will show that this use case will burn through a battery (1000mah) in hours and not the weeks I&amp;#39;m hoping for.[/quote]
&lt;p&gt;Even if you choose a lower latency, like normal DRX at 2.56 sec, the average should be in the range of 250 to 300 uA (of course depending on many factors like how much uplink, how much downlink at this interval, what the input voltage is), and with a 1000 mAh battery, you should last around (1000 mAh / 300 uA) = 3333 h, which is just shy of 139 days.&lt;/p&gt;
&lt;p&gt;Most applications have added sensors, processing, LEDs that blink every now-and-then, which&amp;nbsp;needs to be accounted for in addition to the modem itself.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>