This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Custom BLE app on PC using nRF51 Dongle

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

Parents Reply
  • Hi Hung,

    The reason of using nRF51 is that we've being using the RF51 Dongle for the last years for other purposes (e.g. nRF Sniffer) and we have PCA10031 boards in stock. Plus this new application we want to develop is going to be quite simple so we don't need all the new features included within the newer nRF52 platform. As far as we can implement a basic Central device in a PC application which uses nRF51 Dongle as its Connectivity chip, we are good.

    By the way, maximum ATT_MTU for nRF51 Dongle running S130 SoftDevice is 23 bytes, right?

    Cheers,

    Mario

Children
Related