I am using nRF5_SDK_15.2.0_9412b96, softdevoce 6.1.1, NRF52840, based on ble_app_uart example.
I have a disconnection problem after couple of hours from an android app.
Is this a known issue !?
please help
Thanks
I am using nRF5_SDK_15.2.0_9412b96, softdevoce 6.1.1, NRF52840, based on ble_app_uart example.
I have a disconnection problem after couple of hours from an android app.
Is this a known issue !?
please help
Thanks
Hi,
What phone are you using and what OS does it run?
Could you print the disconnect reason?
In ble_evt_handler, you could do something like this:
case BLE_GAP_EVT_DISCONNECTED: NRF_LOG_INFO("Disconnected reason: %d.",p_ble_evt->evt.gap_evt.params.disconnected.reason);
Could you kindly provide the nRF connect log, sniff log or debug info?
Thanks,
Amanda
Hi,
I solved the issue by using the external clock for the SoftDevice clock configuration and somehow the issue not recognized anymore !
thanks for the help
Jawad
Hi,
I solved the issue by using the external clock for the SoftDevice clock configuration and somehow the issue not recognized anymore !
thanks for the help
Jawad