user10294434
user10294434

Reputation:

Azure Sphere Doesn't send telemetry to Iot central IOTHUB_CLIENT_CONNECTION_NO_NETWORK

Hello I'm trying to run the MT3620 AzureIot sample to send data from my azure sphere MT3620 (Mini-devboard) to my Azure Iot Central.

I followed all the steps of the tutorial: https://github.com/Azure/azure-sphere-samples/tree/master/Samples/AzureIoT#run-the-sample-with-iot-central

But after sending the data I got (in the output window):

IOTHUB_CLIENT_CONNECTION_NO_NETWORK

and I don't get anything on my IotCentral :(

I executed the dev wifi show-status and the device is connected to my mobile hotspot

What does that mean? Thanks!

IoT Hub Authenticated: IOTHUB_CLIENT_CONNECTION_NO_NETWORK
INFO: Message received by IoT Hub. Result is: 1
IoTHubDeviceClient_LL_CreateWithAzureSphereDeviceAuthProvisioning returned 'AZURE_SPHERE_PROV_RESULT_OK'.

Upvotes: 0

Views: 573

Answers (1)

user10294434
user10294434

Reputation:

Solved, it was a network problem. I changed network and run ShowIotCentral and got the right connection string to use in allowedConnections

Upvotes: 1

Related Questions