This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Deafult Tx Power changed to 0dBm in DTM library since SDK10

Dear Nordic team,

Beside other persistent issues with your proprietary DTM command for setting Tx Power (see here and here) I've found that default Tx Power in ble_dtm module was changed from max (+4dBm) to 0dBm in SDK10 (and kept in SDK11). See line #30 of /components/ble/ble_dtm/ble_dtm.h

#define DEFAULT_TX_POWER                RADIO_TXPOWER_TXPOWER_0dBm      /**< Default Transmission power using in the DTM module. */

Isn't it in contradiction with BT Core spec (at least with v4.0) where it is required to run DTM at maximum output power? This is my understanding from BT SIG Core 4.0 Volume 6 (Core System Package [Low Energy Controller Volume]) Part F (Direct Test Mode) Section 2.1 (Test Sequences) that DTM commands issued over "DTM Uart" and "HCI" are equal. Then Host Control Interface Functional Specification (Volume 2 Part E Section 7) says that commands should be performed at maximum transmit power, e.g. see this example in paragraph 7.8.29:

image description

What was rationale behind this change (and could it be reverted back?;).

Thanks Jan

Parents
  • Hi Jan,

    Thanks for pointing out.

    I believe it's the maximum output power that the application plans to use. It's not the maximum the radio are capable but the maximum that will be used. Same applied for the frequencies, the radio can operate outside of 2480MHz but we don't have to test that.

    We see most of customers don't use +4dBm for transmission and I assume that's the reason we changed the default DEFAULT_TX_POWER. You, of course, can switch it back to +4dBm

Reply
  • Hi Jan,

    Thanks for pointing out.

    I believe it's the maximum output power that the application plans to use. It's not the maximum the radio are capable but the maximum that will be used. Same applied for the frequencies, the radio can operate outside of 2480MHz but we don't have to test that.

    We see most of customers don't use +4dBm for transmission and I assume that's the reason we changed the default DEFAULT_TX_POWER. You, of course, can switch it back to +4dBm

Children
No Data
Related