nRF52DK disconnect problem

HI I am using nRF52DK as central and peripheral.
UART example was used in nRF52DK as central, and blinky examples were put in the rest of nRF52DKs to test the connection.
(I am using bluetooth low energy of nRF connect in the program on my computer)

The distance between the central and peripheral was in a straight line, about 3-5 m, so it was not a long distance.

However, when connecting blinky, all blinky devices were disconnected, or an error occurred when connecting was pressed and the connection could not be established.

When the first connection is not possible, reason: BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED

BLE_HCI_CONNECTION_TIMEOUT occurs when connection is established and disconnected

In the example and nRF52DK, the provided code was used without any modification.

I changed ppm, interval, timeout, NRFX_CLOCK_CONFIG_LF_SRC through search, but the problem was not solved

How can i do?

Related