<?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>Battery optimized BLE beacon receiver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44005/battery-optimized-ble-beacon-receiver</link><description>Hi 
 I am working on a product where I need a battery optimized beacon receiver - the opposite of what yo normal see with a beacon device where it is the transmitter which is battery optimized. 
 Because it must be able to receive a beacon from a device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Feb 2019 13:22:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44005/battery-optimized-ble-beacon-receiver" /><item><title>RE: Battery optimized BLE beacon receiver</title><link>https://devzone.nordicsemi.com/thread/172769?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 13:22:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14f3bd91-42e6-45af-940d-5e9021fe1fc2</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply.&lt;/p&gt;
&lt;p&gt;Well. There is no example doing exactly this, but a few remarks:&lt;/p&gt;
&lt;p&gt;Scanning is a much more power consuming action than advertising, so it will not be as power efficient as the beacon itself. The reason for this is that while advertising, the nRF will use the radio only a few ms every advertising interval, while scanning will use the radio continuously for however long you are scanning. You have two variables, scan_interval and scan_window. Scan window is the time the radio will scan per scan interval, so if these are set equal to each other, then it will use the radio 100% of the time, for as long as you are scanning.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What I suggest that you do is to start with one of the examples from the SDK15.2.0\examples\ble_central\ folder, e.g. the ble_app_uart_c example.&lt;/p&gt;
&lt;p&gt;In the file nrf_ble_scan.c there is a function called nrf_ble_scan_on_adv_report() that will be called every time an advertisement is discovered. What this example does is check the UUID whether or not the advertising device has the Nordic UART Service UUID in the advertising pack, and then send a connection request if it does. But you can use this event to check the advertising packets.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>