Skip to content

Commit 4f61ae3

Browse files
committed
doc: nrf_modem: add documentation about band 4 support
Add documentation about band 4 support. Minor updates. Signed-off-by: Emanuele Di Santo <[email protected]>
1 parent 0d5f842 commit 4f61ae3

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

nrf_modem/doc/dectphy.rst

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,16 @@ Before initializing the DECT PHY interface of the Modem library, the application
7272
Afterwards, the application can initialize the DECT PHY interface by calling the :c:func:`nrf_modem_dect_phy_init` function.
7373
Upon successful initialization, both the DECT PHY interface and DECT NR+ physical layer in the modem are ready for operation.
7474

75-
The very first time the DECT PHY interface is initialized on a nRF9131 SiP, the DECT NR+ PHY firmware locks the calibration data preventing any changes to it.
75+
On nRF9151 devices only, the application can configure band 4 support during initialization by setting the :c:member:`nrf_modem_dect_phy_init_params.band4_support` field to 1.
76+
77+
.. note::
78+
DECT NR+ band 4 is supported by the nRF9151 LACA A0 SiP for R&D evaluation purposes.
79+
The nRF9151 LACA A0AB SiP will be qualified for DECT NR+ band 4 support.
80+
81+
.. important::
82+
When operating on band 4, the carries outside of the [525, 551] range shall not be used as they interfere with other radio devices, including LTE devices.
83+
84+
On nRF9131 devices only, the DECT NR+ PHY firmware locks the calibration data the very first time the DECT PHY interface is initialized.
7685

7786
The DECT PHY interface can be de-initialized, which in turn de-initializes the physical layer in the modem, cancelling all scheduled operations.
7887

@@ -178,16 +187,20 @@ Channel frequency
178187
-----------------
179188

180189
The DECT radio band is divided into different channels, as described in chapter 5.2 of `ETSI TS 103 636-2`_.
190+
181191
The absolute radio channel frequency used for transmission is controlled by the :c:member:`nrf_modem_dect_phy_tx_params.carrier` field on the transmission parameters.
182192

193+
.. note::
194+
DECT NR+ band 4 is supported by the nRF9151 LACA A0 SiP for R&D evaluation purposes.
195+
The nRF9151 LACA A0AB SiP will be qualified for DECT NR+ band 4 support.
196+
183197
.. important::
184198
Follow the local regulations when transmitting.
185199
To see which frequency channels can be used:
186-
187200
* In the European Union, you must refer to table 4.3.2.3-2 of `ETSI EN 301 406-2`_.
188201
* In the USA, you must refer to `47 CFR Part 15.323`_.
189202
* In all other territories, you must follow the local regulations.
190-
203+
When operating on band 4, the carries outside of the [525, 551] range shall not be used as they interfere with other radio devices, including LTE devices.
191204

192205
Transmission length
193206
-------------------

0 commit comments

Comments
 (0)