I know this example but how can i multiple peripherals devices on one center same time? In this example you can connect one devices on central.
I know this example but how can i multiple peripherals devices on one center same time? In this example you can connect one devices on central.
If you flash the central application on one nRF52 device and the peripheral application on two devices you get connections running like this.
If this is what you wanted you can simply follow the instructions in the "Testing" section of the documentation to set it up. Otherwise, let me know what configuration you had in mind and I will help you find a good starting point for your development.
Best regards,
Rune Holmgren
Thanks for answer Rune Holngren. I will tried and call back again.
I tried and connect diffrent devices which same name. I asked missing question. I want to connect diffrent name but it is not possible?. Thanks Rune Holmgren for your answer.
static char const m_target_periph_name[] = "Device_Name"; //////////////////////////////////////////////////////// /* Is it Possible */ static char* const m_target_periph_name[2] = "Device_Name, Device_Name_1"; /* With timer connect different devices */