<?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>BLE scanner long range</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67464/ble-scanner-long-range</link><description>Hello! 
 i&amp;#180;m enable ble long range like central for scanner beacons, i can see long range beacons, but only one time, then i need to restart my DK: i use to do this ble_uart_c example adding all of this: 
 on main: 
 
 static ble_gap_scan_params_t const</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Oct 2020 06:25:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67464/ble-scanner-long-range" /><item><title>RE: BLE scanner long range</title><link>https://devzone.nordicsemi.com/thread/276332?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2020 06:25:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bf56e4a-72da-4967-9d8c-940154807fb8</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Glad to hear you were able to figure this out on your own!&lt;/p&gt;
&lt;p&gt;Best of luck and regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE scanner long range</title><link>https://devzone.nordicsemi.com/thread/276280?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 15:25:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31ef8a6b-1671-493d-b280-645ffa01cf9d</guid><dc:creator>Prayam</dc:creator><description>&lt;p&gt;&lt;span&gt;I found the problem had not changed the value of:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;#define NRF_BLE_SCAN_BUFFER 31&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;to:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;#define NRF_BLE_SCAN_BUFFER 255&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;i found it in :&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/50639/nrf52840-dk-change-scanning-phy-to-coded-phy"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/50639/nrf52840-dk-change-scanning-phy-to-coded-phy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE scanner long range</title><link>https://devzone.nordicsemi.com/thread/276244?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 14:01:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f2d935f-a74e-49a0-9980-a3a9e127e4f3</guid><dc:creator>Prayam</dc:creator><description>&lt;p&gt;Thanks Simonr,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i read the example, i have a similar code, when i say &amp;quot;&lt;span&gt;i can see long range beacons, but only one time&amp;quot; i&amp;acute;m trying to clarify:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1._ i have long range beacons working&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2._i have nrf52840 dk working with a long range advertising scanner on it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But it stops when a first beacon apeared and the if a iwant to see another beacon or advertising i need to switch off and on the&amp;nbsp;nrf52840 dk.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This behaviour only shows with&amp;nbsp;BLE_GAP_PHY_CODED if i change it for&amp;nbsp;BLE_GAP_PHY_AUTO, i can scan beacons once and once again.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I dont understand why my code only scan 1 device with the&amp;nbsp;BLE_GAP_PHY_CODED&amp;nbsp;enabled,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I hope I have explained myself better this time.Thanks!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE scanner long range</title><link>https://devzone.nordicsemi.com/thread/276202?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2020 12:58:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c148af9-152e-4584-9620-0e07455ffca9</guid><dc:creator>Simonr</dc:creator><description>[quote user=""] i can see long range beacons, but only one time[/quote]
&lt;p&gt;&amp;nbsp;Can you specify what you mean about this? Did you see them at one point, but then changed something in your project and now you&amp;#39;re not able to see these beacons anymore?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please check out this modified example project, which should include everything necessary for scanning for long range devices.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5432.Long_5F00_range_5F00_15.2.zip"&gt;devzone.nordicsemi.com/.../5432.Long_5F00_range_5F00_15.2.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>