This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF Connect and Tx Power Level attribute

Hi all.

I guess the answer is yes, but just to make sure. I'm playing around with a nRF52840 DK, and some nRF52840 SoC modules. When you run the nRF Connect tool for Android and scan for BLE devices, one of the parameters being shown is Tx Power Level in dBm.

My question is: is this the same parameter you can print by using the SDK 15.2.0>examples>Hardware peripheral examples>Radio Test Example>CLI Commands>parameters_print? or set though SDK 15.2.0>examples>Hardware peripheral examples>Radio Test Example>CLI Commands>Output_Power?

Thanks 

Parents Reply Children
  • Due to this thread have no answer and I'm also interested to know why in some situation the nRF Connect Mobile application show the Tx Power level string and in other device this is not show I put below this two scenario.

    1. The label TX Power Level is shown

    2. The label TX Power Level is not shown

    Why this difference, is a attribute that I've to set into the nRF Connect SDK on the peripheral device?

    Thanks and best regards

    F.

  • I think I found the solution, you have to use the option BT_LE_ADV_OPT_USE_TX_POWER into the adv create stage, here below the setting.

    and below the screenshot from nRF Connect for mobile app (Android phone).

    Hope can help.

    Thanks and best regards.

    Fabio

Related