ArduinoCloudProviderExamples icon indicating copy to clipboard operation
ArduinoCloudProviderExamples copied to clipboard

AWS_IOT_Wifi not connecting

Open grepler71 opened this issue 5 years ago • 2 comments

After following instructions to generate a CSR and upload to AWS, then uploading this sketch (AWS_Iot_Wifi) , the arduino nver connects to AWS. I just get a series of dots.

grepler71 avatar Feb 27 '20 02:02 grepler71

I also follow the same tutorial and got the same problem. I'm using MKR1000 and changed the library include to #include <WiFi101.h>. I've tried to log the error and it returns an error code of "-2" on every connection using mqttClient.connectError() (by default in the tutorial it is symbolized as dots).

farellsujanto avatar Mar 30 '20 17:03 farellsujanto

@grepler71 @farellsujanto did anyone of you find a solution?

Electric-Dragon avatar Aug 05 '22 15:08 Electric-Dragon