Hi, I am using SDK v12.2 and gcc compiler. S132 softdevice for nrf51822 controller. And i am using s132 softdevice. I want to connect multiple nrf51 devices (approx. 14) for sharing data among themself. So, i think i will have to use 2 central and other peripheral device, right? Or is it possible to use all as central?
In SDK there is an example as "examples/ble_central/ble_app_multilink_central/". So is this means there can be multiple central devices can connect and share the data?