You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: