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

Single Central - Two Peripheral Communication

Hello,

I want to achieve bidirectional data communication between one central and two peripherals. My two peripherals will have different services. Any my central device should be able to do bi-directional communication with these two peripherals independently. My central and peripheral devices are NRF52832 based boards.

I have explored ble_app_uart_c example and also ble_app_multilink_central example. But I am unable to understand them. Where exactly I have to make changes in the example code to achieve my requirement? Please help me.

Related