You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: bluetooth: DTM (FEM) fix assert when setting tx power by NCD
Fix assertion in the direct_test_mode sample working with FEM, where
after setting the Tx power from the nRF Connect for Desktop app
the FW would try setting power through FEM API passing the encoded
power value as the "channel number" argument.
The vendor-specific command used by the app uses the "channel" field
for passing the parameter value and the FW incorrectly recorded that
value in it's static data.
Additionally clarified available power values in the FEM section of
the sample README.rst file and removed unused defines.
Ref. NCSDK-34026
Signed-off-by: Michał Grochala <[email protected]>
Copy file name to clipboardExpand all lines: samples/bluetooth/direct_test_mode/README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ Vendor-specific commands can be divided into different categories as follows:
284
284
* If the **Length** field is set to ``1`` (symbol ``CARRIER_TEST_STUDIO``), the field value is used by the nRFgo Studio to indicate that an unmodulated carrier is turned on at the channel.
285
285
It remains turned on until a ``TEST_END`` or ``RESET`` command is issued.
286
286
* If the **Length** field is set ``2`` (symbol ``SET_TX_POWER``), the **Frequency** field sets the TX power in dBm.
287
-
The valid TX power values are specified in the product specification ranging from –40 to +4, where ``0`` dBm is the reset value.
287
+
The valid TX power values are specified in the product specification of the SoC used, where ``0`` dBm is the reset value.
288
288
Only the six least significant bits will fit in the **Length** field.
289
289
The two most significant bits are calculated by the DTM module.
290
290
This is possible because the six least significant bits of all valid TX power values are unique.
0 commit comments