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

Sending receiving UDP Data wit nrf51 Dongle

Hi,

I want to use nrf51 Dongle for sendig received UDP data to my nrf51822.

How can I send receiving UDP data with nrf51 Dongle?

Parents
  • Hi Kağan,

    if you just want to forward the UDP payload to your nRF51822, then you should be able to create a custom service that sends the payload in chunks.

    On the computer side you would have to create some kind of application that that parses UDP packets and uses the pc-ble-driver to communicate with the nRF51 Dongle

    You could also take a look at our IoT SDK, see this Infocenter page, but note that it only supports the nRF52 Series.

    Best regards

    Bjørn

Reply
  • Hi Kağan,

    if you just want to forward the UDP payload to your nRF51822, then you should be able to create a custom service that sends the payload in chunks.

    On the computer side you would have to create some kind of application that that parses UDP packets and uses the pc-ble-driver to communicate with the nRF51 Dongle

    You could also take a look at our IoT SDK, see this Infocenter page, but note that it only supports the nRF52 Series.

    Best regards

    Bjørn

Children
Related