Trident IoT Z-Wave SDK
Loading...
Searching...
No Matches
Z-Wave transmit power

Z-Wave sample application transmit power setting

Z-Wave sample application transmit power can be controlled with following C defines:

  • APP_MAX_TX_POWER_LR - Maximum allowed Tx power in deci dBm for long range network <-200..200>
  • APP_MAX_TX_POWER - Maximum allowed Tx power in deci dBm for none long range network <-200..140>
  • APP_MEASURED_0DBM_TX_POWER - The deci dBm output measured at a PA setting of 0dBm <-50..50>

The C defines are set in the Z-Wave sample application CMakeLists.txt ZW_DEFINITIONS section:

set(ZW_DEFINITIONS APP_MAX_TX_POWER_LR=200 APP_MAX_TX_POWER=0 APP_MEASURED_0DBM_TX_POWER=0 )

See also Max Tx Power Configuration