I am trying to use my nRF51 Dongle (pca10031) as a central.
I downloaded the nRF5_SDK_12.3.0_d7731ad and I could see that there is no BLE project for pca10031 (only pca10028 or pca10040).
I tried working from ble_app_uart_c/pca10028 example, which could be similar. I could make the scan working, but when it connects to a peripheral, it resets and restarts.
Is there any BLE central sample that works on nRF51 dongle?
Thanks for helping.