Hi,
I have three nRF52840 DKs
I am trying to connect two of them as peripheral devices( that implement the ble_app_uart example)
to the third nRF52840 central device (that implements the ble_app_uart_c multilink example)
The multilink example can be found here.
Initially I tried to connect the two nRF52840 peripheral devices to the central NRF52840 device.
The peripherals were connected without issues to the central device. I verified that by checking
the debugger messages of the Central device in SES debugger as depicted in the following image
The next step was to send a "Hello_World" string c from each peripheral device to the central device every 500mse and see if the strings are transmitted ok.
But when I connected the first peripheral device to the central device the following warning came up from the central device debugger window every time the string was transmitted from the peripheral device
To verify that I send the string from the peripheral to the central without issues I connected
the peripheral device to a BLE uart app in my smartphone and the string was passed as expected.
So that leads me to conclude that it has something to do with central device DK.
So far I haven't found a solution to this or an explanation of why this happens.
Any ideas what I am doing wrong?
Thank you for your time