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