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!