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

nRF52 direct connection to Win10

Hi everyone,
I need to send data (coming from many sensors) from a nRF52 to PC via Bluetooth. I have a custom board with nRF52832 and I am using the nRF52 Development Kit (connected to PC via USB) to receive data on PC.
The service I am using is Nordic UART Service.

Now my question is:
How can I connect the custom board directly to PC and receive data via Bluetooth?

I know there are a lot of other similar questions here, but I would like to receive a more direct answer.

I have Windows 10, so there is BLE Support.

Do I need to develop a custom service on the board and a custom software for PC?

Thank you!

Parents Reply Children
  • If the BT is integrated in the PC I'd have thought it would be (almost) a given that it'll be using the standard Windows APIs ?

    Yes, at least PC producers must guarantee that.. I hope!

    Anyway I can continue to use Nordic UART Service on my custom board and develop a software for PC which reads from the dedicated characteristic of this service, right?

  • Hi,

    cacaomeravigliao said:
    Anyway I can continue to use Nordic UART Service on my custom board and develop a software for PC which reads from the dedicated characteristic of this service, right?

    Yes, that is correct.

    DevZone is primarily focused on the nRF side of things, and our PC tools such as nRF Connect does not use the Windows API. (Instead they rely on using an nRF dongle and serializing the SoftDevice.) That in turn means we have little (if any) knowledge on using the Windows API, but I am sure there are other forums out there that will be helpful.

    Regards,
    Terje

Related