<?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>beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49395/beacons-are-missed-when-debugger-is-not-connected</link><description>Hi, 
 I designed a gateway that includes nrf52832 which receives beacons and sends it to other processor through uart, and this processor sends beacons to the server. Well, when i connect the rtt debugger to the nrf, there is no problem, all beacons are</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 15 Jul 2019 06:51:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49395/beacons-are-missed-when-debugger-is-not-connected" /><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/198308?ContentTypeID=1</link><pubDate>Mon, 15 Jul 2019 06:51:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac00e5cf-212b-4260-8842-91c60da0ac13</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Then it seems the problem is based in the central. You say you&amp;#39;ve added UART to the ble_app_blinky_c example. You might&amp;#39;ve missed something when implementing UART into that example which is what causes the central to not receive all the beacon advertisements. Can you try using the ble_app_uart_c example for your central application? Also, please add a snippet of code to show how you&amp;#39;ve implemented UART to your central as of now.&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><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/197431?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 14:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fe37c5f7-802f-4c5b-80f7-32bc726ca81a</guid><dc:creator>Kadir</dc:creator><description>&lt;p&gt;i checked the beacon signals, there is no problem in the beacon module&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/197064?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2019 09:33:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40335f82-8e06-4546-b413-0721174d377f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Ok, thanks for the clarification. Can you try using a sniffer to see what happens to the advertising packets? If they&amp;#39;re sent from the beacon at all? The &lt;a href="https://www.nordicsemi.com/?sc_itemid=%7B655FA723-4404-4FBE-8062-7C5C5DCDF36E%7D"&gt;nRF Sniffer&lt;/a&gt; should be a useful tool if you don&amp;#39;t have a sniffer already.&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><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/197018?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2019 08:11:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d916fa97-72e1-4492-8de2-6b7d27b10a65</guid><dc:creator>Kadir</dc:creator><description>&lt;p&gt;No, arm microcontroller is connected to nrf52 central via uart to receive beacon data, i am using ble_app_blinky_c as a central and ble_app_blinky as a peripheral. In the central, i only added uart. In the&amp;nbsp;ble_evt_handler, if there is a beacon, beacon data is send to the uart with non_blocking mode. I do not change any paramaters except power management function actually&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/197003?ContentTypeID=1</link><pubDate>Mon, 08 Jul 2019 07:34:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6490e4af-5baf-4b6c-b807-e8a9c21fc83e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;This arm microcontroller is connected to the beacon, correct? And the central is not able to receive the BLE signals from the beacon 100% of the time. The lack of using power management should not be an issue. Did you base your project on one of our SDK examples? In that case,&amp;nbsp;which one, and what changes have you made to it other than removing the power management function?&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><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/196830?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 12:00:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:347cdd2f-0362-4908-9ab7-90564a5123b4</guid><dc:creator>Kadir</dc:creator><description>&lt;p&gt;there is an arm microcontroller that receives beacon data from nrf52 through uart, i checked the uart signals with&amp;nbsp;oscilloscope, and i see that there is not problem in the uart or arm mcu. I will make more research the issue regarding HFLCK. Additionaly, i do not use nrf_pwr_mgmt_run() function, is it the reason?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: beacons are missed when debugger is not connected</title><link>https://devzone.nordicsemi.com/thread/196825?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 11:47:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afb19278-8a83-4ca6-8371-e81e76a75fe8</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;A common reason something would work &amp;quot;better&amp;quot; in debugger mode, is that in debugger mode, the HFCLK is forced to stay on all the time, while in normal mode, the HFCLK will be turned off to minimize the current consumption when it isn&amp;#39;t needed, so for example between scanning/transmitting radio events. Which could be the reason it ain&amp;#39;t received. A few questions, as I don&amp;#39;t quite understand your setup:&lt;/p&gt;
&lt;p&gt;Does this gateway work as a relayer, so it receives a beacon signal, and transmits it to your central? What device is your central? If you&amp;#39;re able to see that the beacons are received by the central, is it the gateway that isn&amp;#39;t receiving 40% of your beacon signals?&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>