Skip to content

Commit dc14f98

Browse files
plskeggsnordicjm
authored andcommitted
docs: Update nrfcloud multi service sample readme
Use the newer name for the output file generated by the device_credentials_installer.py script. Add a note to encourage the user to clone the full utils repository. Signed-off-by: Pete Skeggs <[email protected]>
1 parent df8f63c commit dc14f98

File tree

1 file changed

+11
-5
lines changed
  • samples/cellular/nrf_cloud_multi_service

1 file changed

+11
-5
lines changed

samples/cellular/nrf_cloud_multi_service/README.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,12 @@ Then, complete the following steps for each device you wish to onboard:
11691169
1. Make sure your device is plugged in and that this sample has been flashed to it.
11701170
#. Install the device and server credentials using the :file:`device_credentials_installer.py` Python script :ref:`you installed <nrf_cloud_multi_service_install_nrf_utils>`:
11711171

1172+
.. note::
1173+
The :file:`device_credentials_installer.py` Python script requires other scripts in the same repository to be present in the same folder on your computer.
1174+
Clone this repository in its entirety.
1175+
The script does not work by itself without the others.
1176+
Also, install the required Python packages as mentioned in the script documentation.
1177+
11721178
(Select the protocol (MQTT or CoAP) and connectivity technology (LTE or Wi-Fi) you built the sample for)
11731179

11741180
.. tabs::
@@ -1253,17 +1259,17 @@ Then, complete the following steps for each device you wish to onboard:
12531259

12541260
.. code-block:: console
12551261
1256-
Saving provisioning endpoint CSV file provision.csv...
1257-
Provisioning CSV file saved
1262+
Saving device onboarding CSV file onboard.csv...
1263+
Onboarding CSV file saved, row count: 1
12581264
1259-
And a new file, :file:`provision.csv` should be created.
1265+
And a new file, :file:`onboard.csv` should be created.
12601266
This file will be used in the next step.
12611267

1262-
#. Navigate to the `Bulk Onboard Devices`_ page of the nRF Cloud portal and upload the :file:`provision.csv` file to onboard the device.
1268+
#. Navigate to the `Bulk Onboard Devices`_ page of the nRF Cloud portal and upload the :file:`onboard.csv` file to onboard the device.
12631269

12641270
To get there from the :guilabel:`Dashboard`, click :guilabel:`Devices` under :guilabel:`Device Management` in the navigation pane on the left, then click :guilabel:`Add Devices` and select **Bulk Onboard**.
12651271

1266-
Once the `Bulk Onboard Devices`_ page is open, drag in the :file:`provision.csv` file and click **Onboard**.
1272+
Once the `Bulk Onboard Devices`_ page is open, drag in the :file:`onboard.csv` file and click **Onboard**.
12671273

12681274
You should see a message stating that the file was uploaded successfully, and your device should appear in the `Devices <nRF Cloud Portal Devices_>`_ page.
12691275

0 commit comments

Comments
 (0)