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
Add support for nRF Cloud provisioning:
- Modify the cloud module to include states for provisioning.
- Add support for reprovisioning of the device via the device shadow.
The device will initiate reprovisioning if receiving provisioning
commands via the device shadow. This pipeline can be used to issue
other commands as well. Reboot also added as an example command.
If the device has no valid credentials after boot, it is considered
unclaimed. The user needs to claim the device using the attestation
token. The device will back off using the cloud built-in backoff
mechanism until it's claimed and provisioning can start.
If the device is claimed and authenticated, it will start the
connection immediately as before.
- Update main CDDL format to be able to parse the new shadow format.
- Add on-target test that tests different provisioning scenarios
on target.
Documentation on how to use the feature will follow.
Signed-off-by: Simen S. Røstad <simen.rostad@nordicsemi.no>
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ More information on how to customize the template can be found in the [Customiza
80
80
81
81
## Quick Start
82
82
83
-
This section provides a brief introduction to building and running the Asset Tracker Template on supported hardware. For detailed instructions, refer to the [Getting Started](docs/common/getting_started.md) document.
83
+
This section provides a brief introduction to building and running the Asset Tracker Template on supported hardware.
84
+
For detailed setup including nRF Cloud provisioning and advanced build configurations, see [Getting Started](docs/common/getting_started.md).
84
85
85
86
### Prerequisites
86
87
@@ -109,7 +110,11 @@ west thingy91x-dfu # For Thingy:91 X serial bootloader
109
110
west flash --erase
110
111
```
111
112
112
-
For detailed setup including nRF Cloud provisioning and advanced build configurations, see [Getting Started](docs/common/getting_started.md).
113
+
3. Provision the device:
114
+
115
+
Run the [nRF Connect for Desktop Quickstart application](https://docs.nordicsemi.com/bundle/nrf-connect-desktop/page/index.html) to provision the device and connect to nRF Cloud over CoaP.
116
+
117
+
For detailed provisioning instructions, see the [Provisioning](docs/common/provisioning.md) documentation.
0 commit comments