cancel
Showing results for 
Search instead for 
Did you mean: 

BLE Client program on Nucleo WB55RG

Tej
Associate

Hi Team, 

We are using Nucleo W55RG board for testing BLE. 

We have a requirement to configure the Nucleo board as Client ( Able to connect to an advertising device) and able to send data to an external Advertising device. 

We are trying to explore the examples like the P2PClient and P2PServer, but unable to get it working / scan another BLE device. 

Since we are new to BLE and with such activity, would request your support in accelerating things faster. 

Please suggest us which example to use and also what configuration the advertising device needs to be. 

 

Regards,

Tejaswi 

1 REPLY 1
STTwo-32
ST Employee

Hello @Tej 

I'm not exactly understanding what you mean when you say "able to send data to an external Advertising device. ". But what I can recommend you is to use the  BLE_p2pServer application as a reference if you want to create a peripheral node that advertise and connect to a central device. But if you want to create a central node that can scan and detect the available peripherals and connect to them, you should use the BLE_p2pClient app. But if you want to have a Central/Peripheral node, the best way is to use the BLE_p2pRouteur app.

Best Regards.

STTwo-32

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.