Hi, I'm programming both Central and Peripheral.
[Picture 1] is what I want to implement.
[Picture 1]
Central connect multiple peripherals which is the same functionality. If it send the unique ID of each peripheral to the central, it performs the function required by each peripheral based on that. Therefore, I would like to connect central and peripheral first.
I have a question.
If I program on two peripheral control boards (I'll refer to ble_app_uart),
Shouldn't all the UUIDs in the peripheral control board be different? (I understand that UUID is the unique number of each device.)
1. If it should be different, which code example should I refer to?
2. And if it doesn't have to be different, what's the reason?
(If the function is the same, is the service and characteristic the same as well?)
3. Also, which program example should I refer to in the central control board? The mulit-link example scans the blinky applications through the name filter, which is also incomprehensible.