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

which example should be used to detect the nRF51 dongle?

Im using the PCA10031. Placed it in the my laptop usb and installed the nRF go and keil mdk arm and nrf51 sdk. Using the pack installer, which example should I use to be able and detect ble device using my cell phone (nexus 5)?

  • Hi. You can use any example you like. Just remember to define the correct board in "Target Options -> C/C++" (this will assign the correct GPIOs to LEDs and buttons, etc). Also remember to program a SoftDevice onto your Dongle if your example requires it. You can use nRFgo Studio to do this.

    If you want to use your Dongle as a central on the PC side you can flash your Dongle using Master Control Panel and hit "File -> Flash Programming" and then choose the latest firmware.

Related