<?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 power profile</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7710/scan-power-profile</link><description>Hello everybody, 
 I&amp;#39;m developping an application using nRF51 Development Kit with S130 softdevice and I&amp;#39;m looking for the power profile of scanning event. I understand that it&amp;#39;s not yet available in S130 specification, but I looked in S120 specification</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 25 Aug 2015 10:21:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7710/scan-power-profile" /><item><title>RE: Scan power profile</title><link>https://devzone.nordicsemi.com/thread/27474?ContentTypeID=1</link><pubDate>Tue, 25 Aug 2015 10:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85fe5144-5fa4-4af3-8e14-5980a0defdc1</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi prasanna&lt;/p&gt;
&lt;p&gt;I have updated my answer on this thread in order to better answer your question&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan power profile</title><link>https://devzone.nordicsemi.com/thread/27473?ContentTypeID=1</link><pubDate>Mon, 24 Aug 2015 18:43:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ba76130-4f8b-45fa-83a6-e99f7d93ab41</guid><dc:creator>pltv</dc:creator><description>&lt;p&gt;Hello Stefan&lt;/p&gt;
&lt;p&gt;Could you explain more on the 13mA current consumption. I have a requirement for continuous scanning and advertising and I am observing that the program burns out the battery pretty fast. We are exploring ways of reducing current consumption. It will be useful to understand in detail how the scanning functionality affects current consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Scan power profile</title><link>https://devzone.nordicsemi.com/thread/27472?ContentTypeID=1</link><pubDate>Mon, 22 Jun 2015 13:53:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e21d578-b4a3-424a-8445-bfff8820fa3a</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Alexandre&lt;/p&gt;
&lt;p&gt;A nRF51822 central device with S120 periodically scans for peripheral devices in order to discover advertising packets from the peripheral. While scanning, the device does so with fixed RX radio power, and that can not be configured. The current consumption while scanning is around 13mA. What you can adjust is the scan interval and scan window, which determine the duty cycle of your scanning.&lt;/p&gt;
&lt;p&gt;While the device is not scanning it will reside in System On low power mode with current consumption of ~4uA.&lt;/p&gt;
&lt;p&gt;If you would choose to have very low duty cycle (long scanning interval and short scanning window) , then you would consume less average power, but it will take longer for the device to discover peripherals and connect them, so it will in theory not save you any power, just make your device less responsive.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 25.8.2015&lt;/strong&gt;
Continuous scanning is enabled by simply turning on the nRF51 radio receiver, which is fixed 13mA. Our new nRF52832 chip however has receiver current consumption of 6.1mA with even better sensitivity than nRF51.&lt;/p&gt;
&lt;p&gt;The way to reduce current consumption is to simply not scan the whole time, i.e. scan periodically. That is done by adjusting the SCAN_INTERVAL and SCAN_WINDOW parameters in e.g. the ble_app_hrs_c example in the nRF51 SDK. The SCAN_WINDOW window specifies how long the device should scan inside the SCAN_INTERVAL.&lt;/p&gt;
&lt;p&gt;If you have power constraints on both peripheral and central side, you need to balance the current consumption between the two as desired, i.e. by having the central scan with decent scan interval and the peripheral to advertise with decent advertising interval. If you let the peripheral advertise with long advertising interval and the scanner scan very seldom, then you will have to wait a very long time for the central to receive an advertising packet from the peripheral. You need to spend some current on either or both sides in this process in order to have adequate response time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>