I have developing one project in that i am using nRF52832 and SD 15.0. Here is the current application developing:
- There are 3 ble app_blinky(ble peripheral) example operated on battery and it connected to multilink central.
- Lets say ble peripheral name A, B, C and central device is master.
- Each ble peripheral- A interface simply 2 push switch and whenever it press digital signal goes to connected central and then ON particular GPIO LED.
- Same point two for other B and C ble peripheral. Therefore total LEDs on central side has 6 for each switch.
- Now i am able to connect 3 ble peripheral to central but not able to ON particular LED controlled by ble peripheral slave.
Problems:
- When switch press of device A , B or C then how i know in central whether it coming from A or B or C. I know connection handle link for each connection but i can do it will you please provide me program snippet for understanding.
- Once all switches (Total 6) press at same time then it will wake up all 3 peripherals A, B and C connect to central device. Want to ON all 6 LEDs in central at same time frame. How i can do it.
Thanks......