Important
The order of the configuration JSON structure matters.
- Log in to nRF Cloud.
- Navigate to Devices and select your device.
- Click on View Config on the top bar.
- Select Edit Configuration.
-
Enter the desired configuration:
Example 1: 5 minutes sampling, send data immediately after each sample
{ "sample_interval": 300, "storage_threshold": 1 }Example 2: 10 minutes sampling, send data after 6 samples (1 hour)
{ "sample_interval": 600, "storage_threshold": 6 }Important: To remove a configuration entry, you must explicitly set the parameter to
null. -
Click Commit to apply the changes.
The device receives the new configuration through its shadow and adjusts its sampling interval and storage mode accordingly.