cancel
Showing results for 
Search instead for 
Did you mean: 

Read the BLE-beacons

NKcin.1
Associate

Hello.

I need the STM32WB55 Nucleo board to read the BLE-beacons. Are there any ready-made examples or description of how to implement this?

3 REPLIES 3
Remi QUINTIN
ST Employee

Unfortunately, we do not have a ready-made example (scanner) to read the various beaconing devices available on the market.

You can start from the p2pClient application to

develop a scanner application (remove the connection part) and test it with a

Beacon Scanner application downloaded on your mobile.

Thanks for the answer!

Tell me, please, where is the"connection part" in p2pClient? What is the name of the function?

Is there any documentation describing all the functions and their names?

Remi QUINTIN
ST Employee

The function issued by a client device to request a connection to a server device is ACI_GAP_CREATE_CONNECTION.

You can read the appliccation note AN5270 which describes all the ACI and HCI functions.