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
samples: nrf_provisioning: Update documentation and configuration
Improve documentation and add instructions how to test nrfCloud
auto-onboarding.
Add overlay to handle large certificates from nrfCloud.
Change maximum number of provisioning commands to reduce RAM
usage.
Update coap_client configuration.
Signed-off-by: Juha Ylinen <juha.ylinen@nordicsemi.no>
Copy file name to clipboardexpand all lines: samples/cellular/nrf_provisioning/README.rst
+39-11
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,20 @@ Overview
28
28
29
29
The sample shows how the device performs the following actions:
30
30
31
-
* Connects to nRF Cloud Provisioning Service.
32
-
* Fetches available device-specific provisioning configuration.
33
-
* Decodes the commands.
34
-
* Acts on any AT commands, if available.
31
+
* Connects to the nRF Cloud Provisioning Service.
32
+
* Retrieves the device-specific provisioning configuration.
33
+
* Decodes the received commands.
34
+
* Executes any AT commands, if present.
35
35
* Reports the results back to the server.
36
-
In the case of an error, stops processing the commands at the first error and reports it back to server.
37
-
* Sends ``FINISHED`` response if all the previous commands are executed without errors provided and ``FINISHED`` is one of the set provisioning commands.
36
+
If an error occurs, stops processing further commands and reports the error to the server.
37
+
* Sends a ``FINISHED`` response if all commands are executed successfully and ``FINISHED`` is one of the provisioning commands.
38
38
39
39
User interface
40
40
**************
41
41
42
-
Device side interaction is not required.
43
-
You must define the provisioning configuration at the server side.
44
-
See `nRF Cloud provisioning configuration`_.
42
+
No user interaction with the device is required.
43
+
Provisioning configuration must be defined on the server side.
44
+
Refer to `nRF Cloud device claiming`_ and `nRF Cloud provisioning configuration`_ for more details.
45
45
46
46
Configuration
47
47
*************
@@ -115,6 +115,7 @@ The following files are available:
115
115
* :file:`prj.conf` - Standard default configuration file.
116
116
* :file:`overlay-coap.conf` - Enables CoAP transfer protocol support.
117
117
* :file:`overlay-at_shell.conf` - Enables writing of large certificates from AT shell.
0 commit comments