Skip to main content
NKcin.1
Associate
April 24, 2020
Question

Read the BLE-beacons

  • April 24, 2020
  • 2 replies
  • 870 views

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?

This topic has been closed for replies.

2 replies

Remi QUINTIN
Technical Moderator
April 27, 2020

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.

NKcin.1
NKcin.1Author
Associate
April 27, 2020

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
Technical Moderator
April 28, 2020

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.