Skip to main content
ABN
Associate III
March 9, 2025
Solved

BLE Beacon and STOP2 Mode

  • March 9, 2025
  • 1 reply
  • 569 views

Hi

Is there any BLE Beacon with STOP2 low power mode project available??

Thank you

Best answer by STTwo-32

Hello @ABN 

Unfortunately, there is not a Beacon FREERTOS example.

Best Regards.

STTwo-32

1 reply

FilipKremen
ST Employee
March 18, 2025

Hello,

you can find Beacon example in WB package.

STM32Cube_FW_WB_V1.22.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Beacon

To use stop 2 mode, please modify app_conf.h file like this.

#define CFG_LPM_SUPPORTED 1

 

Best regards,

ST support

ABN
ABNAuthor
Associate III
March 19, 2025

Hi @FilipKremen 

Do you have the same example in FreeRTOS environment??

STTwo-32
STTwo-32Best answer
Technical Moderator
March 24, 2025

Hello @ABN 

Unfortunately, there is not a Beacon FREERTOS example.

Best Regards.

STTwo-32