I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image. How to change it to custom Host nae like nrfcloud or azure ?
...
I try to run asset_tracker and asset_tracker_v2 on nRF9160DK. I observed that the default cloud Host Name is Amazonaws.com, which is shown in autoconfig.h file. see the image. How to change it to custom Host nae like nrfcloud or azure ?
...
The endpoint the asset_tracker_v2 connects to depends on the cloud backend in use. Some do not even require changing the hostname, because they use bootstrapping (Azure), or hardcoded hostnames (AWS, nRF Cloud). See https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker_v2/doc/cloud_module.html for further information.
In order to use one of the built-in cloud backends enable it in the configuration.
If you want to use a custom endpoint, you need implement your own backend.