Hi All,
I try to connect nrf9160 to our azure space ( Azure IoT Central) using sample : sdk-nrf/samples/nrf9160/azure_iot_hub at main · nrfconnect/sdk-nrf · GitHub
After this update and generating certificats, the code still give error in connection:
[00:00:13.334,350] [1B][0m<dbg> azure_iot_hub: connection_state_set: New connection state: STATE_INIT[1B][0m
[00:00:13.341,979] [1B][0m<dbg> azure_iot_hub: mqtt_evt_handler: MQTT_EVT_DISCONNECT: result = -111[1B][0m
[00:00:13.341,979] [1B][0m<dbg> azure_iot_hub: connection_state_set: New connection state: STATE_INIT[1B][0m
[00:00:13.344,726] [1B][1;31m<err> azure_iot_hub: Cloud MQTT input error: -111[1B][0m
It's possible to use this sample to test connexion to Azure IoT Central or is valid only for Azure IoT Hub?
If no, can you suggest for use a working sample with Azure IoT Central or any updates to do in sample for IoT Central?
Thank you!