Hi! I want to program a custom BLE application (as Central/master/GATT client device) to run on a Windows PC using a nRF51 Dongle (PCA10031 board) attached through USB in order to scan, connect and exchange some data with a BLE peripheral/slave/GATT server device.
What SoftDevice should I use for the nRF51422 SoC on the PCA10031 board? And what version? In fact, what specific firmware file should I flash? What nRF5 SDK version should I use?
I've seen that I should use the pc-ble-driver libraries in order to make the PC application which serializes the nRF5 SoftDevice that is running on the nRF51 Dongle. Where can I find an example similar to the PC application I want to implement?
Thanks in advance,
Mario