1.. _boards-stm32-power_mgmt-stm32wb_ble-sample:
2
3STM32: PM BLE Power Management (STM32WB)
4########################################
5
6Overview
7********
8
9A simple application demonstrating the BLE operations (advertising) with
10Zephyr power management enabled (:kconfig:option:`CONFIG_PM`).
11
12After startup, a first 2 seconds beacon is performed, 1 second break and
13beacon is started again.
14BLE link is then disabled and started up again after 2 seconds, then same
15beacon sequence happens.
16
17Finally, platform shutdown is triggered. It can be restarted by pressing the
18board reset button.
19
20Using a power measurement tool, user can observe the platform reaching STOP2 mode
21before beacon is started and between advertising peaks besides as SHUTDOWN mode
22when requested.
23
24Requirements
25************
26
27* For now, only compatible with nucleo_wb55rg.
28