<?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>NRF52832 Low power scan - using CR2032</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/59918/nrf52832-low-power-scan---using-cr2032</link><description>I am trying to develop a low power scanner with nrf52832 which is is acting as both central and peripheral (beacon) 
 I need to detect other tags like itself transmitting nearby (max 2m). Their advertisement interval can be adjusted 
 I need to identify</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Apr 2020 11:19:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/59918/nrf52832-low-power-scan---using-cr2032" /><item><title>RE: NRF52832 Low power scan - using CR2032</title><link>https://devzone.nordicsemi.com/thread/243874?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 11:19:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31d919f4-ef5a-471f-934e-d0e4d9930759</guid><dc:creator>Avi</dc:creator><description>&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Low power scan - using CR2032</title><link>https://devzone.nordicsemi.com/thread/243862?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 10:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f17e675-542a-4ebb-9d40-7f6520685b97</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, ~14.3 uA average. With ideal battery conditions,&amp;nbsp;the battery could last that long, but it will depend on various conditions.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, note that additional processing of data from the scanned beacon/advertising packets in the application will increase the current consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Low power scan - using CR2032</title><link>https://devzone.nordicsemi.com/thread/243853?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 10:02:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89dfd024-1d78-471d-b5ea-b6e240f5f430</guid><dc:creator>Avi</dc:creator><description>&lt;p&gt;Thanks. The picture is not clear.&lt;/p&gt;
&lt;p&gt;Is it 14uA avarage?&lt;/p&gt;
&lt;p&gt;Does it mean that with 220mAH battery, I will get 654 days?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52832 Low power scan - using CR2032</title><link>https://devzone.nordicsemi.com/thread/243830?ContentTypeID=1</link><pubDate>Tue, 07 Apr 2020 08:51:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d59a796-1687-40fa-b0ed-cfc9dd941a70</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can also save some power by doing passive scanning, compared to active scanning, if the beacons do not use scan response packets to increase the size of the advertised data. Enabling the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/power.html#topic"&gt;DCDC regulator&lt;/a&gt; will also reduce the current consumption when the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/radio.html#unique_1051904501"&gt;RADIO&lt;/a&gt;&amp;nbsp;or &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/cpu.html#topic"&gt;CPU&lt;/a&gt; is active, when running from a 3 V power source. The lower peak current draws will increase the lifetime of the battery.&lt;/p&gt;
&lt;p&gt;I created a test program with your specifications and measured its current consumption with our &lt;a href="https://www.nordicsemi.com/Software-and-tools/Development-Kits/Power-Profiler-Kit"&gt;Power Profiler Kit&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is the average current over 2 minutes:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-55db394393424a529df99fe414e667c6/slow_5F00_beacon_5F00_scanner_5F00_average_5F00_120s.png" /&gt;&lt;/p&gt;
&lt;p&gt;And this is a zoomed image of the time when the radio is active/scanning:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-55db394393424a529df99fe414e667c6/slow_5F00_beacon_5F00_scanner_5F00_scanning_5F00_200ms.png" /&gt;&lt;/p&gt;
&lt;p&gt;Attached the project for reference:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-55db394393424a529df99fe414e667c6/ble_5F00_app_5F00_beacon_5F00_scanner_5F00_low_5F00_power_5F00_sdk16.zip"&gt;devzone.nordicsemi.com/.../ble_5F00_app_5F00_beacon_5F00_scanner_5F00_low_5F00_power_5F00_sdk16.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These measurements do not include any advertising part, but you can get an idea of the advertising current from the &lt;a href="https://devzone.nordicsemi.com/nordic/power/"&gt;Online Power Profiler&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>