DA14580

How to two ble devices connect with one android phone at same time?

Fri, 2015-12-18 05:58--Rk_menat

Hi,
I want to connect(paring) two BLE slave device with android application. and modified the BLE services parameter.

I have a few question related to BLE connection,
1) Is it possible to connect two or mode ble device with android application?
3)马克斯多少奴隶设备可以连接或削皮with master device?
2) If 2 or more ble device connection successful, it is possible to modified particular BLE device parameter ?

i don't have a problem at building, but it doesn't running....

Thu, 2015-12-17 08:16--songinsok

Hi,

I was used as a example(Blinky) to check for input and output pins.

In Blinky example, I changed the input pin, output pin to another pin. it wasn't a problem.

if(GPIO_GetPinStatus(LED_PORT, SEOK_PIN)==1){
GPIO_SetActive( LED_PORT, LED_PIN);
}else if(GPIO_GetPinStatus(LED_PORT, SEOK_PIN)==0){
GPIO_SetInactive(LED_PORT, LED_PIN);
}
LED_PORT =GPIO_PORT_0
SEOK_PIN=GPIO_PIN_6
LED_PIN=GPIO_PIN7
I enters the input signal on P0_6, it was confirmed that the output signal appearing on P0_7.

Pages

Subscribe to RSS - DA14580