Hello,
I have two boards of nRF52840, one being central and the other is peripheral. On the central I've put the code from ble_app_multilink_central and on the peripheral ble_app_blinky.
I've managed to connect each other, but I'm not able to send a string from central to peripheral or viceversa.
I've read many posts regarding this problem, and I concluded that I have to use the code from ble_app_uart_c as the central, and ble_app_uart as the peripheral.
I tried this, but in the ble_app_uart_c, at ble_stack_init() function I get a reset and the led is blinking all the time. I've also tried with multiple versions of SDK and it's the same.
So, returning at the ble_app_multilink_central, what functions should be used to be able to send a message? I've also read posts about combining the code from ble_app_uart_c and ble_app_multilink_central, but nothing helped me.
Please help me.
Thank you!