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: samples/cellular/slm_shell/README.rst
+83-72Lines changed: 83 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,88 +7,99 @@ Cellular: SLM Shell
7
7
:local:
8
8
:depth: 2
9
9
10
-
The SLM Shell sample demonstrates how to send AT commands to modem through the :ref:`Serial LTE Modem <slm_description>` application running on nRF9160 SiP.
10
+
The SLM Shell sample demonstrates how to send AT commands to modem through the :ref:`Serial LTE Modem <slm_description>` application running on nRF91 Series SiP.
11
11
This sample enables an external MCU to send modem or SLM proprietary AT commands for LTE connection and IP services.
12
+
See more information on the functionality of this sample from the :ref:`lib_modem_slm` library, which provides the core functionality for this sample.
12
13
13
14
Requirements
14
15
************
15
16
16
-
The SLM application should be configured to use UART_2 on the nRF9160 side with no hardware flow control.
17
+
The SLM application should be configured to use UART_2 on the nRF91 Series DK side with no hardware flow control.
17
18
18
19
The sample supports the following development kits:
19
20
20
21
.. table-from-sample-yaml::
21
22
22
-
Connect the DK with a nRF9160 DK based on the pin configuration in DTS overlay files of both sides.
23
-
24
-
The following table shows how to connect PCA10056 UART_1 to nRF9160 UART_2 for communication through UART:
25
-
26
-
.. list-table::
27
-
:align: center
28
-
:header-rows: 1
29
-
30
-
* - nRF52840 DK
31
-
- nRF9160 DK
32
-
* - UART TX P1.02
33
-
- UART RX P0.11
34
-
* - UART RX P1.01
35
-
- UART TX P0.10
36
-
* - GPIO OUT P0.11 (Button1)
37
-
- GPIO IN P0.31
38
-
* - GPIO IN P0.13 (LED1 optional)
39
-
- GPIO OUT P0.30 (optional)
40
-
* - GPIO GND
41
-
- GPIO GND
42
-
43
-
.. note::
44
-
The GPIO output level on the nRF9160 side must be 3 V to work with the nRF52 series DK.
45
-
You can set the VDD voltage with the **VDD IO** switch (**SW9**).
46
-
47
-
The following table shows how to connect PCA10095 UART_2 to nRF9160 UART_2 for communication through UART:
48
-
49
-
.. list-table::
50
-
:align: center
51
-
:header-rows: 1
52
-
53
-
* - nRF5340 DK
54
-
- nRF9160 DK
55
-
* - UART TX P1.04
56
-
- UART RX P0.11
57
-
* - UART RX P1.05
58
-
- UART TX P0.10
59
-
* - GPIO OUT P0.23 (Button1)
60
-
- GPIO IN P0.31
61
-
* - GPIO IN P0.28 (LED1 optional)
62
-
- GPIO OUT P0.30 (optional)
63
-
* - GPIO GND
64
-
- GPIO GND
65
-
66
-
.. note::
67
-
The GPIO output level on the nRF9160 side must be 3 V to work with the nRF53 series DK.
68
-
You can set the VDD voltage with the **VDD IO** switch (**SW9**).
69
-
70
-
The following table shows how to connect PCA10143 UART_2 to nRF9160 UART_2 for communication through UART:
71
-
72
-
.. list-table::
73
-
:align: center
74
-
:header-rows: 1
75
-
76
-
* - nRF7002 DK
77
-
- nRF9160 DK
78
-
* - UART TX P1.04
79
-
- UART RX P0.11
80
-
* - UART RX P1.05
81
-
- UART TX P0.10
82
-
* - GPIO OUT P0.31
83
-
- GPIO IN P0.31
84
-
* - GPIO IN P0.30 (optional)
85
-
- GPIO OUT P0.30 (optional)
86
-
* - GPIO GND
87
-
- GPIO GND
88
-
89
-
.. note::
90
-
The GPIO output level on the nRF9160 side must be 1.8 V to work with the nRF70 series DK.
91
-
You can set the VDD voltage with the **VDD IO** switch (**SW9**).
23
+
Connect the DK with an nRF91 Series DK based on the pin configuration in DTS overlay files of both sides.
24
+
25
+
The following table shows how to connect UART_1 of the DK to the nRF91 Series DK's UART_2 for communication through UART:
26
+
27
+
.. tabs::
28
+
29
+
.. group-tab:: nRF52840 DK
30
+
31
+
.. list-table::
32
+
:header-rows: 1
33
+
34
+
* - nRF52840 DK
35
+
- nRF91 Series DK
36
+
* - UART TX P1.02
37
+
- UART RX P0.11
38
+
* - UART RX P1.01
39
+
- UART TX P0.10
40
+
* - GPIO OUT P0.11 (Button1)
41
+
- GPIO IN P0.31
42
+
* - GPIO IN P0.13 (LED1 optional)
43
+
- GPIO OUT P0.30 (optional)
44
+
* - GPIO GND
45
+
- GPIO GND
46
+
47
+
.. note::
48
+
The GPIO output level on the nRF91 Series device side must be 3 V to work with the nRF52 Series DK.
49
+
50
+
* For nRF91x1 DK, you can set the VDD voltage with the `Board Configurator app`_.
51
+
* For nRF9160 DK, you can set the VDD voltage with the **VDD IO** switch (**SW9**).
52
+
See the `VDD supply rail section in the nRF9160 DK User Guide`_ for more information related to nRF9160 DK.
53
+
54
+
.. group-tab:: nRF5340 DK
55
+
56
+
.. list-table::
57
+
:header-rows: 1
58
+
59
+
* - nRF5340 DK
60
+
- nRF91 Series DK
61
+
* - UART TX P1.04
62
+
- UART RX P0.11
63
+
* - UART RX P1.05
64
+
- UART TX P0.10
65
+
* - GPIO OUT P0.23 (Button1)
66
+
- GPIO IN P0.31
67
+
* - GPIO IN P0.28 (LED1 optional)
68
+
- GPIO OUT P0.30 (optional)
69
+
* - GPIO GND
70
+
- GPIO GND
71
+
72
+
.. note::
73
+
The GPIO output level on the nRF91 Series device side must be 3 V to work with the nRF53 Series DK.
74
+
75
+
* For nRF91x1 DK, you can set the VDD voltage with the `Board Configurator app`_.
76
+
* For nRF9160 DK, you can set the VDD voltage with the **VDD IO** switch (**SW9**).
77
+
See the `VDD supply rail section in the nRF9160 DK User Guide`_ for more information related to nRF9160 DK
78
+
79
+
.. group-tab:: nRF7002 DK
80
+
81
+
.. list-table::
82
+
:header-rows: 1
83
+
84
+
* - nRF7002 DK
85
+
- nRF91 Series DK
86
+
* - UART TX P1.04
87
+
- UART RX P0.11
88
+
* - UART RX P1.05
89
+
- UART TX P0.10
90
+
* - GPIO OUT P0.31
91
+
- GPIO IN P0.31
92
+
* - GPIO IN P0.30 (optional)
93
+
- GPIO OUT P0.30 (optional)
94
+
* - GPIO GND
95
+
- GPIO GND
96
+
97
+
.. note::
98
+
The GPIO output level on the nRF91 Series device side must be 1.8 V to work with the nRF7002 DK.
99
+
100
+
* For nRF91x1 DK, you can set the VDD voltage with the `Board Configurator app`_.
101
+
* For nRF9160 DK, you can set the VDD voltage with the **VDD IO** switch (**SW9**).
102
+
See the `VDD supply rail section in the nRF9160 DK User Guide`_ for more information related to nRF9160 DK.
0 commit comments