Search found 1 match
- Sun May 03, 2020 7:03 pm
- Forum: ESP8266 boards
- Topic: AWS MQTT connection failure
- Replies: 2
- Views: 2978
AWS MQTT connection failure
I am trying to connect to connect to aws iot core.. MQTT connection code is this CERT_FILE = "/flash/cert.der" KEY_FILE = "/flash/private.der" MQTT_CLIENT_ID = "nodething" MQTT_PORT = 8883 MQTT_TOPIC = "sdk/test/Python" MQTT_HOST = "**********.iot.******.amazonaws.com " WIFI_SSID = "*****" WIFI_PW =...