Hi, Does anyone know how to modify the asset tracker so that rather than point to the AWS URL it points to a fixed IP address?
Also is the port number fixed?
Hi, Does anyone know how to modify the asset tracker so that rather than point to the AWS URL it points to a fixed IP address?
Also is the port number fixed?
Hi Ian,
I think you should only have to change the following configs in the nRF_Cloud library Kconfig file in subsys/net/lib/nrf_cloud/
config NRF_CLOUD_STATIC_IPV4 bool "Enable use of static IPv4" default y config NRF_CLOUD_STATIC_IPV4_ADDR string "Static IPv4 address" depends on NRF_CLOUD_STATIC_IPV4 default "192.168.2.2" config NRF_CLOUD_PORT int "nRF Cloud server port" default 8883
Best regards
Bjørn
Hi Ian,
I think you should only have to change the following configs in the nRF_Cloud library Kconfig file in subsys/net/lib/nrf_cloud/
config NRF_CLOUD_STATIC_IPV4 bool "Enable use of static IPv4" default y config NRF_CLOUD_STATIC_IPV4_ADDR string "Static IPv4 address" depends on NRF_CLOUD_STATIC_IPV4 default "192.168.2.2" config NRF_CLOUD_PORT int "nRF Cloud server port" default 8883
Best regards
Bjørn