2022-10-04 6:36 PM
How to change the operation cycle of each server and scanner in iBeacon
Solved! Go to Solution.
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
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