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

Pairing NRF52840 dongle with NRF52840 DK

Is it possible to pair the nrf52 DK and nrf52 dongle through bluetooth? My project requires that the nrf DK sends data (sensor values) to the nrf dongle, and from the dongle send data through the usb to the PC comport. For my project I don't want to use the NRF Connect app, I only want data to be transmitted to the PC comport. 

Is this setup doable ? If yes are there any example software on how to pair the two devices together without using the nrf connect app?

Parents Reply
  • Hi,

    Sorry for my late reply.
    The Dongle Programming Tutorial is the reference for how to make the examples compatible with the dongle.
    You are currently attempting the BLE Blinkey example. Have you tried to do the non-ble(without softdevice) Blinkey example first, before doing the BLE one?

    MRK-196 said:
    I am  encountering errors when building the project.

    Please elaborate on the exact errors you are encountering. If you could provide a log of the building output that would be beneficial.

    Best regards,
    Karl

Children
Related