[STM32WB55] How to change the operation cycle of each server and scanner in iBeacon
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-04 6:36 PM
How to change the operation cycle of each server and scanner in iBeacon
- I want to shorten the transmission interval between iBeacon server and scanner
Solved! Go to Solution.
Labels:
- Labels:
-
STM32WB series
This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-11 2:25 AM
Hello,
You can look BLE_Beacon example available in STM32CubeWB. To reduce the time between each beacon transmission, you can change the value of the following define:
#define ADVERTISING_INTERVAL_IN_MS (1000)
Best Regards
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-11 2:25 AM
Hello,
You can look BLE_Beacon example available in STM32CubeWB. To reduce the time between each beacon transmission, you can change the value of the following define:
#define ADVERTISING_INTERVAL_IN_MS (1000)
Best Regards
