nRF Connect for Cloud API

You can enable the cell geolocation lookup for the application using the nRF Connect for Cloud’s geolocation API in your deployment.

To use the API, complete the following steps:

  1. Configure your API key.

  2. Enable the API using the CLI.

  3. Redeploy the stack.

Use the following commands:

node cli configure-api cellGeoLocation nrfconnectforcloud apiKey API key
node cli configure-api context stack nrfconnectforcloud 1
npx cdk deploy '*'

This will update the StateMachine, which resolves cells from devices to use the nRF Connect for Cloud’s API as a resolver.