ArduinoCloudProviderExamples
ArduinoCloudProviderExamples copied to clipboard
AWS_IOT_Wifi not connecting
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.
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).
@grepler71 @farellsujanto did anyone of you find a solution?