Hi,
I am looking for a proper solution for BLE data communication among 3 devices like 1 central and 2 peripherals.
2 peripherals could send around 300 bytes to the central with 100m~1s time gap and central sends around 30 bytes to the 2 peripherals hourly.
For this project, I am looking at the multi-link central example but also nus service.
Is the nus proper for this project like sending 300 bytes data from multiple peripherals to the central very short time and central sends data to both peripherals?
I mean multi-link central and nus could be used at the same time? or anyone can recommend any other solution or example for multi-link data communication?
Thanks in advance.