Additional resources¶
This page collects cloud-related documentation and tools on other Nordic Semiconductor sites.
Additional nRF Cloud documentation¶
This section contains links to other documentation sets directly related to nRF Cloud.
nRF Cloud REST APIs¶
- nRF Cloud REST API references for core operations.
- IMEI APIs.
- Identity APIs.
- Provisioning APIs.
nRF Cloud device message and shadow protocols¶
The nRF Cloud application-protocols project is an important reference if you want to know more about the JSON schemas for device messages and their shadows in nRF Cloud.
nRF Connect SDK¶
The nRF Connect SDK (product page | documentation) provides a firmware-focused complement to the nRF Cloud documentation:
- Using nRF Cloud with the nRF Connect SDK is a landing page that contains a curated list of nRF Cloud-related resources for users of the nRF Connect SDK.
nRF Connect SDK libraries for nRF Cloud¶
- The nRF Cloud library is the primary nRF Connect SDK library for connecting devices to nRF Cloud.
- nRF Cloud REST is an extension of the nRF Cloud library. It is a wrapper to assist in REST-based operations.
- nRF Cloud CoAP library that enables constrained devices to communicate with nRF Cloud over CoAP.
- nRF Cloud Alert and Log libraries that enable and integrate with the alerts and logs feature in nRF Cloud.
- nRF Cloud Device provisioning library that enables devices to use the nRF Cloud Provisioning Service.
- Location Services libraries:
- The Location library adds Location Services to your application, so you can more easily obtain location data.
- The nRF Cloud location library enables applications to submit network information (cellular, nearby Wi-Fi, or both) to nRF Cloud over MQTT to obtain device location.
- nRF Cloud A-GPS
- nRF Cloud P-GPS
Samples¶
For a full list of samples for nRF91 Series devices, see Cellular samples.
- The nRF Cloud Device Provisioning sample demonstrates secure device provisioning over either HTTP or CoAP.
- The nRF Cloud multi-service sample demonstrates the nRF Cloud, Location, and AT Host libraries working together.
- The nRF Cloud REST Device Message sample demonstrates alerts and logs over REST.
- Firmware over-the-air (FOTA):
- nRF Cloud REST FOTA sample
- Location Services:
- Samples:
- GNSS
- Location sample for A-GPS, P-GPS, cellular, and Wi-Fi
- Modem Shell sample with A-GPS and P-GPS support
- REST cellular location
- Reference applications:
- Samples:
Hardware¶
This section contains links to documentation related to nRF Cloud-compatible hardware, as well as AT commands and supporting libraries.
nRF9160 Development Kit (DK) and Thingy:91¶
The nRF9160 DK is the recommended development hardware for working with nRF Cloud, especially when used with the nRF Connect SDK.
Getting started guides:
nRF9160 AT commands and supporting nRF Connect SDK libraries¶
The nRF9160 AT command documentation provides valuable information about security-related commands:
AT%KEYGEN
AT%JWT
. Support for this is implemented by the Modem JWT library in the nRF Connect SDK.AT%CMNG
nRF9161 Development Kit (DK)¶
- nRF9161 DK product page
nRF70 Series¶
Tools¶
This sections contains links to various tools required for the guides in the nRF Cloud documentation.
nRF Connect for Desktop¶
The nRF Connect for Desktop framework includes apps to support development. The following apps are used in nRF Cloud guides:
- Cellular Monitor for device credential management.
- Serial Terminal for AT command support.
- Toolchain Manager for automatic installation of the nRF Connect SDK. Some guides require a manual installation of the SDK.
- nRF Connect Programmer for updating modem firmware.
nRF Connect for VS Code¶
nRF Connect for VS Code is the primary tool for building and flashing samples and applications. See the documentation for installation information.
nRF Cloud Utilities¶
The nRF Cloud Utils project provides information on how to use AT commands, create device certificates, and more. It includes scripts to generate and inject device credentials, as well as to automate the device provisioning process.
nRF Cloud Utils are compatible with nRF91 Series devices.
nRF91 Device Simulator¶
If you do not have any hardware devices, you can use the nRF91 Device Simulator to create a software device and connect to nRF Cloud. The README for this public repository also has some helpful recipes for working with the REST API.
MQTT Bridge App using Mosquitto¶
See the open-source mqtt-bridge-mosquitto project to learn how you can set up an MQTT bridge between your own AWS account and the nRF Cloud IoT broker in order to store your device messages in real time. This solution uses special device certificate you can obtain for your account.
Phone apps¶
Apps for gateways¶
The nRF Cloud team provides an open-source nRF Cloud Gateway application (available for Android and iPhone). Using this app, you can create a gateway on your nRF Cloud account and connect Bluetooth® Low Energy peripherals.