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

What Dongle Hardware with nRFConnect Core and Boiler Plate

I would like to under stand Nordic's strategy for compatible hardware for use with nRFConnect V2.

We have a customer who wants a desktop BLE app and we are considering using nrfconnect-core-and-boiler-plate as the environment to build on.

What is Nordic expecting customer to use as the BLE hardware interface? Is there a plan to have a consumer version of the dongle available, IE: In a plastic case?

Thanks, Darren

Parents Reply
  • The firmware on the hardware interface is the connectivity firmware. You can either compile it on your own (using the ble_connecitvity project) or you use the firmware provided in pc-ble-driver github.

    If you build your own hex, you can modify the UART pins as you need. Then you can use any nRF5 hardware, don't have to match the UART pins with the pins we used on the nRF52 DK.

Children
No Data
Related