• SDK 14 migration

    Hi again, I have advertising up and runnnig and can connect to my server through the nrfConnect app. However after ~39-40 sec(every time) the connection is lost with errorcode 34(LMP timeout). And I can read all my characteristics. MAX/MIN_CONN_INTERVAL…
  • ble_evt_dispatch sdk14

    Hi, I am confused with the migration document regarding the dispatch function being removed. In the previous uart example the dispatch function included: ble_conn_params_on_ble_evt(p_ble_evt); nrf_ble_gatt_on_ble_evt(&m_gatt, p_ble_evt); ble_nus_on_ble_evt…
  • RTC clear problem

    Hello, I've run into a problem, which seems at least to be similar to that described in another thread . In short, if I set up a counter with CC[n] and start it, a COMPARE[n] event will be generated at some point. If in the corresponding handler I…