Can't set TX power NRF5340 audio dk

Hello!

I'm trying to change the output TX power in the nrf5340 audio dk. I'm setting:

CONFIG_BLE_CONN_TX_POWER_NEG_40DBM=y

CONFIG_BLE_ADV_TX_POWER_NEG_40DBM=y

I do this to compare with the default 0 dBm setting. I'm running version 2.6.0 and using the BIS broadcast mode. The above doesn't show any change when measuring RSSI at a given distance.

Is there another setting I need to do in order to control the output power?

Thanks and regards,

Henrik 

Parents
  • Hi Henrik

    As of v2.6.0 of the SDK the LE Audio application no longer uses a special Bluetooth controller for audio only, but now uses the regular SoftDevice controller. As such the method for setting the TX power is the same as any other Bluetooth application, as described here.

    The old configurations should have been removed, and we will make sure to remove them in a future update to avoid this confusion. 

    Best regards
    Torbjørn

Reply
  • Hi Henrik

    As of v2.6.0 of the SDK the LE Audio application no longer uses a special Bluetooth controller for audio only, but now uses the regular SoftDevice controller. As such the method for setting the TX power is the same as any other Bluetooth application, as described here.

    The old configurations should have been removed, and we will make sure to remove them in a future update to avoid this confusion. 

    Best regards
    Torbjørn

Children
Related