<?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>scan high power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33340/scan-high-power-consumption</link><description>Hi. 
 I scan devices with sd_ble_gap_scan_start command and on start it consumes around 6mA. 
 here are my parameters: 
 #define SCAN_INTERVAL 0x00A0 /**&amp;lt; Determines scan interval in units of 0.625 millisecond. */ #define SCAN_WINDOW 0x0050 /**&amp;lt; Determines</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Apr 2018 08:06:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33340/scan-high-power-consumption" /><item><title>RE: scan high power consumption</title><link>https://devzone.nordicsemi.com/thread/129483?ContentTypeID=1</link><pubDate>Tue, 24 Apr 2018 08:06:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5645cd3-7f6d-4600-9a61-954254f34284</guid><dc:creator>schef</dc:creator><description>&lt;p&gt;Here are some results of scanning that could be helpfull to someone:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Scanning parameter: interval 2000ms, window 60ms. &lt;br /&gt; &lt;br /&gt;With 2000 sampling maximum was 2.091mA , minimum 21uA and average 275uA.&lt;br /&gt; &lt;br /&gt;My testing board consumed 25uA so just the scanning action draws around 250uA. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Results of scanning Advertising device with maximum advertisement of 20ms on a distance of 1m with 577 sampling (20 min): &lt;br /&gt; &lt;br /&gt;&amp;nbsp;- 4 sampling sa 4 packets&lt;br /&gt; &lt;br /&gt;&amp;nbsp;- 16 sampling sa 3 packets&lt;br /&gt; &lt;br /&gt;&amp;nbsp;- 281 sampling sa 2 packets&lt;br /&gt; &lt;br /&gt;&amp;nbsp;- 238 sampling sa 1 packets&lt;br /&gt; &lt;br /&gt;&amp;nbsp;- 39 sampling sa 0 packets&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;U 14.7% cases we get a packet inside 4 sec and in 85.3% inside 2 sec. &lt;br /&gt; &lt;br /&gt;It never occured that i got 2 samplings in a row with 0 packets.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: scan high power consumption</title><link>https://devzone.nordicsemi.com/thread/128143?ContentTypeID=1</link><pubDate>Fri, 13 Apr 2018 03:38:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d51e756-e1c2-4c3b-bb06-c054045f98db</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The average power consumption of the RADIO itself as receiver (scanning) is around 5.5mA as shown &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fradio.html&amp;amp;cp=2_1_0_22_14_2&amp;amp;anchor=unique_1051904501"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;With 100ms scan interval and 50ms scan window, you are keeping the RADIO on half of the time. So just the RADIO will consume an average current of 5.5/2 = 2.75mA. And this is assuming your device is not doing anything else.&lt;/p&gt;
&lt;p&gt;But obviously you will need clocks and few peripherals and CPU core to do some pre and post processing of this incoming packets.&lt;/p&gt;
&lt;p&gt;Scanning is very power consuming process, that is the reason in older BLE specifications only mobile phones were doing this due to larger batteries. If you have a scanner on your product with smaller batteries, you should scan for as less time as possible otherwise it will drain your battery much faster.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You asked if the numbers you see are normal?&lt;/p&gt;
&lt;p&gt;Yes, they look normal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>