Read the BLE-beacons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-24 6:48 AM
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?
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 12:45 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-27 3:10 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-04-28 3:57 AM
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.
