Browse Source

ble: Increase TX power to max

backend_DiskStation_Sep-29-1817-2021_TypeConflict
Andreas Berthoud 4 years ago
parent
commit
d73b915034
  1. 2
      nucleo-wb55-ble/Core/Inc/app_conf.h
  2. 3
      nucleo-wb55-ble/nucleo-wb55-ble.ioc
  3. 2
      nucleo-wb55-dongle-ble/Core/Inc/app_conf.h

2
nucleo-wb55-ble/Core/Inc/app_conf.h

@ -36,7 +36,7 @@
/**
* Define Tx Power
*/
#define CFG_TX_POWER (0x18) /* -0.15dBm */
#define CFG_TX_POWER (0x1F) /* 6dBm */
/**
* Define Advertising parameters

3
nucleo-wb55-ble/nucleo-wb55-ble.ioc

@ -45,6 +45,7 @@ STM32_WPAN.LOCAL_NAME=Travis
ProjectManager.PreviousToolchain=
RCC.APB2TimFreq_Value=32000000
PCC.Ble.PowerLevel=Min
STM32_WPAN.CFG_TX_POWER=(0x1F) /* 6dBm */
Mcu.Pin6=OSC_IN
PD0.Signal=GPIO_Input
Mcu.Pin7=PB0
@ -197,7 +198,7 @@ KeepUserPlacement=false
OSC_IN.Mode=HSE-External-Oscillator
PA14.GPIOParameters=GPIO_Label
NVIC.MemoryManagement_IRQn=true\:0\:0\:false\:false\:true\:false\:false
STM32_WPAN.IPParameters=LOCAL_NAME,LOCAL_NAME_FORMATTED
STM32_WPAN.IPParameters=LOCAL_NAME,LOCAL_NAME_FORMATTED,CFG_TX_POWER
PA13.Locked=true
ProjectManager.CompilerOptimize=6
RF1.Mode=RF1_Activate

2
nucleo-wb55-dongle-ble/Core/Inc/app_conf.h

@ -36,7 +36,7 @@
/**
* Define Tx Power
*/
#define CFG_TX_POWER (0x18) /* -0.15dBm */
#define CFG_TX_POWER (0x1F) /* 6dBm */
/**
* Define Advertising parameters

Loading…
Cancel
Save