ESP8266 Developer Zone The Official ESP8266 Forum 2016-05-03T19:18:24+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2112 2016-05-03T19:18:24+08:00 2016-05-03T19:18:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2112&p=6689#p6689 <![CDATA[Re: MQTT problem no A700E found, reconnect after 1s]]>
To solve this problem, you can add log to print the parameter of wifi_station_set_config which is used to set the target AP.

Thanks for your interest in ESP8266 !

Statistics: Posted by ESP_Faye — Tue May 03, 2016 7:18 pm


]]>
2016-04-29T14:13:42+08:00 2016-04-29T14:13:42+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2112&p=6666#p6666 <![CDATA[MQTT problem no A700E found, reconnect after 1s]]> https://github.com/tuanpmt/esp_mqtt . I am using Open SDK https://github.com/pfalcon/esp-open-sdk . Everything seems to compile fine and I flashed successfully. But the problem is that I am getting following output over UART

Code:

scandone
no A700E found, reconnect after 1s
reconnect
f r0, scandone
no A700E found, reconnect after 1s
reconnect
f 0, scandone
no A700E found, reconnect after 1s
reconnect


The most weird thing here is A700E , I have really no idea where is this AP name is specified, I tried to grep all file and all sdk files but still nothing found.

I have just uploaded my code to github https://github.com/CROSP/IOT_MQTT_Intercom

Please help to solve this problem, what is wrong and where I am doing wrong.
Thanks

Statistics: Posted by CROSP — Fri Apr 29, 2016 2:13 pm


]]>