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

Communication from PC to NRF52.

Hi. I have been looking through the forum to find anything that could answer my problem, but can't seem to find it. I am working a project, where our needs is to use a nrf52 as central device and connect to a peripheral device using manufacturer ID. I have the device up and running with SDK 12, using ble_app_hrs_c as an example, connecting via complete local name, so far. Now I want to be able to use this device via commands from a PC. So for example, I connect NRF52 to a PC, i then should be able to send commands from PC via UART, to NRF52 and I should then be able to send a command from PC, e.g. Service Discovery, and it should report back to the PC with what it discovered. Can this be done using the SDK?

Related