This repository was archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Sample code cannot work on Adafruit Feather M0 #3
Closed
Labels
@adashen
Description
Hi,
I just tried to run the sample code on Adafruit Feather M0. However, it cannot work. I have installed all the required libraries. And the error in Serial Monitor is:
Error: Time:Fri Jan 20 04:51:17 2017 File:C:\Users\shenwe\Documents\Arduino\libraries\AzureIoTUtility\src\adapters\tlsio_arduino.c Func:tlsio_arduino_open Line:264 TLS failed to start the connection process.
Error: Time:Fri Jan 20 04:51:17 2017 File:C:\Users\shenwe\Documents\Arduino\libraries\AzureIoTProtocol_MQTT\src\azure_umqtt_c\mqtt_client.c Func:mqtt_client_connect Line:884 Error: io_open failed
And after adding more log. The socket error is -12, SOCK_ERR_CONN_ABORTED.