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

Bond problem after 50 cycles bond/delete pair

SDK15, nRF52832, S132

I notice that after about 30-50 bond and delete cycles peripherial to central, central doesn't want to bond. Before it bond and after that delete bond was success. If central device reprogram by nrf go studio, all warks fine again till to 30-50 bond/delete.

How to decide this problem?

Parents Reply
  • Hi, 

    You could enable the log in the sdk_config.h as

    // <e> NRF_LOG_ENABLED - nrf_log - Logger
    //==========================================================
    #ifndef NRF_LOG_ENABLED
    #define NRF_LOG_ENABLED 1
    #endif
    // <h> nRF_Log
    
    //==========================================================
    // <e> NRF_LOG_BACKEND_RTT_ENABLED - nrf_log_backend_rtt - Log RTT backend
    //==========================================================
    #ifndef NRF_LOG_BACKEND_RTT_ENABLED
    #define NRF_LOG_BACKEND_RTT_ENABLED 1
    #endif

    Then, you could see the RTT log in the Segger.

    -Amanda H. 

Children
Related