Hi,
I'm trying to evaluate the new Asset Tracker v2 example with a Thingy91, nRF cloud, and the supplied iBasis SIM, but when I build I get the following error:
C:/Nordic/v1.5.0/zephyr/include/toolchain/gcc.h:62:36: error: static assertion failed: "AWS IoT hostname not set"
I found in the proj.conf file: CONFIG_AWS_IOT_BROKER_HOST_NAME="", so I searched the v1 Asset Tracker, found the NRF_CLOUD_HOST_NAME and put it in, rebuilt (clean now), and loaded. The Thingy91 does not connect, I get:
m<err> aws_iot: mqtt_connect, error: -95
From: https://devzone.nordicsemi.com/f/nordic-q-a/66776/mqtt-connect-error--95-in-nrf9160-aws_iot-sample
It is suggested that this is a certficiate error, butI reloaded the Asset Tracker v1 code and it connects to nRF cloud and operates correctly.
Thanks,
Tim