Skip to main content

nRF Cloud Utils

PyPI version License Python versions

nRF Cloud Utils is a script collection to make it easier to interface with nRF Cloud. They also include nrfcredstore to interface with nRF91 Series devices.

The scripts in this repository mainly use endpoints in the nRF Cloud API and the nRF Cloud Provisioning API.

See also the official nRF Cloud documentation.

Table of Contents

Install

Run the following command to use this package as a dependency:

pip3 install nrfcloud-utils

Requirements

  1. Create an account in nrfcloud.com.
  2. Retrieve your API key. You can find it in your nRF Cloud User Account page. Note that if you are part of multiple teams on nRF Cloud, the API key will be different for each one.
  3. Depending on your goal, you'll need to configure your nRF Connect SDK project with the following libraries:
  1. When compiling with the nRF Cloud Libraries, make sure your project has the next Kconfig options:

    # Enable modem-based JSON Web Token (JWT) generation required for nRF Cloud authentication
    CONFIG_MODEM_JWT=y
    
    # Configure the nRF Cloud library to use the device's internal UUID
    CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y
    

:warning:Failure to include these settings will prevent the device from connecting to nRF Cloud.

How-To: Registering devices quickly

Start by creating a local certificate authority (CA). Its contents won't be checked, but you need one to make certificates for your devices. Optionally, pass options to the script to specify owner information.

create_ca_cert

Now, you should have three .pem files containing the key pair and the CA certificate of your CA. The files have a unique prefix.

To get your device registered, use the device_credentials_installer script. Be aware of which device ID is your project using, as it can be either a UUID or an IMEI. Depending on your device ID type, use one of the following commands:

UUID

device_credentials_installer -d --ca *_ca.pem --ca-key *_prv.pem --verify --coap

nrf-<IMEI>

device_credentials_installer -d --ca *_ca.pem --ca-key *_prv.pem --verify --id-imei --id-str nrf- --coap

:warning:Failure to select the correct device ID will result in a connection refused from nRF Cloud.

Upon success, you can find an onboard.csv file with information about your device. This file is needed to register the certificate with your account. If you encounter a No device found error, you might need to specify the serial port using the --port option.

Onboard the device to your account using the nrf_cloud_onboard script as follows:

nrf_cloud_onboard --api-key $API_KEY --csv onboard.csv

It is possible to install credentials on many devices in a row using the --append option and add the bulk onboard.csv to your account with the same command.

Congratulations! You have successfully registered your device to nRF Cloud, you should be able to visualize it on the Devices panel.

Advanced Usage

For a more detailed overview of the scripts and their capabilities, refer to the Advanced Usage Guide. This guide provides in-depth instructions on leveraging advanced features, including the use of the Provisioning Service for remote provisioning of devices, as an alternative to local provisioning.

Development installation

Clone the repository:

git clone https://github.com/nRFCloud/utils.git nrfcloud-utils
cd nrfcloud-utils

For development mode, you need poetry:

curl -sSL https://install.python-poetry.org | python3 -

Make sure poetry is in your PATH. If you're using bash:

echo 'export PATH=/home/$USER/.local/bin:$PATH' | tee -a ~/.bashrc
source ~/.bashrc

Install package dependencies, development dependencies, and the nrfcloud-utils into poetry's internal virtual environment:

poetry install

Test

Unit tests are included in the tests folder. Each test script corresponds to a script in the sources. Static files used in the tests are put in the tests/fixtures folder. Running the tests depends on a development installation.

poetry run pytest

Check coverage

poetry run pytest --cov=src tests

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nrfcloud_utils-3.2.0.tar.gz (42.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nrfcloud_utils-3.2.0-py3-none-any.whl (53.8 kB view details)

Uploaded Python 3

File details

Details for the file nrfcloud_utils-3.2.0.tar.gz.

File metadata

  • Download URL: nrfcloud_utils-3.2.0.tar.gz
  • Upload date:
  • Size: 42.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.11.15 Linux/6.17.0-1018-azure

File hashes

Hashes for nrfcloud_utils-3.2.0.tar.gz
Algorithm Hash digest
SHA256 f94f5d57eb86b42e980efa4d2a9bbb3dec722f005beaa4f745199dca501bb947
MD5 5743974e9ebb319127ea496635392097
BLAKE2b-256 3abe72c90b65cb28230d30dcb75970c830bdfb96944fdbda2e7684c5de674803

See more details on using hashes here.

File details

Details for the file nrfcloud_utils-3.2.0-py3-none-any.whl.

File metadata

  • Download URL: nrfcloud_utils-3.2.0-py3-none-any.whl
  • Upload date:
  • Size: 53.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.3.4 CPython/3.11.15 Linux/6.17.0-1018-azure

File hashes

Hashes for nrfcloud_utils-3.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2ec38b7ca00a519c7069eaaf6b5193057b8b1d269c506c7635ee3f46fbc02871
MD5 748d6bc554b470939c524f5c8cb72854
BLAKE2b-256 d292c46633950dcafebb06bb119fbc958b76c52520c61498b4ada4bcffcea517

See more details on using hashes here.

Release history Release notifications | RSS feed

3.3.0

2 files

3.2.1

2 files

This release

3.2.0 This release

2 files

3.1.0

2 files

3.0.12

2 files

3.0.11

2 files

3.0.10

2 files

3.0.9

2 files

3.0.8

2 files

3.0.7

2 files

3.0.6

2 files

3.0.5

2 files

3.0.4

2 files

3.0.3

2 files

3.0.1

2 files

3.0.0

2 files

2.0.0

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

0.0.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page