Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble_app_multilink_central for BLE_NUS_S(receive data from peripherals and transmit to UART)

Hi,

I am using ble_app_multilink_central and ble_app_uart central example for my application, i am combining these two example for ble_app_multilink_cenntral for BLE_NUS_C,

so multi connection to central for BLE_NUS_C is working, but  UART(nordic uart services is not working, means next event is not working, i getting output like this in terminal:

<warning> nrf_sdh_ble: RAM starts at 0x20004190, can be adjusted to 0x20002038.
.<warning> nrf_sdh_ble: RAM size can be adjusted to 0xDFC8.
.<info> app: Multilink example started.
.<info> app: Start scanning for device name Nordic_Blinky.
.<info> app: Connection 0x0 established, starting DB discovery

Please suggest me, i am new to this. thank you in advance

Related