Skip to content
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: Add nRF9151 DECT NR+ link #1453

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.. _`coex interface of nRF9160`: https://docs.nordicsemi.com/bundle/ps_nrf9160/page/ip/radio_lte/doc/magpio_if.html

.. _`nRF9161 DECT NR+ product specification`: https://docs.nordicsemi.com/bundle/ps_nrf9161/page/dect.html
.. _`nRF9151 DECT NR+ product specification`: https://docs.nordicsemi.com/bundle/ps_nrf9151/page/dect.html

.. _`nRF9160 modem firmware zip file`: https://www.nordicsemi.com/Products/Low-power-cellular-IoT/nRF9160/Download#0B34B59935AF4AFCB7AB93E9646C1F53
.. _`nRF91x1 LTE firmware zip file`: https://www.nordicsemi.com/Products/nRF9161/Download#636701B052474E5A8EB903C56678D26E
Expand Down
4 changes: 2 additions & 2 deletions nrf_modem/doc/dectphy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The DECT physical layer (PHY) interface in the Modem library is used to control
The DECT NR+ PHY firmware is a variant of the nRF91x1 firmware with a different radio technology than the cellular firmware.
In particular, the DECT NR+ PHY firmware does not support cellular operation or the Global Navigation Satellite System (GNSS).

For details about the key hardware capabilities of the nRF9161 and its DECT NR+ PHY firmware implementation, with regards to the DECT NR+ standard, refer to the `nRF9161 DECT NR+ product specification`_.
For details about the key hardware capabilities of the nRF91x1 DKs and its DECT NR+ PHY firmware implementation, with regards to the DECT NR+ standard, refer to the `nRF9151 DECT NR+ product specification`_ or the `nRF9161 DECT NR+ product specification`_, depending on the SiP you are using.

.. note::
To obtain the DECT NR+ PHY firmware, you must contact the Nordic Semiconductor sales department.
Expand Down Expand Up @@ -47,7 +47,7 @@ The whole DECT NR+ protocol stack consists of four layers:
* Data link control (DLC), including routing, segmentation and re-assembly of messages.
* Convergence layer (CVG), including message flow control, multiplexing and transmission service level control.

For more details about the DECT NR+ protocol stack, refer to the `nRF9161 DECT NR+ product specification`_ page.
For more details about the DECT NR+ protocol stack, refer to the `nRF9151 DECT NR+ product specification`_ or the `nRF9161 DECT NR+ product specification`_, depending on the SiP you are using.

The DECT NR+ PHY firmware implements only the physical layer of the protocol stack.

Expand Down
Loading