cancel
Showing results for 
Search instead for 
Did you mean: 

[STM32WB55] How to change the operation cycle of each server and scanner in iBeacon

Nemonas
Associate II

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
1 ACCEPTED SOLUTION

Accepted Solutions
Remy ISSALYS
ST Employee

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

View solution in original post

1 REPLY 1
Remy ISSALYS
ST Employee

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