You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,17 @@ The user can include the file `app_conf_custom.h` to customize the BLE applicati
31
31
Options wrapped in `#ifndef`, `#endif` in `app_conf_default.h` can be overwritten.
32
32
Additional options can be added.
33
33
34
+
The user can refer to [AN5270](https://www.st.com/resource/en/application_note/an5270-introduction-to-stm32wb-bluetooth-low-energy-wireless-interface-stmicroelectronics.pdf)
35
+
36
+
##### Examples
37
+
38
+
The user can change the Tx Power by redefining `CFG_TX_POWER` using the [`build_opt.h`](https://github.com/stm32duino/Arduino_Core_STM32/wiki/Customize-build-options-using-build_opt.h) file. Possible values are listed in the chapter
39
+
**4.2 Tx power level**, default value is `0x18`(`-0.15dBm`). To set it at `+1dBm`, `CFG_TX_POWER` have to be defined at `0x1A`:
40
+
41
+
```
42
+
-DCFG_TX_POWER=0x1A
43
+
```
44
+
34
45
### Shield
35
46
36
47
The user can include the file `ble_spi_conf.h` to define which shield and configuration to use from the following list:
0 commit comments