Skip to main content
Visitor II
March 6, 2025
Question

BLE Client program on Nucleo WB55RG

  • March 6, 2025
  • 1 reply
  • 462 views

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

STTwo-32
Technical Moderator
April 3, 2025

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