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

nrf52 DK to nRF51 dongle streaming

I want to transfer data collected in my nrf52DK to nRF51 dongle at regular intervals. Right now I can use master control panel in PC to receive the data. Is there any way, without using the MCP, to receive the data in a PC via the nRF51 dongle? Is there a way to open a UART/COM port without using the MCP to start the connection and receive the data on PC? Any examples will be hepful .

Thank you and appreciate your help.

Parents
  • Hi Oliver,

    If you don't want to use MCP, you can create your own program. You can either use :

    • Master Emulator API that we provided (including the C# examples) here : C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.13.14

    • BLE Driver (C++) here.

    • Create your own program accessing UART and use the connectivity firmware (for S130) on the nRF51 instead of using the MCP dongle firmware.

Reply
  • Hi Oliver,

    If you don't want to use MCP, you can create your own program. You can either use :

    • Master Emulator API that we provided (including the C# examples) here : C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.13.14

    • BLE Driver (C++) here.

    • Create your own program accessing UART and use the connectivity firmware (for S130) on the nRF51 instead of using the MCP dongle firmware.

Children
Related