This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Communication between peripheral and central

Hi,

I have developed firmware on nRF52840 as a peripheral.

Now I have to develop firmware on nRF52832(beacon) as central which scans the first device and connects and sends data on characteristics. How can I do this? I have checked central_blinky example and am able to connect but how can I sned data?

Thanks!

  • Hi there!

    Sorry, I managed to mix the blinky example with the ble_app_uart_c example. The ble_app_uart_c does almost the same but it sets up a filter that checks the UUID of the advertising peripheral. If it matches with the filter then it connects:

    regards

    Jared

Related