This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

beacons are missed when debugger is not connected

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 sended to the server but when i disconnect the debugger, approximately %40 of the beacon are missed, i can see these received beacons on the server. I use one beacon, and advertising interval is 1 second.

Also SEGGER_RTT_CONFIG_DEFAULT_MODE is set to SKIP

Any idea what is the reason.

Parents
  • Hi

    Then it seems the problem is based in the central. You say you've added UART to the ble_app_blinky_c example. You might'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've implemented UART to your central as of now.

    Best regards,

    Simon

Reply
  • Hi

    Then it seems the problem is based in the central. You say you've added UART to the ble_app_blinky_c example. You might'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've implemented UART to your central as of now.

    Best regards,

    Simon

Children
No Data
Related