tuanpmt / espduino

ESP8266 network client (mqtt, restful) for Arduino
http://tuanpm.net/post/espduino
MIT License
382 stars 122 forks source link

Impossible to pass the "esp.Ready()" function in MQTT example #35

Closed CocoRid closed 8 years ago

CocoRid commented 8 years ago

Hello all,

I encounter some problem to use espduino library ... I flash my ESP8266 with your espduino in debug mode, like it's written in the README. I don't know how to check if it's correct and if the ESP8266 boot correctly ?

I download your MQTT example, change some variables (internet and mqtt settings, things like that !), and try it : the "esp.ready()" function always return "0" ... I don't know why ?

For information, i try with 19200 baud, but also with 115200 baud, because before with AT firmware, I can't talk with my ESP8266 without put 115200 baud instead of only 9600. Still blocked ...

Can you help me ? I really wan't/need to have a good MQTT library on my arduino for my project ... And your library is apparently the best !

CocoRid commented 8 years ago

Sorry for disturbing, search on other forum, find the solution : Inverse connection TX/RX ... Working with firmware using AT commands, and for this one, need to inverse ... logical ! ^^

Thanks for your software ! Going to try it now