-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: nrf5340_audio: note about +20 dBm limitation #12507
doc: nrf5340_audio: note about +20 dBm limitation #12507
Conversation
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
@@ -405,6 +405,10 @@ You can add support for the nRF21540 front-end module (FEM) to this application | |||
|
|||
To set the TX power output, use the :ref:`CONFIG_NRF_21540_MAIN_TX_POWER <config_nrf53_audio_app_options>` and :ref:`CONFIG_NRF_21540_PRI_ADV_TX_POWER <config_nrf53_audio_app_options>` Kconfig options. | |||
|
|||
.. note:: | |||
When you build the nRF5340 Audio application with the nRF21540 FEM support, the :ref:`lib_bt_ll_acs_nrf53_readme` does not support the +20 dBm setting. | |||
This is because of a class restriction in the controller's QDID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because of a class restriction in the controller's QDID. | |
This is because of a power class restriction in the controller's QDID. |
@@ -69,6 +69,9 @@ The controller is marked as :ref:`experimental <software_maturity>`. | |||
This controller and the LE Audio Controller Subsystem for nRF5340 it includes has been tested and works in configurations used by the :ref:`nrf53_audio_app` application (for example, 2 concurrent CIS, or BIS). | |||
No other configurations than the ones used in the referenced application have been tested or documented for this library. | |||
|
|||
When you :ref:`build the nRF5340 Audio application with the nRF21540 FEM support <nrf53_audio_app_adding_FEM_support>`, the LE Audio controller for nRF5340 does not support the +20 dBm setting. | |||
This is because of a class restriction in the controller's QDID. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is because of a class restriction in the controller's QDID. | |
This is because of a power class restriction in the controller's QDID. |
61bbc83
to
bf0b448
Compare
bf0b448
to
7333f53
Compare
Added a mention of the missing support for +20 dBm when using the controller with the nRF21540 FEM, because of a class restriction in the controller's QDID. OCT-2735. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Added a mention of the missing support for +20 dBm when using the controller with the nRF21540 FEM, because of a class restriction in the controller's QDID.
OCT-2735.