Skip to content

Commit 8832c03

Browse files
authored
doc: Replace nRF Cloud multi-service sample file with AT client (#562)
Replace nRF Cloud multi-service sample file with AT client. Signed-off-by: divya pillai <[email protected]>
1 parent 926c3ec commit 8832c03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/docs/programming_91dk.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,27 @@ The downloaded ZIP archive contains the following firmware:
1414

1515
| File or Folder | Description |
1616
|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
17-
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [nRF Cloud multi-service](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html#nrf-cloud-multi-service) sample as an example.<br/><br/>The nRF Cloud multi-service sample simulates sensor data and transmits it to Nordic Semiconductor's cloud solution, [nRF Cloud](https://nrfcloud.com/).<br/><br/>The data is transmitted using either LTE-M or NB-IoT. The nRF Cloud multi-service sample first attempts to use LTE-M, then NB-IoT. Check with your SIM card provider for the mode they support at your location.<br/><br/>- For the Onomondo SIM card, check the [Onomondo LTE-M coverage](https://onomondo.com/product/coverage/lte-m-networks/) and [Onomondo NB-IoT coverage](https://onomondo.com/product/coverage/nb-iot-networks/) to see if your country is supported.<br/>- For the Wireless Logic SIM card, check the [Wireless Logic LTE-M/NB-IoT network coverage](https://www.wirelesslogic.com/simclaim/nsctrial/) to see if your country is supported. |
17+
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [AT Client](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/at_client/README.html) sample as an example. |
1818
| `img_fota_dfu_bin`, `img_fota_dfu_hex` | Contain firmware images for Device Firmware Update (DFU). These images are not used in the procedure in this page. |
19-
| Modem firmware ZIP (`mfw_nrf91x1_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf91x1_` followed by the firmware version number. Do not unzip this file. |
19+
| Modem firmware ZIP (`mfw_nrf91x1_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf91x1_` followed by the firmware version number. Do not unzip this file. |
2020
| `CONTENTS.txt` | Lists the location and names of the different firmware images included in the extracted folder. |
2121

2222
=== "nRF9161 DK"
2323

2424
| File or Folder | Description |
2525
|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
26-
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [nRF Cloud multi-service](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html#nrf-cloud-multi-service) sample as an example.<br/><br/>The nRF Cloud multi-service sample simulates sensor data and transmits it to Nordic Semiconductor's cloud solution, [nRF Cloud](https://nrfcloud.com/).<br/><br/>The data is transmitted using either LTE-M or NB-IoT. The nRF Cloud multi-service sample first attempts to use LTE-M, then NB-IoT. Check with your SIM card provider for the mode they support at your location.<br/><br/>For the Onomondo SIM card, check the [Onomondo LTE-M coverage](https://onomondo.com/product/coverage/lte-m-networks/) and [Onomondo NB-IoT coverage](https://onomondo.com/product/coverage/nb-iot-networks/) to see the network coverage for different countries. |
26+
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [AT Client](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/at_client/README.html) sample as an example. |
2727
| `img_fota_dfu_bin`, `img_fota_dfu_hex` | Contain firmware images for Device Firmware Update (DFU). These images are not used in the procedure in this page. |
28-
| Modem firmware ZIP (`mfw_nrf91x1_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf91x1_` followed by the firmware version number. Do not unzip this file. |
28+
| Modem firmware ZIP (`mfw_nrf91x1_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf91x1_` followed by the firmware version number. Do not unzip this file. |
2929
| `CONTENTS.txt` | Lists the location and names of the different firmware images included in the extracted folder. |
3030

3131
=== "nRF9160 DK"
3232

3333
| File or Folder | Description |
3434
|--------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
35-
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [nRF Cloud multi-service](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html#nrf-cloud-multi-service) sample as an example.<br/><br/>The nRF Cloud multi-service sample simulates sensor data and transmits it to Nordic Semiconductor's cloud solution, [nRF Cloud](https://nrfcloud.com/). The data is transmitted using either LTE-M or NB-IoT.<br/><br/>The nRF Cloud multi-service sample first attempts to use LTE-M, then NB-IoT. Check with your SIM card provider for the mode they support at your location.<br/><br/>For the iBasis SIM card provided with the nRF9160 DK, see [iBasis IoT network coverage](https://ibasis.com/solutions/iot-connectivity/network-coverage/). |
35+
| `img_app_bl` | Contains full firmware images for different applications. The guides in this section use the image for the [AT Client](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/at_client/README.html) sample as an example. |
3636
| `img_fota_dfu_bin`, `img_fota_dfu_hex` | Contain firmware images for Device Firmware Update (DFU). These images are not used in the procedure in this page. |
37-
| Modem firmware ZIP (`mfw_nrf9160_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf9160_` followed by the firmware version number. Do not unzip this file. |
37+
| Modem firmware ZIP (`mfw_nrf9160_...`) | The modem firmware is provided as a ZIP archive named `mfw_nrf9160_` followed by the firmware version number. Do not unzip this file. |
3838
| `CONTENTS.txt` | Lists the location and names of the different firmware images included in the extracted folder. |
3939

4040
To program the nRF91 Series DK, you will also need the following USB cables:
@@ -102,8 +102,8 @@ To program the nRF91 Series DK, you will also need the following USB cables:
102102
1. Navigate to where you extracted the firmware, and then to the `img_app_bl` folder there.
103103
1. Select the `.hex` file for your DK for the application you are programming:
104104

105-
* nRF9151 DK: `nrf9151dk_nrfcloud_multi_service_coap_<version-number>.hex`
106-
* nRF9651 DK: `nrf9161dk_nrfcloud_multi_service_coap_<version-number>.hex`
105+
* nRF9151 DK: `nrf9151dk_at_client_<version-number>.hex`
106+
* nRF9651 DK: `nrf9161dk_at_client_<version-number>.hex`
107107

108108
1. Click the **Erase & write** button in the **DEVICE** section to program the DK.
109109
Do not unplug or turn off the DK during this process.<br/>
@@ -157,7 +157,7 @@ To program the nRF91 Series DK, you will also need the following USB cables:
157157
1. Make sure the **PROG/DEBUG SW10** switch (**SW5** on DK v0.9.0 and earlier) on the nRF9160 DK is set to **nRF91** or **nRF52** as appropriate for the application or sample you are programming.<br/>
158158
See the [Device programming section in the nRF9160 DK User Guide](https://docs.nordicsemi.com/bundle/ug_nrf9160_dk/page/UG/nrf91_DK/operating_modes/mcu_device_programming.html) for more information.<br/>
159159

160-
For the [nRF Cloud multi-service](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/nrf_cloud_multi_service/README.html#nrf-cloud-multi-service) sample, the switch must be set to **nRF91**.
160+
For the [AT Client](https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/at_client/README.html) sample, the switch must be set to **nRF91**.
161161
1. Connect the DK to the computer with a USB cable, and then turn the DK on.
162162
1. Click **SELECT DEVICE** and select the DK from the drop-down list.<br/>
163163

@@ -170,7 +170,7 @@ To program the nRF91 Series DK, you will also need the following USB cables:
170170

171171
1. Click **Add file** in the **FILE** section, and select **Browse**.
172172
1. Navigate to where you extracted the firmware, and then to the `img_app_bl` folder there.
173-
1. Select the `nrf9160dk_nrfcloud_multi_service_coap_<version-number>.hex` file.
173+
1. Select the `nrf9160dk_at_client_<version-number>.hex` file.
174174
1. Click the **Erase & write** button in the **DEVICE** section to program the DK.
175175
Do not unplug or turn off the DK during this process.<br/>
176176

0 commit comments

Comments
 (0)