aws-mqtt-websockets icon indicating copy to clipboard operation
aws-mqtt-websockets copied to clipboard

Implementation of a middleware to use AWS MQTT service through websockets, aiming the ESP8266 plataform

Results 28 aws-mqtt-websockets issues
Sort by recently updated
recently updated
newest added

Hi, I double check the endpoint, port, key, secret. Grant IoTFull control for users. I received this error which looks like it could not connect to the Server. pm open,type:0...

I'm using the library to connect to the AWS IoT Core using a sessionToken. I have followed [these steps](https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html) to be able to receive a token. I am able to...

The ESP8266 is capable of using TLS 1.2 via the use of WiFiClientSecure, and then adding in IoT certificates properly via the use of espClient.setCertificate, espClient.setPrivateKey & espClient.setCACert. While this...

Here is the errors after I compile. I'm using a NodeMCU 1.0 (ESP-12E Module) board. aws-mqtt-websocket-example-pubsubclient:44: error: cannot declare variable 'awsWSclient' to be of abstract type 'AWSWebSocketClient' AWSWebSocketClient awsWSclient(1000); ^...

I manage to connect / publish / subscribe but the connection works pretty randomly and may takes many attempts. The connection is stable once established. Any idea what it could...

I am Using the PubSub example provided and every 5 sec approx re connections are happening

The new version uses time.h but it can't compile if the application uses Timelib. I made a version for use with Timelib. Now it compile and the date and time...

Hello, something very strange happened to me, for months I was running an iot device based on ESP8266 that was connected (by aws-mqtt-websockets) to AWS to read instructions from the...

I got the following error trying to send a MQTT Message with NodeMCU to AWS IoT: Fatal exception 3(LoadStoreErrorCause): epc1=0x4020d7b1, epc2=0x00000000, epc3=0x00000000, excvaddr=0x40000000, depc=0x00 Panic /Users/arodes/Library/Arduino15/packages/esp8266/hardware/esp8266/2.4.2/cores/esp8266/core_esp8266_main.cpp:134 loop_task I want to...