soynerdito / ESP8266-MQTT

This is NOT A WORKING PROJECT, this is just an idea in the making. To allow me to continue work at my pace, so I decided to upload the code here.
MIT License
16 stars 1 forks source link

ESP8266 RST #2

Open macedolfm opened 9 years ago

macedolfm commented 9 years ago

Hi, Just to let you know that most unexpected resets on ESP8266 come from calling AT+CIPCLOSE at an already closed (i.e. by a webserver) connection, even if AT+CIPSTATUS does not say so (is not aware about).

soynerdito commented 9 years ago

This project is un-tested and left out during development. I moved to do other stuff and forgot about it. Sorry but for a long time I will not be updating this project. From what I remember, last time I used this code, I was able to publish mqtt message but not receive and parse correctly. It's bee a long time since I do not run this code. To use MQTT on the ESP8266 I encourage you to use the Lua firmware, I believe they added mqtt support.

GeorgeHahn commented 9 years ago

Another user has a pretty compete c implementation (which is what powers the Lua version). 

— Sent from Mailbox

On Mon, Jul 13, 2015 at 8:59 AM, Soynerdito notifications@github.com wrote:

This project is un-tested and left out during development. I moved to do other stuff and forgot about it. Sorry but for a long time I will not be updating this project. From what I remember, last time I used this code, I was able to publish mqtt message but not receive and parse correctly. It's bee a long time since I do not run this code.

To use MQTT on the ESP8266 I encourage you to use the Lua firmware, I believe they added mqtt support.

Reply to this email directly or view it on GitHub: https://github.com/soynerdito/ESP8266-MQTT/issues/2#issuecomment-120920262