aws-mqtt-websockets
aws-mqtt-websockets copied to clipboard
Implementation of a middleware to use AWS MQTT service through websockets, aiming the ESP8266 plataform
C:\Users\m\Documents\Arduino\libraries\aws-mqtt-websockets-master\AWSWebSocketClient.cpp: In member function 'char* AWSWebSocketClient::generateAWSPath(uint16_t)': C:\Users\m\Documents\Arduino\libraries\aws-mqtt-websockets-master\AWSWebSocketClient.cpp:210:16: error: no match for 'operator+=' (operand types are 'String' and 'char [( + 1)]') 210 | key_credential+=credentialScope; | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ In file included from...
Hi, Im getting this error when trying to connect to MQTT: `Exception 28: LoadProhibited: A load referenced a page mapped with an attribute that does not permit loads PC: 0x40212184:...
Hello! Thank you for the library! I do have a problem with a payload size. I am trying to send 240x320 image over AWS IoT to my esp8266. However, the...
Hi All, I am trying to connect to AWS IoT / use MQTT running one of the examples from this project on a NodeMCU. While the sketch runs, an error...
hello odelot, I have used this library v.1.2.0 in my project. I am facing one issue these days that my devices can connect successfully with some routers while with others...
@odelot I have been using this library for over a year now to connect ESP8266 to AWS IOT over websockets without any problem what so ever. Works great, thanks for...
Exception 3: LoadStoreError: Processor internal physical address or data error during load or store
Exception 3: LoadStoreError: Processor internal physical address or data error during load or store PC: 0x4000bf64 EXCVADDR: 0x40256ca9 Decoding stack results 0x402074d5: WebSocketsClient::loop() at /home/andy/Arduino/libraries/arduinoWebSockets-master/src/WebSocketsClient.cpp line 174 0x4020228a: AWSWebSocketClient::connect(char const*,...
Hey :) I encountered the same issue decribed at #16 and the solution that was suggested there (adding a call to the begin function in the AWSWebSocketClient's constructor) worked for...
i am working on esp8266 connected to aws iot ,My project is to control lamp through esp8266 so after reading what should i do for getting the response from get/accepted...
wss://xxxxxxx.xxxxxx.amazonaws.com/mqtt Here I have used above end point for the mqtt web socket server as per the amazon's document. but the problem is I can't connect to the aws. my...