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
Copy file name to clipboardExpand all lines: nrf_modem/doc/dectphy.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,16 @@ Before initializing the DECT PHY interface of the Modem library, the application
72
72
Afterwards, the application can initialize the DECT PHY interface by calling the :c:func:`nrf_modem_dect_phy_init` function.
73
73
Upon successful initialization, both the DECT PHY interface and DECT NR+ physical layer in the modem are ready for operation.
74
74
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 Series 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, you must not use the carries outside the range of 525 to 551 as they interfere with other radio devices, including LTE devices.
83
+
84
+
On nRF9131 Series devices only, the DECT NR+ PHY firmware locks the calibration data the very first time the DECT PHY interface is initialized.
76
85
77
86
The DECT PHY interface can be de-initialized, which in turn de-initializes the physical layer in the modem, cancelling all scheduled operations.
78
87
@@ -178,8 +187,14 @@ Channel frequency
178
187
-----------------
179
188
180
189
The DECT radio band is divided into different channels, as described in chapter 5.2 of `ETSI TS 103 636-2`_.
190
+
181
191
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.
182
192
193
+
.. note::
194
+
DECT NR+ band 4 is supported by the nRF9151 LACA A0 SiP for R&D evaluation purposes.
195
+
196
+
The nRF9151 LACA A0AB SiP will be qualified for DECT NR+ band 4 support.
197
+
183
198
.. important::
184
199
Follow the local regulations when transmitting.
185
200
To see which frequency channels can be used:
@@ -188,6 +203,7 @@ The absolute radio channel frequency used for transmission is controlled by the
188
203
* In the USA, you must refer to `47 CFR Part 15.323`_.
189
204
* In all other territories, you must follow the local regulations.
190
205
206
+
When operating on band 4, you must not use the carries outside the range of 525 to 551 as they interfere with other radio devices, including LTE devices.
0 commit comments