Hello,
I currently use the uart-ble-central example with the 6.1.0 stack. I would like to make two changes.
1.) In the case of received data via Uart, the board jumps directly into the error case. Error 0x01 is stored in the error mask. Even after increasing the buffer size, this does not change. In addition, this case only occurs when the rx-pin is connected. The pure tx use works flawlessly.
2.) I would like to connect two peripherals with the central one. By adjusting the Counk_Links but no connection is possible.
Many thanks for your help.