Good morning.
I have two nrf-51 boards and a mobile device, the SDK that I´m using is the v.12.2.0. I need that the three devices are connected at the same time and its have to be able to send/receive bluetooth messages. For this case, I would program a nrf-51 as a peripheral (Peripheral Board) and the other nrf-51 as central (Central Board). The Peripheral Board has to be able to send/receive message from/to Central Board at the same with Central Board and the mobile device.
Squema
Peripheral Board <---(bluetooth conection)---> Central Board <---(bluetooth conection)---> Mobile device
I have read in some posts that with the example "ble_app_multilink_central" is posible to connect 7-8 peripheral to a central device, but is posible:
- Can the mobile device connect to the "Central Board"?
- Is the "Central Board" able to receive bluetooth messages from two diferent devices (peripheral and the mobile device) simultaneously?
All helps is wellcome, thank you.