Serial LTE Modem app: How do I set nRF Cloud Device ID?

Hi there,

I have compiled and programmed the latest Serial LTE Modem app (v2.2.99) on a Thingy:91

When I execute the "AT#XNRFCLOUD?" command I get the following response:

#XNRFCLOUD: 0,0,16842753,"50345835-3030-41c4-80c2-0e20f015a9a7"

How do I set the Device ID to the correct string for my board, e.g. "nrf-350916061xxxxxx"? Should it not be set automatically with "nrf-" + IMEI?

I have digged in the code and nrf_cloud_init() is called in slm_at_gnss_init() with client_id = NULL so I can't figure out where and how it must be set... sorry :(

Thanks in advance,

Pieter

Related