Hello,
Central uses nRF52840, and multiple peripherals use nRF52832.
The central is paired with each peripheral device , and each communicate.
To do this, I am developing both central and peripheral and would like to ask you a question.
1. I think UUID distinguishes each peripheral.
In the example of BLE multi-link Example , peripheral becomes a blinky application and 'Nordic_blinky' pairs using namefilter.
We distinguish each peripheral by UUID, but if different peripheral functions do the same, does it not matter if UUID is the same?
I want to connect up to 6 peripherals in one central, and each device is separate by ID which I create.
Which example should I refer to to to implement this?
BR,
lyrics