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
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]>
Copy file name to clipboardExpand all lines: samples/cellular/nrf_cloud_multi_service/README.rst
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1169,6 +1169,12 @@ Then, complete the following steps for each device you wish to onboard:
1169
1169
1. Make sure your device is plugged in and that this sample has been flashed to it.
1170
1170
#. 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>`:
1171
1171
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
+
1172
1178
(Select the protocol (MQTT or CoAP) and connectivity technology (LTE or Wi-Fi) you built the sample for)
1173
1179
1174
1180
.. tabs::
@@ -1253,17 +1259,17 @@ Then, complete the following steps for each device you wish to onboard:
And a new file, :file:`provision.csv` should be created.
1265
+
And a new file, :file:`onboard.csv` should be created.
1260
1266
This file will be used in the next step.
1261
1267
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.
1263
1269
1264
1270
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**.
1265
1271
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**.
1267
1273
1268
1274
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.
0 commit comments