Hello
I'm using the nrf52dk board. It's been good so far, but suddenly there's a connection problem with Bluetooth.
I tested it with SDK's various ble examples. Debugging, Bluetooth advertising, uart, gpio, etc. seem to work well. However, when the nrf connect app connects Bluetooth, the mcu recognizes that it is connected, but the app only says 'Connecting' as shown below. And the service and characteristics of Bluetooth that connected as below are not printed out.
//ble_app_blinky example (SDK17.0.2)
//In terminal
//after connected -> btn1 push
<info> app: Connected
<info> app: Send button state change.
It seems that the app is not connected, but mcu is output as connected and other actions are executed without any problems.
I don't know why this problem is happening all of a sudden. May I know about this problem?
Thank you.